Releases: Brille24/SyliusCustomOptionsPlugin
Releases · Brille24/SyliusCustomOptionsPlugin
Don't use assert in production
Thanks to @hgiesenow for finding and fixing the bug.
Full Changelog: v4.0.4...v4.0.5
Fixing Symfony BC layer
v4.0.3
Fixes for Doctrine Attributes
In Sylius 1.13 the default mapping has been changed to attributes which created some conflicts with this plugin's attribute configuration.
Thanks to @shochdoerfer for the amazing work. 🎉
What's Changed
- Fix Doctrine mapping errors by @shochdoerfer in #157
Full Changelog: 4.0.2...4.0.3
Fixup for types
What's Changed
- Fix typed property initialization error by @shochdoerfer in #155
Full Changelog: v4.0.1...4.0.2
v4.0.1
Using Attributes for Doctrine
See the migration guide on how to migrate your application.
What's Changed
New Contributors
Full Changelog: 3.1.0...v4.0.0
Fixing the Shop add to cart
What's Changed
- allow receive array from inputBag by @adamterepora in #142
- Fix to allow adding products with a customer option to the cart by @shochdoerfer in #134
New Contributors
- @adamterepora made their first contribution in #142
- @shochdoerfer made their first contribution in #134
Full Changelog: v3.0.3...3.1.0
Fix tag mismatch
v3.0.3 Fix tag mismatch (#140)
Turn validator entities into mapped-superclasses & cascade deletions
v3.0.2 Turn resources from entity to mapped-superclass & cascade deletions (…