Skip to content

Releases: Brille24/SyliusSpecialPricePlugin

1.11.0

14 Apr 09:24
ca058a6
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.10.1...1.11.0

Template path fix

12 Aug 06:12
6f46788
Compare
Choose a tag to compare
Merge pull request #20 from MyUtd4Life/master

Fix unable to find templates

Update to Sylius 1.10

09 Aug 12:13
3431e29
Compare
Choose a tag to compare
Merge pull request #19 from JakobTolkemit/update_1.10

Update 1.10

Fix behat service

02 Jul 07:54
4974f91
Compare
Choose a tag to compare
Merge pull request #18 from JakobTolkemit/update_sylius_1.9

Fix behat

Sylius 1.9

01 Jul 12:55
6f25879
Compare
Choose a tag to compare
Merge pull request #17 from JakobTolkemit/update_sylius_1.9

Update to Sylius 1.9

1.8.2: Merge pull request #16 from JakobTolkemit/active_check_on_entity

31 May 10:57
2756f5f
Compare
Choose a tag to compare
Added missing default value for active method

1.8.1: Merge pull request #15 from JakobTolkemit/active_check_on_entity

31 May 10:06
e885942
Compare
Choose a tag to compare
Added a method to check if the special price is active for a given date

Sylius 1.8

14 Oct 10:48
a38fd6c
Compare
Choose a tag to compare
Merge pull request #13 from JakobTolkemit/update_1.8

Update to Sylius 1.8

Adding new initialization Method

02 Oct 10:00
Compare
Choose a tag to compare

If you want to have two traits at the same time with an alias like this

use SyliusSpecalPricePlugin {
__construct as private initSpecialPrices;
}
use SomeOtherPlugin {
__construct as private initOtherPlugin;
}

Then PHP will run the Constructor of the Special Price plugin for both of them:

initSpecialPrices => SyliusSpecalPricePlugin::__construct
initOtherPlugin => SyliusSpecalPricePlugin::__construct

This is why we now have a dedicated non constructor method.

Overlap validator fix

13 Aug 13:28
b04407f
Compare
Choose a tag to compare
Merge pull request #12 from JakobTolkemit/fix_date_overlap_validator

Fix date overlap validator