Skip to content

Latest commit

 

History

History
56 lines (32 loc) · 1.14 KB

CHANGELOG.md

File metadata and controls

56 lines (32 loc) · 1.14 KB

CHANGELOG

v2.1.0 (2023-01-04)

Details

  • Add support for Sylius 1.11|1.12, Symfony ^5.4|^6.0, PHP ^8.0
  • Drop support for Sylius <= 1.10 and consequentially for Symfony <= 5.3, <= PHP 7.4

v2.0.0 (2021-11-09)

Details

  • Support for Sylius 1.8|1.9|1.10, Symfony ^4.4|^5.2, PHP ^7.3|^8.0
  • Change namespace from MangoSylius\PaymentRestrictionPlugin to ThreeBRS\SyliusPaymentRestrictionPlugin
  • Change table name from mangoweb_payment_method_shipping_method to threebrs_payment_method_shipping_method
  • ⚠️ BC break: Version 2.0.0 is NOT compatible with previous versions due to namespace change

v1.0.0 (2020-06-17)

Details

  • Update to Sylius ^1.7
  • Update to php ^7.3
  • Zone is not required

v0.3.3 (2020-01-23)

Details

  • Change zone mapping in PaymentMethodRestrictionTrait.

v0.3.2 (2020-01-21)

Details

  • Compare zones by codes.

v0.3.1 (2019-12-10)

Details

  • Now works even with overridden shipment entity.

v0.3.0 (2019-11-28)

Details

  • Restrict payment methods by shipping methods
  • Behat tests

v0.2.0 (2019-03-11)

Details

  • Restrict payment methods by zone