| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-02-16 | 838 Bytes | |
| v5.3.3 source code.tar.gz | 2026-02-16 | 64.4 MB | |
| v5.3.3 source code.zip | 2026-02-16 | 66.5 MB | |
| Totals: 3 Items | 130.9 MB | 1 | |
This patch release includes minor fixes to the core and admin packages, squashing some pesky bugs! :)
Changes
Core
- Fix race condition between saving invitation and sending email https://github.com/spree/spree/commit/b7d053b233f2edcfe78337dc0439d9d36bfc2032
- Prevent NoMethodError in StoreProduct#refresh_metrics! when product is nil by @damianlegawiec in https://github.com/spree/spree/pull/13531
Admin
- Fixed validation error on admin address for not persisted address by @brozek95 in https://github.com/spree/spree/pull/13526
- Fixed edit policy path to use ID rather than slug https://github.com/spree/spree/commit/e1f69b53b3ce4a8d0f77a15815e1087f99e48f1f
Update
Run in your project root:
:::bash
bundle update
Full Changelog: https://github.com/spree/spree/compare/v5.3.2...v5.3.3