Skip to content

Releases: spree/spree_backend

v4.8.3

12 Jul 18:18
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.8.2...v4.8.3

v4.8.2

13 Jun 20:12
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.8.1...v4.8.2

v4.8.1

29 May 15:58
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.8.0...v4.8.1

v4.8.0

27 May 13:52
Compare
Choose a tag to compare

This version among many new features and improvements, switches from NodeJS environment for JavaScript to Importmap, the new Rails default.

What's Changed

New Contributors

Full Changelog: v4.7.0...v4.8.0

Version 4.7.2

05 Jan 15:12
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.7.1...v4.7.2

Version 4.6.2

05 Jan 15:09
d9945b9
Compare
Choose a tag to compare

What's Changed

  • Fix lists plugin configuration for TinyMCE by @mbajur in #297
  • Display webhook secret key in admin panel by @mateus-po in #300

New Contributors

Full Changelog: v4.6.1...v4.6.2

Version 4.7.1

21 Dec 10:31
Compare
Choose a tag to compare

What's Changed

  • Fix an issue with missing variants when adding a new product with a prototype by @mateus-po in #296

Full Changelog: v4.7.0...v4.7.1

Version 4.7.0

09 Nov 18:34
Compare
Choose a tag to compare

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

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)

New Contributors

Version 4.6.1

04 Sep 19:03
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.6.0...v4.6.1

Version 4.6.0

31 May 13:55
Compare
Choose a tag to compare

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.

Changes in 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