Skip to content

Releases: Brille24/SyliusCustomOptionsPlugin

Symfony 5 controller definitions

29 Jul 08:56
f5222ad
Compare
Choose a tag to compare

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

27 Jul 18:02
1dea26f
Compare
Choose a tag to compare

Making the event system compatible with Symfony 5

We now support Sylius 1.11 🎉

31 May 12:11
b18e726
Compare
Choose a tag to compare

Thanks to @xaviermarchegay we now have support for Sylius 1.11

Using the correct return type for getter

11 May 14:08
Compare
Choose a tag to compare
2.14.2

 Using the correct return type for getter

Fixing the OptionValue factory

25 Oct 09:27
Compare
Choose a tag to compare
2.14.1

Fixing the customer option factory

Making the customer option calculation logic more extendable

22 Oct 23:54
347ad32
Compare
Choose a tag to compare

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

06 Oct 12:15
Compare
Choose a tag to compare

Adding more German translations and updated the documentation.

Full Changelog: 2.13.0...2.13.1

Update to Sylius 1.10

20 Aug 13:05
7192e73
Compare
Choose a tag to compare
Merge pull request #97 from JakobTolkemit/update_1.10

Update 1.10

Making the entities extendable

31 May 19:07
Compare
Choose a tag to compare

The entities in this plugin are now mapped super classes and can be extended.

Fixing percentage display in admin panel.

20 May 16:11
Compare
Choose a tag to compare
2.11.2

Fixing the codestyle