Releases: Brille24/SyliusCustomOptionsPlugin
Releases · Brille24/SyliusCustomOptionsPlugin
Symfony 5 controller definitions
In the last version the controller was not correct recognized by Symfony and thanks to @Loocos we now have the controller wiring fixed again.
Symfony 5 events
Making the event system compatible with Symfony 5
We now support Sylius 1.11 🎉
Thanks to @xaviermarchegay we now have support for Sylius 1.11
Using the correct return type for getter
2.14.2 Using the correct return type for getter
Fixing the OptionValue factory
2.14.1 Fixing the customer option factory
Making the customer option calculation logic more extendable
Making the customer option calculation logic easier to customize. For more details on how to see the usage documentation.
Also adding conflicts with doctrine/dbal >3.0 to the package.json
What's Changed
- Replacing direct instanciation of value price with factory call by @mamazu in #101
- Making plugin extendible by @mamazu in #102
- Making the customer option calculation extendable with events by @seizan8 in #103
Full Changelog: 2.13.1...2.14.0
2.13.1
Adding more German translations and updated the documentation.
Full Changelog: 2.13.0...2.13.1
Update to Sylius 1.10
Merge pull request #97 from JakobTolkemit/update_1.10 Update 1.10
Making the entities extendable
The entities in this plugin are now mapped super classes and can be extended.
Fixing percentage display in admin panel.
2.11.2 Fixing the codestyle