From a02c4780381a413c594fc02673238533fcefd5cf Mon Sep 17 00:00:00 2001 From: kennyadsl Date: Mon, 9 Dec 2024 13:41:57 +0000 Subject: [PATCH] Prepare release for Solidus v4.4.2 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. --- CHANGELOG.md | 34 ++++++++++++++++++++++++++++++++++ core/lib/spree/core/version.rb | 2 +- 2 files changed, 35 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 98188ad150c..60b772e438d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,37 @@ +## Solidus v4.4.2 (2024-12-09) + + + +## Solidus Core + +* [v4.4] [FIX] Remove spacing at top of OrderShipping#ship method by @github-actions[bot] in https://github.com/solidusio/solidus/pull/5974 +* [v4.4] Backend: Add missing error translation by @github-actions[bot] in https://github.com/solidusio/solidus/pull/5986 +* [v4.4] Test app task: Allow passing in user class by @github-actions[bot] in https://github.com/solidusio/solidus/pull/5961 +* [v4.4] Add show all results to en.yml by @github-actions[bot] in https://github.com/solidusio/solidus/pull/5996 +* [v4.4] Do not constantize Spree.user_class in UserClassHandle by @github-actions[bot] in https://github.com/solidusio/solidus/pull/6004 + +## Solidus Admin + +* [v4.4] test: Wait for modal to open before testing its content by @github-actions[bot] in https://github.com/solidusio/solidus/pull/5994 +* [v4.4] [specs] Wait for modal before testing its content by @github-actions[bot] in https://github.com/solidusio/solidus/pull/6005 +* [v4.4] Use Order#email to show the order's email in new admin by @github-actions[bot] in https://github.com/solidusio/solidus/pull/6006 +* [v4.4] tests: Give even more dialogs more time to open in tests by @github-actions[bot] in https://github.com/solidusio/solidus/pull/6018 + +## Solidus Backend + +* [v4.4] Backend: Add missing error translation by @github-actions[bot] in https://github.com/solidusio/solidus/pull/5986 + +## Solidus Promotions + +* [v4.4] test: Wait for modal to open before testing its content by @github-actions[bot] in https://github.com/solidusio/solidus/pull/5994 +* [v4.4] [FIX] A few small tweaks for the new promotion admin by @github-actions[bot] in https://github.com/solidusio/solidus/pull/6021 +* [v4.4] Fix(promotions): Validate benefits on save by @github-actions[bot] in https://github.com/solidusio/solidus/pull/6023 +* [v4.4] Add can apply to promotions by @github-actions[bot] in https://github.com/solidusio/solidus/pull/6024 +* [v4.4] Fix admin promotions controller by @github-actions[bot] in https://github.com/solidusio/solidus/pull/6020 + +**Full Changelog**: https://github.com/solidusio/solidus/compare/v4.4.1...v4.4.2 + + ## Solidus v4.4.1 (2024-11-18) diff --git a/core/lib/spree/core/version.rb b/core/lib/spree/core/version.rb index b3e86f0cbea..a9d8791ca7e 100644 --- a/core/lib/spree/core/version.rb +++ b/core/lib/spree/core/version.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true module Spree - VERSION = "4.4.2.dev" + VERSION = "4.4.2" def self.solidus_version VERSION