Skip to content

Releases: Brille24/SyliusTierpricePlugin

Replacing the jQuery logic with raw Javascript

21 Oct 09:12
e7393b9
Compare
Choose a tag to compare

What's Changed

  • Refactor tier price table rendering and sorting logic by @MatBonnin in #89

New Contributors

Full Changelog: 3.0.0...3.0.1

Removing the `ProductVariant` resource override

14 Oct 17:47
90db1aa
Compare
Choose a tag to compare

Breaking changes

If you don't have your own override of the ProductVariant class in your code, please create it and use the TierPriceableTrait from the plugin to extend this. An example for this can be found in the documentation.

What's Changed

  • Removing entity definition override by @mamazu in #87

Full Changelog: 2.4.2...3.0.0

Minor fixups and 1.13 soft bc breaks.

31 Jul 01:13
1788ae4
Compare
Choose a tag to compare

What's Changed

  • Fix a small typo in the Readme by @JoppeDC in #79
  • [README] Minor code improvements by @lchrusciel in #82
  • [README] Add proper interface to ProductVariant by @lchrusciel in #83
  • Adding calculateLowestPriceBeforeDiscount for price calculation by @mamazu in #85

New Contributors

Full Changelog: 2.4.1...2.4.2

Fixing attribute mapping

07 Feb 13:57
3f0ed91
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.4.0...2.4.1

We support attributes

29 Dec 18:30
5fd8b30
Compare
Choose a tag to compare

Now you can use this plugin with attributes and XML. 🎉

Fixing decoration of price calculator

24 Oct 09:06
3199bdb
Compare
Choose a tag to compare
Merge pull request #74 from JakobTolkemit/fix_price_recalculator

Fix price recalculator service

Fixing the menu items

07 Sep 21:26
Compare
Choose a tag to compare

The menu for the product variant is not working again.

Sylius 1.12

10 Jul 22:40
Compare
Choose a tag to compare

How to migrate

resources.yml and config.yml have been merged. Only requiring config.yml is enough now.

What's Changed

TL;DR: Using php for configuration

New Contributors

  • @t-n-y made their first contribution in #71

Full Changelog: 2.2.0...2.3.0

Sylius 1.12

10 Jun 18:48
Compare
Choose a tag to compare

Dropping support for 1.10 and lower

Support for Sylius 1.11

03 Dec 17:10
Compare
Choose a tag to compare

Support for Sylius 1.11. Big thanks to @tavy315 for contributing this.