Skip to content

Releases: Brille24/SyliusCustomOptionsPlugin

Don't use assert in production

28 Aug 08:10

Choose a tag to compare

Thanks to @hgiesenow for finding and fixing the bug.

Full Changelog: v4.0.4...v4.0.5

Fixing Symfony BC layer

08 Apr 19:22
055756d

Choose a tag to compare

What's Changed

Full Changelog: v4.0.3...v4.0.4

v4.0.3

13 Feb 15:21
9bcb22f

Choose a tag to compare

What's Changed

  • Symfony 6 compatibility: Fix compiler pass resolving argument error by @lloubrie in #159

New Contributors

Full Changelog: 4.0.3...v4.0.3

Fixes for Doctrine Attributes

08 Jun 11:29
454f741

Choose a tag to compare

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

Full Changelog: 4.0.2...4.0.3

Fixup for types

19 May 11:58
5b69cad

Choose a tag to compare

What's Changed

Full Changelog: v4.0.1...4.0.2

v4.0.1

13 May 09:57
fa421ff

Choose a tag to compare

What's Changed

  • Use CustomerOptionInterface in CustomerOptionTranslation to allow ent… by @mbutl in #153

New Contributors

Full Changelog: v4.0.0...v4.0.1

Using Attributes for Doctrine

08 Feb 10:44
8983bd2

Choose a tag to compare

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

05 Jan 14:20
cd4282f

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.0.3...3.1.0

Fix tag mismatch

18 Aug 12:57
b8fafe8

Choose a tag to compare

v3.0.3

Fix tag mismatch (#140)

Turn validator entities into mapped-superclasses & cascade deletions

27 Jul 08:02
fdd9d66

Choose a tag to compare

v3.0.2

Turn resources from entity to mapped-superclass & cascade deletions (…