Skip to content

Commit 646d445

Browse files
authored
Merge pull request #6184 from solidusio/github-actions/13696233877-1-1741255892
Prepare release for Solidus v4.5.1
2 parents 10328b9 + 32e02f0 commit 646d445

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

+22
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
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&#x27; 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+
123
## Solidus v4.5.0 (2025-02-19)
224

325
<!-- Please, don't edit manually. The content is automatically generated. -->

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.5.1.dev"
4+
VERSION = "4.5.1"
55

66
def self.solidus_version
77
VERSION

0 commit comments

Comments
 (0)