Skip to content

Releases: Sylius/AdminOrderCreationPlugin

v0.9.0

17 Jul 09:12
Compare
Choose a tag to compare
v0.9.0 Pre-release
Pre-release

TL;DR:

  • Repositories refactored to traits in order to make overriding repositories easier

Added

v0.8.0

15 Jul 10:17
Compare
Choose a tag to compare
v0.8.0 Pre-release
Pre-release

TL;DR:

  • Added support for PHP 7.3/7.4 & Sylius 1.7
  • Dropped support for PHP 7.2 & Sylius 1.6
  • Added possibility to have no payment methods

Added

Changed

Fixed

  • #136 [Admin][Order] Make templates compatible with Sylius alpha (@GSadee)

v0.7.1

07 Aug 10:53
efe5658
Compare
Choose a tag to compare
v0.7.1 Pre-release
Pre-release

v0.7.0

12 Feb 10:45
v0.7.0
95717a5
Compare
Choose a tag to compare
v0.7.0 Pre-release
Pre-release

Improvements & bug fixes

13 Nov 11:59
4d134cf
Compare
Choose a tag to compare
Pre-release

Improvement

  • Error message added to order cretion page #90
  • Migration namespace changed from Sylius\Migrations to DoctrinMigrations #94
  • CODEOWNERS added #95
  • Installation with SymfonyFlex described #96
  • Security issues section added to README #97

Bug fixes

  • Email validation message moved after the input #88
  • Support for Sylius 1.3+ added #98

SymfonyFlex support

26 Sep 12:47
a970352
Compare
Choose a tag to compare
SymfonyFlex support Pre-release
Pre-release
Merge pull request #93 from Zales0123/bring-back-sylius-plugin-type

Bring back "sylius-plugin" composer type

Minor features + bugfixes + extended Readme file

25 Sep 09:52
20b1ca7
Compare
Choose a tag to compare
  • Currency added to create new order form
  • Only one payment method allowed during new order creation
  • Missing item discount amount fixed
  • Currency and locale taken from channel
  • Fixed infinite spinner for items that do not require shipping
  • Added PHPStan Webmozart Extension
  • README.md file updated (Business Value and Extension Points sections)

Choosing channel and locale for newly created order

03 Sep 10:55
a902652
Compare
Choose a tag to compare
  • Being able to choose channel when creating an order as an Administrator
  • Being able to choose locale when creating an order as an Administrator

Improvements, improvements, improvements!

30 Jul 07:40
7041072
Compare
Choose a tag to compare
  • CSRF protection on a payment form
  • Russian translation (thank you, @pogorivan!)
  • Not requiring billing address during order creation
  • Previewing order during reordering
  • Customer email validation
  • Not setting payment link for offline payment
  • Scenarios fixes

Order preview and discount changes

12 Jul 10:49
c3d593c
Compare
Choose a tag to compare
Pre-release
  • newly created order preview
  • changing order and items total by adjustments rather than custom field