Back to Spree

3.4 to 3.5

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

5.4.2822 B
Original Source

Update gems

bash
bundle update

Install missing migrations

bash
rake railties:install:migrations

Run migrations

bash
rails db:migrate

Install Spree Analytics Trackers extension

If you were previously using Analytics Trackers feature you need to install it as an extension as it was extracted from the core.

  1. Add Spree Analytics Trackers to your Gemfile:
bash
bundle add spree_analytics_trackers
  1. Copy and run migrations:
bash
bin/rails g spree_analytics_trackers:install

Read the release notes

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