Skip to content
This repository has been archived by the owner on Oct 12, 2021. It is now read-only.

Releases: Sylius/CustomerReorderPlugin

v1.1.0

12 Feb 10:50
v1.1.0
8df7796
Compare
Choose a tag to compare

Making the plugin work with newest Sylius-Standard

08 Nov 09:42
6a5e5be
Compare
Choose a tag to compare
  • Unnecessary services removed
  • Making the plugin work with newest Sylius-Standard
  • Symfony 4 directory structure introduced in test app

Security issue fixed

27 Sep 12:01
d8e2132
Compare
Choose a tag to compare

Bugfixes:

  • Security issue allowing to reorder the order placed by another customer

Checking stock availability during reorder + SymfonyFlex integration

25 Sep 16:18
fa3b1c6
Compare
Choose a tag to compare

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

27 Jul 07:32
e561695
Compare
Choose a tag to compare
  • CustomerReorderPlugin works with PHP 7.2 and Sylius 1.3

Reorder button label translated

11 Jul 14:21
2ad7520
Compare
Choose a tag to compare
Pre-release
Merge pull request #33 from bartoszpietrzak1994/reorder-button-label-…

…placed-in-messages-file

Reorder button label placed in messages.yml file

Make Behat great again

04 Jul 13:30
v0.2.2
73109ca
Compare
Choose a tag to compare
Pre-release

🎉

Maintenance fixes

27 Jun 08:56
130816e
Compare
Choose a tag to compare
Maintenance fixes Pre-release
Pre-release
  • 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)

25 Jun 10:40
b1bf876
Compare
Choose a tag to compare
  • 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

07 Jun 10:50
9d71bd9
Compare
Choose a tag to compare
Pre-release
  • basic implementation of customer reorder
  • documentation
  • behat tests scenarios of remaining basic features to be fulfilled in further plugin versions