Skip to content

Releases: olympusone/spree_oxygen_pelatologio

v1.1.0

08 Jun 12:47

Choose a tag to compare

What New

Add skip_oxygen_sync feature to products and update installation process

  • Introduced skip_oxygen_sync attribute to spree_products table via migration.
  • Added checkbox for skip_oxygen_sync in 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

15 Jan 11:07
24b73cc

Choose a tag to compare

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.md to point users to GitHub Releases.

Changes

  • License
    • Switch gem metadata license to MIT.
    • Add LICENSE with the full MIT license text.
    • Remove the previous LICENSE.md AGPL notice.
  • Packaging
    • Update gem file list to include LICENSE (instead of the removed LICENSE.md).

Full Changelog: v1.0.2...v1.0.3

v1.0.2

15 Jan 09:58

Choose a tag to compare

Changed

  • Align importmap integration with Spree Admin: draw the extension importmap via the spree_admin.importmap pipeline, 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-controller from spree_oxygen_pelatologio to spree-oxygen-pelatologio.

Full Changelog: v1.0.1...v1.0.2

v1.0.1

14 Jan 14:57

Choose a tag to compare

Full Changelog: v1.0.0...v1.0.1

v1.0.0

13 Jan 14:34

Choose a tag to compare

Refactor Sidekiq-Cron job setup for Oxygen Pelatologio integration