Releases: olympusone/spree_oxygen_pelatologio
Releases · olympusone/spree_oxygen_pelatologio
v1.1.0
What New
Add skip_oxygen_sync feature to products and update installation process
- Introduced
skip_oxygen_syncattribute tospree_productstable via migration. - Added checkbox for
skip_oxygen_syncin the product form sidebar. - Updated locale files for English and Greek to include translations for the new attribute.
- Created an install generator to handle migrations during installation.
- Updated README with installation instructions.
Full Changelog: v1.1.2...v1.1.0
v1.0.3
Highlights
- Relicense the project from AGPL-3.0-or-later to MIT.
- Add a canonical root license file (
LICENSE) so GitHub/license tooling can recognize it cleanly. - Simplify
CHANGELOG.mdto point users to GitHub Releases.
Changes
- License
- Switch gem metadata license to
MIT. - Add
LICENSEwith the full MIT license text. - Remove the previous
LICENSE.mdAGPL notice.
- Switch gem metadata license to
- Packaging
- Update gem file list to include
LICENSE(instead of the removedLICENSE.md).
- Update gem file list to include
Full Changelog: v1.0.2...v1.0.3
v1.0.2
Changed
- Align importmap integration with Spree Admin: draw the extension importmap via the
spree_admin.importmappipeline, and register cache sweepers conditionally when reloading + importmap cache sweeping are enabled. - Normalize the Stimulus controller registration to kebab-case (
spree-oxygen-pelatologio).
Removed
- Remove leftover debug
console.log.
Fixed
- Minor cleanup: fix missing trailing newlines in a few files (no functional impact).
Upgrade notes (if applicable)
- If you reference the Stimulus controller by identifier in HTML, update
data-controllerfromspree_oxygen_pelatologiotospree-oxygen-pelatologio.
Full Changelog: v1.0.1...v1.0.2
v1.0.1
Full Changelog: v1.0.0...v1.0.1