Spree Versions Save

Open Source eCommerce platform for global brands. An alternative to Shopify, Salesforce Commerce Cloud, Adobe Commerce etc. đź›’

v4.0.9

1 month ago

bring back OrderContents and store credit methods to ease upgrading to Spree 4 https://github.com/spree/spree/commit/eb0fcf514db1abee9572838e2f98c5c5620a4a31

Full Changelog: https://github.com/spree/spree/compare/v4.0.8...v4.0.9

v4.7.1

4 months ago

What's Changed

Full Changelog: https://github.com/spree/spree/compare/v4.7.0...v4.7.1

v4.6.4

4 months ago

What's Changed

Full Changelog: https://github.com/spree/spree/compare/v4.6.3...v4.6.4

v4.7.0

6 months ago

Spree 4.7 is a technology upgrade, that's focused on bringing Rails 7.1 support and various internal improvements. As a step in moving away from our dependency on deface, Spree Backend now makes it possible to customize its main elements without using deface.

Major Changes

Spree Core

  • Set fallback locale for Mobility based on current store by @rafalcymerys
  • Remove globalize references by @rafalcymerys
  • Uncomment tests in service_module_spec.rb by @RicardoTrindade
  • Improve the performance of weight.rb sorting by @RicardoTrindade
  • Remove Ruby 2.7 support by @rafalcymerys
  • Changing translation process of permalink and slugs in models by @kpokorski
  • Add digital_asset_authorized_clicks and digital_asset_authorized_days to Store factory by @mbajur
  • Remove outdated Rails version checks by @rafalcymerys
  • Update serialize to work with Rails 7.1 by @rafalcymerys
  • Upgrade has_secure_token to work with Rails 7.1 by @rafalcymerys
  • Upgrade Ransack to support Rails 7.1 in Ransack by @rafalcymerys
  • Fix tests to work with Rails 7.1 by @rafalcymerys
  • Use dedicated deprecation class by @rafalcymerys

Spree Backend

  • Added an interface for customizing main menu, tabs and action buttons without using deface by @tomdonarski
  • Added compatibility with Rails 7.1 by @rafalcymerys
  • Removed unnecessary references to Spree Globalize by @rafalcymerys
  • Removed unnecessary Rails 5 version checks by @rafalcymerys
  • Upgrade JS dependencies by @rafalcymerys

Spree Frontend (Spree Rails Frontend)

  • Added compatibility with Rails 7.1 by @tomdonarski

New Contributors

v4.6.3

6 months ago

What's Changed

Full Changelog: https://github.com/spree/spree/compare/v4.6.2...v4.6.3

v4.6.2

8 months ago

What's Changed

Full Changelog: https://github.com/spree/spree/compare/v4.6.1...v4.6.2

v4.6.1

10 months ago

What's Changed

Full Changelog: https://github.com/spree/spree/compare/v4.6.0...v4.6.1

v4.6.0

11 months ago

Spree 4 6

Major changes

  • Built-in support for content translations, which allows Spree-based stores to have product, taxon, and store information in multiple languages. We’re making translations a first-class citizen, so that you don’t have to worry about extensions like spree-globalize not being compatible with other spree extensions. The translations are available via both Spree API and Spree Rails Frontend. On the database level, they’re compatible with spree_globalize, so that you don’t have to worry about compatibility when upgrading old applications.
  • Added Data Feeds, that allow you to create RSS feeds for Google Merchant Center and Meta Ad Manager. It’s also possible to create custom types of feeds when needed.

Spree Core

  • Spree::User has now an optional selected_locale field, that can be used to store their locale preferences
  • The following entities are now translatable:
    • Spree::Product - name, description, slug, meta_title, meta_description, meta_keywords
    • Spree::Taxon - name, description, permalink
    • Spree::Taxonomy – name
    • Spree::Property – name, presentation, filter_param
    • Spree::ProductProperty – value, filter_param
    • Spree::OptionType – name, presentation
    • Spree::OptionValue – name, presentation
    • Spree::Store – name, description, meta_description, meta_keywords, seo_title, facebook, twitter, Instagram, customer_support_email, contact_phone, new_order_notification_email
  • Each of the entities above gets a separate translations table that can store these fields in multiple locales. The fields in the original table will be set to NULL. See the following blog post for more details on how this works: https://dejimata.com/2017/3/3/translating-with-mobility#strategy-2
  • Spree 4.6 comes with migrations that will help you move translatable data to the new columns
  • New class Spree::TranslationMigrations has been added to make it easy to create migrations copying data from the model table to a related translations table. This comes in handy when making your custom models translatable.
  • New Concern: Spree::TranslatableResourceScopes, that adds the join_translation_table(translatable_class, join_on_table_alias = nil)method. Helpful when creating complex database queries that involve translatable fields.
  • Webhook calls now contain a signature, so that external systems can verify they’re coming from a trusted Spree instance.
  • New field in Spree::Webhook::Subscriber : secret_key, that’s used to generate a signature for the webhook calls

Spree API

  • You can now pull translated models via the Storefront and Platform APIs – just add a ?locale=XX parameter when making a GET call to the API
  • You can now update translations for translatable models via the Platform API – just ad a ?locale=XX when making a PUT call to the API
  • /api/v2/storefront/products and /api/v2/storefront/taxons come with a new field: localized_slugs. This field contains a list of slugs for given entity, in all the locales supported by the store. This allows a headless frontend to determine the redirect URL when switching locale
  • New endpoint - /api/v2/data_feeds/google/:unique_url – for fetching the RSS feed for Google Merchant Center, Meta Ads Manager etc.
  • New endpoint - /api/v2/platform/data_feeds – for configuring a data feed via the platform API

Spree Backend

  • Backend now comes with UI for managing translations
  • New section “Data Feeds”, allows you to configure RSS feeds for your app
  • Webhook Subscribers now allow you to configure a secret key for signing requests

Spree Frontend (Rails Frontend)

  • The frontend now persists users’ locale for future sessions and asynchronous communication
  • The frontend supports the new translatable attributes in entities

Spree JS SDK

  • The SDKs are now updated to include new API endpoints
  • Resolved issues with type definitions not being available in some cases

Vue Storefront

  • Upgraded @vuestorefront/core dependency to the latest available version (2.5.7)
  • Upgraded @storefrontui/vue dependency to the latest available version
  • Added support for pulling translated data from Spree API
  • Added support for redirecting to a translated slug upon changing locale

v4.5.3

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/spree/spree/compare/v4.5.2...v4.5.3

v4.5.2

1 year ago

What's Changed

Full Changelog: https://github.com/spree/spree/compare/v4.5.1...v4.5.2