Skip to content

Commit

Permalink
Merge pull request #5609 from solidusio/github-actions/7610349838-1-1…
Browse files Browse the repository at this point in the history
…705922416

Prepare release for Solidus v4.3.2
  • Loading branch information
spaghetticode committed Jan 22, 2024
2 parents abc7d98 + 3d2bbf3 commit d64d2b6
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## Solidus v4.3.2 (2024-01-22)

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

## Solidus Core

* [v4.3] Disable admin preview for extensions test apps by @github-actions[bot] in https://github.com/solidusio/solidus/pull/5602
* [v4.3] Bundle solidus_admin >= 0.2 in Solidus installer by @github-actions[bot] in https://github.com/solidusio/solidus/pull/5608

## Solidus Backend

* [v4.3] Use &#x60;spree&#x60; routing proxy in theme selection partial by @github-actions[bot] in https://github.com/solidusio/solidus/pull/5603
* [v4.3] Theme selection for Solidus Admin: Use spree routing proxy by @github-actions[bot] in https://github.com/solidusio/solidus/pull/5605

**Full Changelog**: https://github.com/solidusio/solidus/compare/v4.3.1...v4.3.2


## Solidus v4.3.1 (2024-01-05)

<!-- 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.2.dev"
VERSION = "4.3.2"

def self.solidus_version
VERSION
Expand Down

0 comments on commit d64d2b6

Please sign in to comment.