File tree 2 files changed +28
-1
lines changed
2 files changed +28
-1
lines changed Original file line number Diff line number Diff line change
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
+
1
28
## Solidus v4.2.3 (2023-11-02)
2
29
3
30
## Solidus Core
Original file line number Diff line number Diff line change 1
1
# frozen_string_literal: true
2
2
3
3
module Spree
4
- VERSION = "4.2.4.dev "
4
+ VERSION = "4.2.4"
5
5
6
6
def self . solidus_version
7
7
VERSION
You can’t perform that action at this time.
0 commit comments