Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Prepare release for Solidus v4.3.4 #5712

Merged
merged 1 commit into from
Apr 5, 2024
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
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
Loading