v2.11.5
Here's the list of changes in this release:
- Improve address name migration task output #3982 (kennyadsl)
- Add Address name data migration rake task #3933 (spaghetticode)
- Add and start populating
spree_addresses.name
field #3962 (spaghetticode) - Fix circular reference in factory #3959 (waiting-for-dev)
- Remove Deprecation Warning in ActiveModel Errors #3946 (Azeem838)
- Only use #original_message in Api::BaseController#parameter_missing_error if defined #3940 (dividedharmony)
- Pre-select current tax category on product form #3936 (spaghetticode)
- Inline the attachment form for taxon icons #3932 (elia)
- Show 'guest' correctly in order customer details #3910 (nirebu)
- Relax Money dependency in development #3958 (kennyadsl)
- Lock money gem in development until next release #3909 (kennyadsl)
- Fix factory loading #3907 (elia)
- [Admin] Automatically check edited return items in RMA form #3904 (spaghetticode)
- Fix ActionMailer preview loading #3901 (aldesantis)
- Convert jQuery data attribute to number #3899 (spaghetticode)
- Add English variants to select2_local directory #3895 (michaelmichael)
- Remove awesome_nested_set override for Rails 6.1 compatibility #3893 (kennyadsl)
- Set dummy app forgery protection to false #3887 (FrancescoAiello01)
- Enable ActiveStorage specs against Rails 6.1 #3886 (kennyadsl)
- Migrate default billing addresses to address book #3838 (mamhoff)
The most notable change is the addition of a couple of rake tasks that migrate the database to make it ready for the upcoming breaking changes we'll introduce with Solidus 3.0. Make sure you run it with:
bin/rails solidus:upgrade:two_point_eleven
And follow the instructions on the screen.