Releases: Brille24/SyliusTierpricePlugin
Releases · Brille24/SyliusTierpricePlugin
Adding support for all Sylius 1 versions
Replacing the jQuery logic with raw Javascript
What's Changed
- Refactor tier price table rendering and sorting logic by @MatBonnin in #89
New Contributors
- @MatBonnin made their first contribution in #89
Full Changelog: 3.0.0...3.0.1
Removing the `ProductVariant` resource override
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
Full Changelog: 2.4.2...3.0.0
Minor fixups and 1.13 soft bc breaks.
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
- @lchrusciel made their first contribution in #82
Full Changelog: 2.4.1...2.4.2
Fixing attribute mapping
We support attributes
Now you can use this plugin with attributes and XML. 🎉
Fixing decoration of price calculator
Merge pull request #74 from JakobTolkemit/fix_price_recalculator Fix price recalculator service
Fixing the menu items
The menu for the product variant is not working again.
Sylius 1.12
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
- First try at supporting 1.12 by @mamazu in #69
- Support for Sylius 1.12 by @mamazu in #70
- Update README.md by @t-n-y in #71
New Contributors
Full Changelog: 2.2.0...2.3.0
Sylius 1.12
Dropping support for 1.10 and lower