Releases: webgriffe/WebgriffeSyliusTableRateShippingPlugin
Releases · webgriffe/WebgriffeSyliusTableRateShippingPlugin
v1.0.0
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
v0.6.0
v0.5.0
0.4.0
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
📖 Documentation
- Use proper regex for _locale parameter