Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Prepare release for Solidus v4.5.1 #6184

Merged
merged 1 commit into from
Mar 6, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
## Solidus v4.5.1 (2025-03-06)

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

## Solidus Core

* [v4.5] Respect Spree.user_class&#x27; table name in metadata migration by @github-actions[bot] in https://github.com/solidusio/solidus/pull/6158
* [v4.5] Better Spree::UserAddress scope deprecation warnings by @github-actions[bot] in https://github.com/solidusio/solidus/pull/6165
* [v4.5] [Docs] Fix Meta Data Restriction Comment to reflect default setting by @tvdeyen in https://github.com/solidusio/solidus/pull/6181

## Solidus Admin

* [v4.5] [Admin] Fix Unclosed form_tag in table component by @tvdeyen in https://github.com/solidusio/solidus/pull/6182
* [v4.5] Fix ui/forms/input component for tag: :textarea by @tvdeyen in https://github.com/solidusio/solidus/pull/6183

## Solidus Promotions

* [v4.5] [Promotions] Set Flickwerk patches in initializer by @github-actions[bot] in https://github.com/solidusio/solidus/pull/6162

**Full Changelog**: https://github.com/solidusio/solidus/compare/v4.5.0...v4.5.1


## Solidus v4.5.0 (2025-02-19)

<!-- Please, don't edit manually. The content is automatically generated. -->
Expand Down
2 changes: 1 addition & 1 deletion core/lib/spree/core/version.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# frozen_string_literal: true

module Spree
VERSION = "4.5.1.dev"
VERSION = "4.5.1"

def self.solidus_version
VERSION
Expand Down