Skip to content

Commit

Permalink
Merge pull request #5712 from solidusio/github-actions/8568155054-1-1…
Browse files Browse the repository at this point in the history
…712311662

Prepare release for Solidus v4.3.4
  • Loading branch information
tvdeyen committed Apr 5, 2024
2 parents ce4b04c + 0530fd4 commit 793357e
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
## Solidus v4.3.4 (2024-04-05)

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

## Solidus Core

* [v4.3] Fix down migration for promotion_orders promotions foreign key by @github-actions[bot] in https://github.com/solidusio/solidus/pull/5652

## Solidus Backend

* [v4.3] Use routing proxy in locale selection by @github-actions[bot] in https://github.com/solidusio/solidus/pull/5671
* [v4.3] Menu item should not match url if match_path is set by @github-actions[bot] in https://github.com/solidusio/solidus/pull/5651
* [v4.3] Do not show theme selector if only one theme is configured by @github-actions[bot] in https://github.com/solidusio/solidus/pull/5707
* [v4.3] Fix search by variant on stock items by @github-actions[bot] in https://github.com/solidusio/solidus/pull/5663

**Full Changelog**: https://github.com/solidusio/solidus/compare/v4.3.3...v4.3.4


## Solidus v4.3.3 (2024-03-11)

<!-- 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.3.4.dev"
VERSION = "4.3.4"

def self.solidus_version
VERSION
Expand Down

0 comments on commit 793357e

Please sign in to comment.