Skip to content

Latest commit

 

History

History
97 lines (60 loc) · 6.31 KB

CHANGELOG.md

File metadata and controls

97 lines (60 loc) · 6.31 KB

CHANGELOG

v0.16.0 (2025-01-16)

v0.15.0 (2024-06-10)

  • #199 Sylius 1.13 (@Prometee)
  • #200 [Maintenance] Add PHP version to requirements + adjust Kernel and bundles configuration (@GSadee)

v0.14.0 (2022-12-15)

  • #186 [Maintenance] Bump up Sylius versions to fix the build (@GSadee)
  • #185 [GitHub Actions] Configure workflow to run on the workflow_dispatch event (@GSadee)
  • #187 [Maintenance] Support PHP 8.1 (@GSadee)
  • #188 [Maintenance] Allow flex plugin during plugin installation (@lchrusciel)
  • #190 [GitHub Actions] Configure global flex to fix the build (@GSadee)
  • #191 Drop support for Sylius 1.10 (@GSadee)
  • #193 Support Symfony 6 and Sylius 1.12 (@TheMilek)
  • #194 Fix HTTP protocol for FOSJSRouting generation (@coldic3)

v0.13.0 (2022-02-25)

v0.12.3 (2021-10-28)

  • #179 [Maintenance] Conflict with doctrine/dbal ^3.0 due to lack of json_array support (@lchrusciel)
  • #177 [API] Add missing "Autocomplete" serialization group (@lchrusciel)
  • #178 [README] Improve installation guide (@lchrusciel)

v0.12.2 (2021-08-10)

v0.12.1 (2021-07-30)

  • #173 Really allow for Sylius 1.9 and 1.10 (@pamil)

v0.12.0 (2021-07-29)

v0.11.0 (2021-04-15)

v0.10.0 (2021-04-14)

v0.9.1 (2020-11-03)

Details

  • #159 [Behat] Use descriptor to find products with autocomplete (@pamil)

v0.9.0 (2020-07-15)

TL;DR:

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

Added

v0.8.0 (2020-07-15)

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)