Skip to content

Commit c8f25cd

Browse files
committed
Prepare release for Solidus v4.2.4
This code has been automatically generated by our 'Prepare release' GitHub action. The actual release is not part of the automation, and it still needs to be manually done by a maintainer.
1 parent a6fca34 commit c8f25cd

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

CHANGELOG.md

+27
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
1+
## Solidus v4.2.4 (2024-04-05)
2+
3+
## Solidus Core
4+
* [v4.2] Allow "sqlite3" as ENV["DB"] by @mamhoff in https://github.com/solidusio/solidus/pull/5613
5+
* Fix dummy app database.yml for ENV[DB] = sqlite3 by @mamhoff in https://github.com/solidusio/solidus/pull/5619
6+
* Dummy App generator: Use db var instead of ENV var by @mamhoff in https://github.com/solidusio/solidus/pull/5623
7+
* [v4.2] Skip `ActionCable` for dummy apps by @github-actions[bot] in https://github.com/solidusio/solidus/pull/5631
8+
* [v4.2] Explicitly require URI in app configuration by @github-actions[bot] in https://github.com/solidusio/solidus/pull/5647
9+
* [4.2] Fix latest rubocop issues by @tvdeyen in https://github.com/solidusio/solidus/pull/5653
10+
11+
## Solidus Backend
12+
* [4.2] Fix latest rubocop issues by @tvdeyen in https://github.com/solidusio/solidus/pull/5653
13+
* [v4.2] Fix search by variant on stock items by @github-actions[bot] in https://github.com/solidusio/solidus/pull/5662
14+
* [v4.2] Menu item should not match url if match_path is set by @github-actions[bot] in https://github.com/solidusio/solidus/pull/5650
15+
16+
## Solidus API
17+
* [4.2] Fix latest rubocop issues by @tvdeyen in https://github.com/solidusio/solidus/pull/5653
18+
19+
## Solidus Sample
20+
21+
22+
## Solidus
23+
24+
25+
**Full Changelog**: https://github.com/solidusio/solidus/compare/v4.2.3...v4.2.4
26+
27+
128
## Solidus v4.2.3 (2023-11-02)
229

330
## Solidus Core

core/lib/spree/core/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# frozen_string_literal: true
22

33
module Spree
4-
VERSION = "4.2.4.dev"
4+
VERSION = "4.2.4"
55

66
def self.solidus_version
77
VERSION

0 commit comments

Comments
 (0)