Skip to content

Commit

Permalink
Prepare release for Solidus v4.3.5
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
tvdeyen committed May 24, 2024
1 parent 7afa10e commit 349e36e
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## Solidus v4.3.5 (2024-05-24)

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

## Solidus Core

* [v4.3] fix(StoreCredit): Add display_number method by @github-actions[bot] in https://github.com/solidusio/solidus/pull/5745

## Solidus Admin

* [v4.3] Show "Unavailable" status for products with a future `Available On` date by @github-actions[bot] in https://github.com/solidusio/solidus/pull/5743

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


## Solidus v4.3.4 (2024-04-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.5.dev"
VERSION = "4.3.5"

def self.solidus_version
VERSION
Expand Down

0 comments on commit 349e36e

Please sign in to comment.