This repository has been archived by the owner on Oct 12, 2021. It is now read-only.
Releases: Sylius/CustomerReorderPlugin
Releases · Sylius/CustomerReorderPlugin
v1.1.0
Making the plugin work with newest Sylius-Standard
- Unnecessary services removed
- Making the plugin work with newest Sylius-Standard
- Symfony 4 directory structure introduced in test app
Security issue fixed
Bugfixes:
- Security issue allowing to reorder the order placed by another customer
Checking stock availability during reorder + SymfonyFlex integration
New features:
- Availability checker added to
ItemsOutOfStockEligibilityChecker
to prevent reordering not available products
Maintenance:
.env
file- Business value explained in
README
- Basing on Symfony components rather than on
symfony/symfony
to make integration with SymfonyFlex possible
Stable CustomerReorderPlugin
- CustomerReorderPlugin works with PHP 7.2 and Sylius 1.3
Reorder button label translated
0.2.3 Merge pull request #33 from bartoszpietrzak1994/reorder-button-label-…
Make Behat great again
🎉
Maintenance fixes
- using factory explicitly rather than decorating the default one
- extension points described
- compiler passes loaded in plugin class
- product name instead of variant name displayed in flash message
Customer Reorder validation (eligibility checkers)
- Flash message displayed if order total has changed
- Flash message displayed if at one promotion is no longer available
- Flash message displayed if at least one of order items is out of stock
- Flash message displayed if price of at least one order item has changed
- Flash message displayed if quantity of at least one order item is not sufficient
- Flash message displayed if none of order items is available
- Reorder not created if none of order items is available
Initial CustomerReorderPlugin release
- basic implementation of customer reorder
- documentation
- behat tests scenarios of remaining basic features to be fulfilled in further plugin versions