Skip to content

Commit

Permalink
Merge pull request #5939 from solidusio/github-actions/11891552738-1-…
Browse files Browse the repository at this point in the history
…1731929590

Prepare release for Solidus v4.4.1
  • Loading branch information
tvdeyen authored Nov 18, 2024
2 parents ce6256e + 7849f23 commit cb44676
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 1 deletion.
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,34 @@
## Solidus v4.4.1 (2024-11-18)

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

## Solidus Core

* [v4.4] Move Line Item Actions to solidus_legacy_promotions by @github-actions[bot] in https://github.com/solidusio/solidus/pull/5919
* [v4.4] Remove rails binstubs from built gems by @github-actions[bot] in https://github.com/solidusio/solidus/pull/5922

## Solidus Admin

* [v4.4] Remove rails binstubs from built gems by @github-actions[bot] in https://github.com/solidusio/solidus/pull/5922
* [v4.4] Fix component translation scopes by @github-actions[bot] in https://github.com/solidusio/solidus/pull/5930
* [v4.4] Feat(Admin): Dynamic routing proxies by @github-actions[bot] in https://github.com/solidusio/solidus/pull/5937

## Solidus Backend

* [v4.4] Remove rails binstubs from built gems by @github-actions[bot] in https://github.com/solidusio/solidus/pull/5922

## Solidus API

* [v4.4] Remove rails binstubs from built gems by @github-actions[bot] in https://github.com/solidusio/solidus/pull/5922

## Solidus Promotions

* [v4.4] Fix component translation scopes by @github-actions[bot] in https://github.com/solidusio/solidus/pull/5930
* [v4.4] Better promotion menus by @tvdeyen in https://github.com/solidusio/solidus/pull/5938

**Full Changelog**: https://github.com/solidusio/solidus/compare/v4.4.0...v4.4.1


## Solidus v4.4.0 (2024-11-12)

<!-- 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.4.1.dev"
VERSION = "4.4.1"

def self.solidus_version
VERSION
Expand Down

0 comments on commit cb44676

Please sign in to comment.