Skip to content

Commit 32e02f0

Browse files
committed
Prepare release for Solidus v4.5.1
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 10328b9 commit 32e02f0

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
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

Lines changed: 1 addition & 1 deletion
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)