Back to Spree

3.3 to 3.4

docs/developer/upgrades/3.3-to-3.4.mdx

5.4.2632 B
Original Source

Update gems

bash
bundle update

Install missing migrations

bash
rake railties:install:migrations

Run migrations

bash
rails db:migrate

Migrate Spree::Taxon icons to Spree Assets

We changed Spree::Taxon icon to use Spree::Asset to unify attachment usage across all Spree models. If you were using icon images in Spree::Taxon please run this to migrate your icons:

bash
rails db:migrate_taxon_icons

Read the release notes

For information about changes contained within this release, please read the 3.4.0 Release Notes.