File tree Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Original file line number Diff line number Diff line change
1
+ ## Solidus v4.5.1 (2025-03-06)
2
+
3
+ <!-- Please, don't edit manually. The content is automatically generated. -->
4
+
5
+ ## Solidus Core
6
+
7
+ * [ v4.5] Respect Spree.user_class' ; table name in metadata migration by @github-actions [ bot] in https://github.com/solidusio/solidus/pull/6158
8
+ * [ v4.5] Better Spree::UserAddress scope deprecation warnings by @github-actions [ bot] in https://github.com/solidusio/solidus/pull/6165
9
+ * [ v4.5] [ Docs] Fix Meta Data Restriction Comment to reflect default setting by @tvdeyen in https://github.com/solidusio/solidus/pull/6181
10
+
11
+ ## Solidus Admin
12
+
13
+ * [ v4.5] [ Admin] Fix Unclosed form_tag in table component by @tvdeyen in https://github.com/solidusio/solidus/pull/6182
14
+ * [ v4.5] Fix ui/forms/input component for tag: : textarea by @tvdeyen in https://github.com/solidusio/solidus/pull/6183
15
+
16
+ ## Solidus Promotions
17
+
18
+ * [ v4.5] [ Promotions] Set Flickwerk patches in initializer by @github-actions [ bot] in https://github.com/solidusio/solidus/pull/6162
19
+
20
+ ** Full Changelog** : https://github.com/solidusio/solidus/compare/v4.5.0...v4.5.1
21
+
22
+
1
23
## Solidus v4.5.0 (2025-02-19)
2
24
3
25
<!-- Please, don't edit manually. The content is automatically generated. -->
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.5.1.dev "
4
+ VERSION = "4.5.1"
5
5
6
6
def self . solidus_version
7
7
VERSION
You can’t perform that action at this time.
0 commit comments