Skip to content

Commit 0530fd4

Browse files
committed
Prepare release for Solidus v4.3.4
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 ce4b04c commit 0530fd4

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
## Solidus v4.3.4 (2024-04-05)
2+
3+
<!-- Please, don't edit manually. The content is automatically generated. -->
4+
5+
## Solidus Core
6+
7+
* [v4.3] Fix down migration for promotion_orders promotions foreign key by @github-actions[bot] in https://github.com/solidusio/solidus/pull/5652
8+
9+
## Solidus Backend
10+
11+
* [v4.3] Use routing proxy in locale selection by @github-actions[bot] in https://github.com/solidusio/solidus/pull/5671
12+
* [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
13+
* [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
14+
* [v4.3] Fix search by variant on stock items by @github-actions[bot] in https://github.com/solidusio/solidus/pull/5663
15+
16+
**Full Changelog**: https://github.com/solidusio/solidus/compare/v4.3.3...v4.3.4
17+
18+
119
## Solidus v4.3.3 (2024-03-11)
220

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

core/lib/spree/core/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# frozen_string_literal: true
22

33
module Spree
4-
VERSION = "4.3.4.dev"
4+
VERSION = "4.3.4"
55

66
def self.solidus_version
77
VERSION

0 commit comments

Comments
 (0)