Skip to content

Commit

Permalink
Prepare release for Solidus v3.2.6
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
kennyadsl committed Feb 7, 2023
1 parent f6939a1 commit 9c157d8
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
## Solidus v3.2.6 (2023-02-07)

## Solidus Core
- [v3.2] Revert "Remove trailing zeroes in tax amount" [#4826](https://github.com/solidusio/solidus/pull/4826) ([@tvdeyen](https://github.com/tvdeyen))
- [v3.2] Fix CI only testing with the legacy event system adapter [#4888](https://github.com/solidusio/solidus/pull/4888) ([@waiting-for-dev](https://github.com/waiting-for-dev))
- [v3.2] Fix publishing events responding to #to_hash on Ruby 2.7 [#4894](https://github.com/solidusio/solidus/pull/4894) ([@waiting-for-dev](https://github.com/waiting-for-dev))
- [v3.2] Fix CI only testing with the paperclip adapter [#4910](https://github.com/solidusio/solidus/pull/4910) ([@waiting-for-dev](https://github.com/waiting-for-dev))


## Solidus Backend
- [v3.2] Fix styling of table rows for deleted records [#4835](https://github.com/solidusio/solidus/pull/4835) ([@tvdeyen](https://github.com/tvdeyen))
- [v3.2] Hide soft deleted prices from admin product view [#4836](https://github.com/solidusio/solidus/pull/4836) ([@tvdeyen](https://github.com/tvdeyen))

## Solidus API


## Solidus Sample


## Solidus
- Depend on solidus_frontend in GH for development [#4815](https://github.com/solidusio/solidus/pull/4815) ([@kennyadsl](https://github.com/kennyadsl))

**Full Changelog**: https://github.com/solidusio/solidus/compare/v3.2.5...v3.2.6


## Solidus v3.2.5 (2022-12-23)

## Solidus Core
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 = "3.2.6.dev"
VERSION = "3.2.6"

def self.solidus_version
VERSION
Expand Down

0 comments on commit 9c157d8

Please sign in to comment.