Skip to content

Releases: solidusio/solidus

v3.3.0

24 Jan 14:18
88592ef
Compare
Choose a tag to compare

Solidus Core

Solidus Backend

Solidus API

Solidus Sample

Solidus

Full Changelog: v3.2.0...v3.3.0

v3.2.5

23 Dec 16:07
739b2a6
Compare
Choose a tag to compare

Solidus Core

  • Backport Solidus master Circle CI test scenarios to v3.2 #4717 (@gsmendoza)
  • Re-add and fix extension:test_app test #4723 (@gsmendoza)
  • Copy the Solidus::InstallGenerator::InstallFrontend patch from SolidusStarterFrontend v3.2 #4724 (@gsmendoza)
  • [v3.2] Fix the dummy app usage of the generator #4732 (@waiting-for-dev)
  • Don't install solidus_auth_devise if it's already in the Gemfile #4748 (@gsmendoza)
  • [v3.2] Fix call context when a preference default is a proc #4768 (@github-actions[bot])
  • [v3.2] Remove trailing zeroes in tax amount #4770 (@github-actions[bot])
  • Use SolidusPaypalCommercePlatform >= 1.a if frontend is StarterFrontend #4790 (@gsmendoza)
  • [v3.2] Do not require 'mail' #4792 (@github-actions[bot])

Solidus Backend

  • [v3.2] Do not pass arrays to can? #4710 (@github-actions[bot])
  • [v3.2] Remove trailing zeroes in tax amount #4770 (@github-actions[bot])

Solidus API

  • Backport Solidus master Circle CI test scenarios to v3.2 #4717 (@gsmendoza)

Solidus Sample

Solidus

Full Changelog: v3.2.4...v3.2.5

v3.2.4

10 Nov 09:33
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.2.3...v3.2.4

v3.2.3

03 Nov 14:57
Compare
Choose a tag to compare

What's Changed

  • Paginate variant autocomplete by @tvdeyen in #4662
  • Update deprecated jQuery methods (Backport #4625 to v3.2) by @elia in #4674
  • Restore --payment-method= for solidus:install on v3.2 by @elia in #4673
  • Ensure puma 6 is not used in development by @elia in #4692
  • make frontend installer shell-out commands more compatible by @elia in #4694
  • Fix nil bundle_path while installing solidus_frontend by @elia in #4697

Full Changelog: v3.2.2...v3.2.3

v3.1.8

22 Sep 07:53
66a557e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.1.7...v3.1.8

v3.0.8

22 Sep 07:51
46df09e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.7...v3.0.8

v3.2.0

18 Aug 11:49
Compare
Choose a tag to compare

What's Changed

Read more

v3.1.7

15 Jul 11:57
51b1a68
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.1.6...v3.1.7

v3.0.7

15 Jul 11:58
8529b45
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.5...v3.0.7

v2.11.17

15 Jul 11:58
86b70ac
Compare
Choose a tag to compare

Breaking changes

NOTE: This release contains a breaking change due to the backport of the fixes for CVE-2022-32224 in #4455, specifically due to the switch to YAML.safe_load in Spree::LogEntry here.

To ensure compatibility with this change, you may need to update your app configuration for Spree::AppConfiguration#log_entry_permitted_classes and ensure it includes any constants that may be serialized in YAML in addition to the already allowed ones by core or any extensions you may use.

What's Changed

Full Changelog: v2.11.16...v2.11.17