Skip to content

Releases: webgriffe/WebgriffeSyliusTableRateShippingPlugin

v1.0.0

29 Jul 10:06
Compare
Choose a tag to compare

What's Changed

TODO:

Please note!! Due to changes in the configuration field in the database from Sylius 1.13, the way this plugin configures the table rate on the shipping method is changed! Before we were saving the serialization of the entire object, but this way is not recommended. Now, it will only save the code of the table rate configuration used.
We recommend entering the admin page and reselecting or resaving the shipping method using this method. You should generate a migration or run an SQL query if you encounter any errors.

Full Changelog: 0.6.1...v1.0.0

v0.6.1

06 Jun 08:30
4be5835
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @t-n-y made their first contribution in #20

Full Changelog: 0.6.0...0.6.1

v0.6.0

27 Feb 08:23
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.5.0...0.6.0

v0.5.0

08 Apr 08:15
Compare
Choose a tag to compare

What's Changed

  • Upgrade for Sylius 1.11 and drop support for Sylius 1.9, 1.10 and PHP 7.4 by @lruozzi9 in #16

New Contributors

Full Changelog: 0.4.0...0.5.0

0.4.0

15 Nov 07:59
6b36eff
Compare
Choose a tag to compare

What's Changed

  • Replace json_array to json for weightLimitToRate by @mmenozzi in #13
  • Upgrade to Sylius 1.9 or 1.10 and PHP 8 by @Roshyo in #15

TODO:

The schema definition of the table rate entity is changed, please be sure to run migration diff:

bin/console doctrine:migrations:diff
bin/console doctrine:migrations:migrate

Full Changelog: 0.3.1...0.4.0

0.3.1

23 Jul 10:53
Compare
Choose a tag to compare

📖 Documentation

  • Use proper regex for _locale parameter

0.3.0

16 Jul 08:35
accb0fe
Compare
Choose a tag to compare

🔧 Fixes

0.2.0

06 Feb 10:39
Compare
Choose a tag to compare

💪 Improvements

  • Dependencies upgrade

0.1.4

14 Oct 14:36
dfbaaba
Compare
Choose a tag to compare

🔧 Fixes

  • Allow to properly override plugin templates (#5, @Roshyo)

0.1.3

25 Sep 06:56
Compare
Choose a tag to compare

💪 Improvements

  • Add support to Sylius 1.8