Skip to content

Commit 6598f35

Browse files
authored
Merge pull request #6323 from solidusio/github-actions/17575937807-2-1757405163
Prepare release for Solidus v4.6.0
2 parents 17d1ee5 + e72d799 commit 6598f35

File tree

4 files changed

+92
-3
lines changed

4 files changed

+92
-3
lines changed

CHANGELOG.md

Lines changed: 89 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,92 @@
1+
## Solidus v4.6.0 (2025-09-09)
2+
3+
<!-- Please, don't edit manually. The content is automatically generated. -->
4+
5+
## Solidus
6+
7+
* Fix typos by @jackhac in https://github.com/solidusio/solidus/pull/6207
8+
9+
## Solidus Core
10+
11+
* Fix typos by @jackhac in https://github.com/solidusio/solidus/pull/6207
12+
* Display the store's currency in the Admin Order Index Component by @magpieuk in https://github.com/solidusio/solidus/pull/5929
13+
* Respect Spree.user_class' table name in metadata migration by @tvdeyen in https://github.com/solidusio/solidus/pull/6157
14+
* Better Spree::UserAddress scope deprecation warnings by @tvdeyen in https://github.com/solidusio/solidus/pull/6163
15+
* Add new order events by @benjaminwil in https://github.com/solidusio/solidus/pull/6170
16+
* [Docs] Fix Meta Data Restriction Comment to reflect default setting by @fthobe in https://github.com/solidusio/solidus/pull/6171
17+
* Separate order mailer subscriber from reimbursement mailer subscriber by @benjaminwil in https://github.com/solidusio/solidus/pull/6156
18+
* Fixed migrations so you can rollback them all by @aiperon in https://github.com/solidusio/solidus/pull/6188
19+
* Inherit from ActiveRecord::Migration version for all supported Rails by @harmonymjb in https://github.com/solidusio/solidus/pull/6192
20+
* Move OrderMailerSubscriber#send_confirmation_email by @benjaminwil in https://github.com/solidusio/solidus/pull/6199
21+
* Add reverse charge status to stores by @fthobe in https://github.com/solidusio/solidus/pull/6136
22+
* Fix flaky test errors using chrome 134 by @tvdeyen in https://github.com/solidusio/solidus/pull/6203
23+
* Move carton shipped emails to subscriber by @benjaminwil in https://github.com/solidusio/solidus/pull/6219
24+
* Change migration version to 7.0 by @AlistairNorman in https://github.com/solidusio/solidus/pull/6220
25+
* Add subscribers for inventory cancellation and order cancellation emails by @benjaminwil in https://github.com/solidusio/solidus/pull/6205
26+
* Make linters happy by @tvdeyen in https://github.com/solidusio/solidus/pull/6223
27+
* Disallow migrations with the wrong versions by @benjaminwil in https://github.com/solidusio/solidus/pull/6221
28+
* Add reverse charge fields to address by @fthobe in https://github.com/solidusio/solidus/pull/6168
29+
* Dummy app generator: Only configure app/assets/javascripts if present by @mamhoff in https://github.com/solidusio/solidus/pull/6227
30+
* Use Firefox for system specs by @mamhoff in https://github.com/solidusio/solidus/pull/6230
31+
* Configurable Solidus event subscribers by @benjaminwil in https://github.com/solidusio/solidus/pull/6234
32+
* Move Taxon -> Promotion Rule association to legacy promotions by @mamhoff in https://github.com/solidusio/solidus/pull/6243
33+
* Require spree/config in spree/core by @mamhoff in https://github.com/solidusio/solidus/pull/6248
34+
* Addressbook: Add foreign key, dependent/inverse_of options by @mamhoff in https://github.com/solidusio/solidus/pull/6265
35+
* Replace `puts` in tasks and generators with Rails.logger or Logger.new by @mamhoff in https://github.com/solidusio/solidus/pull/6244
36+
37+
## Solidus Admin
38+
39+
* Fix typos by @jackhac in https://github.com/solidusio/solidus/pull/6207
40+
* Display the store's currency in the Admin Order Index Component by @magpieuk in https://github.com/solidusio/solidus/pull/5929
41+
* Fix flaky test errors using chrome 134 by @tvdeyen in https://github.com/solidusio/solidus/pull/6203
42+
* Make linters happy by @tvdeyen in https://github.com/solidusio/solidus/pull/6223
43+
* Add reverse charge fields to address by @fthobe in https://github.com/solidusio/solidus/pull/6168
44+
* Use Firefox for system specs by @mamhoff in https://github.com/solidusio/solidus/pull/6230
45+
* Fix install_lookbook step by @chaimann in https://github.com/solidusio/solidus/pull/6154
46+
* Fix ui/forms/input component for tag: :textarea by @chaimann in https://github.com/solidusio/solidus/pull/6174
47+
* [Admin] Fix Unclosed form_tag in table component by @swamp09 in https://github.com/solidusio/solidus/pull/6172
48+
* Fix flaky specs by @mamhoff in https://github.com/solidusio/solidus/pull/6197
49+
* [Backend] Fix issue refunding uncompleted payments by @jtapia in https://github.com/solidusio/solidus/pull/6094
50+
* [Admin][UI] New select component by @chaimann in https://github.com/solidusio/solidus/pull/6190
51+
* Refactor `ui/forms/address` component by @chaimann in https://github.com/solidusio/solidus/pull/6191
52+
* Use semantic links to edit option types by @forkata in https://github.com/solidusio/solidus/pull/6201
53+
* Admin select component performance by @chaimann in https://github.com/solidusio/solidus/pull/6213
54+
* Refactor address form component (properly this time) by @chaimann in https://github.com/solidusio/solidus/pull/6225
55+
* [Admin][UI] Alert component by @chaimann in https://github.com/solidusio/solidus/pull/6226
56+
* [Admin] fix table sorting by @chaimann in https://github.com/solidusio/solidus/pull/6238
57+
* Update importmap-rails to v2 by @tvdeyen in https://github.com/solidusio/solidus/pull/6202
58+
59+
## Solidus Backend
60+
61+
* Add reverse charge status to stores by @fthobe in https://github.com/solidusio/solidus/pull/6136
62+
* Fix flaky test errors using chrome 134 by @tvdeyen in https://github.com/solidusio/solidus/pull/6203
63+
* Add reverse charge fields to address by @fthobe in https://github.com/solidusio/solidus/pull/6168
64+
* Fix flaky specs by @mamhoff in https://github.com/solidusio/solidus/pull/6197
65+
* [Backend] Fix issue refunding uncompleted payments by @jtapia in https://github.com/solidusio/solidus/pull/6094
66+
* Add 500ms delay before AJAX in Select2 by @mamhoff in https://github.com/solidusio/solidus/pull/6235
67+
68+
## Solidus API
69+
70+
* Add reverse charge status to stores by @fthobe in https://github.com/solidusio/solidus/pull/6136
71+
* Add reverse charge fields to address by @fthobe in https://github.com/solidusio/solidus/pull/6168
72+
* Refactor load_user_roles into current_user_roles helper by @mamhoff in https://github.com/solidusio/solidus/pull/6245
73+
* Refactor "current_api_user" into instacached helper by @mamhoff in https://github.com/solidusio/solidus/pull/6246
74+
75+
## Solidus Promotions
76+
77+
* Fix typos by @jackhac in https://github.com/solidusio/solidus/pull/6207
78+
* Fix flaky test errors using chrome 134 by @tvdeyen in https://github.com/solidusio/solidus/pull/6203
79+
* Replace `puts` in tasks and generators with Rails.logger or Logger.new by @mamhoff in https://github.com/solidusio/solidus/pull/6244
80+
* Fix flaky specs by @mamhoff in https://github.com/solidusio/solidus/pull/6197
81+
* Update importmap-rails to v2 by @tvdeyen in https://github.com/solidusio/solidus/pull/6202
82+
* [Promotions] Set Flickwerk patches in initializer by @tvdeyen in https://github.com/solidusio/solidus/pull/6161
83+
* Fix Rubocop offense by @mamhoff in https://github.com/solidusio/solidus/pull/6196
84+
* Use `human_attribute_name` for promo calculator labels by @mamhoff in https://github.com/solidusio/solidus/pull/6195
85+
* Promotions: Add a PercentWithCap calculator by @mamhoff in https://github.com/solidusio/solidus/pull/6200
86+
87+
**Full Changelog**: https://github.com/solidusio/solidus/compare/v4.5.0...v4.6.0
88+
89+
190
## Solidus v4.5.0 (2025-02-19)
291

392
<!-- Please, don't edit manually. The content is automatically generated. -->
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
apply 'https://github.com/solidusio/solidus_starter_frontend/raw/main/template.rb'
1+
apply 'https://github.com/solidusio/solidus_starter_frontend/raw/v4.6/template.rb'

core/lib/spree/core/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# frozen_string_literal: true
22

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

66
def self.solidus_version = VERSION
77

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ services:
2828
NODE_VERSION: 20
2929
MYSQL_VERSION: "8.0"
3030
BUNDLER_VERSION: 2
31-
image: solidus-4.6.0.dev
31+
image: solidus-4.6.0
3232
command: bash -c "(bundle check || bundle) && bash -c 'echo Container initialized, see README.md for further steps.' && tail -f /dev/null"
3333
environment:
3434
CAPYBARA_DRIVER: selenium_chrome_headless_docker_friendly

0 commit comments

Comments
 (0)