Skip to content

Latest commit

 

History

History
475 lines (415 loc) · 57.5 KB

CHANGELOG-1.10.md

File metadata and controls

475 lines (415 loc) · 57.5 KB

CHANGELOG FOR 1.10.X

v1.10.14 (2022-05-13)

Details

v1.10.13 (2022-04-22)

Details

v1.10.12 (2022-04-08)

Details

  • #11850 Fix redirection when there is a trailing slash in the products list path (@loic425)
  • #12538 [Behat] Allow to use some useful methods on Order show page (@loic425)
  • #13724 Fix disappearing products in Admin Panel when translation for current locale is missing (@jakubtobiasz)
  • #13736 [Maintenance] Testing with PHP 8.1 (@loic425)
  • #13744 [Maintenance]Ignore phpstan.neon file (@Ferror)
  • #13745 [Promotion] Add validation of coupon usage limit per customer (@coldic3)
  • #13753 [UI] Replacing the placeholder avatar with an icon (@mamazu)
  • #13759 [Behat] Use "When" for user actions where possible (@coldic3)
  • #13767 Change sylius.behat.context.ui.email context to sylius.behat.context.api.email (@Ferror)
  • #13768 Bump Psalm version to 4.19 (php 8.1 support) (@loic425)
  • #13769 [Core][Shipping] Fix estimated shipping costs (@coldic3, @lchrusciel)
  • #13770 [ADR] Clean up existing ADRs mostly by updating their statuses (@GSadee)
  • #13779 [Documentation][Plus] Update cookbook about restricting access to the entity (@GSadee)
  • #13782 [Plus] Fix Sylius installation guide (@lchrusciel)
  • #13787 [ADR] Use raw data in commands and events (@ernestWarwas)
  • #13795 [ADR] Remove flush() from handlers. (@ernestWarwas)
  • #13798 [Events] Sylius template event forms (@SirDomin)
  • #13799 [Core][Shipping] Deprecate processing shipments before recalculating prices (@coldic3)
  • #13801 [Behat] added context to manage non-collection subresources (@emmanuel-tilleuls)
  • #13802 [Docs] Add a guide on how to deal with file access problems in the wkhtmltopdf (@coldic3)
  • #13803 [Admin][JS] Applying all the options selected for an attribute of type multiple select fixed (@TheMilek)
  • #13805 [JS] Not render empty value in multi select autocompletes (@ernestWarwas)
  • #13809 [Documentation] Fix build by specifying jinja2 version requirement (@GSadee)
  • #13811 [Documentation][Plus] Adjust installation guide after entities refactor (@GSadee)
  • #13817 [Admin] Clean up and refactor new template events (@GSadee)
  • #13818 [Maintenance] Bump copyright year in docs and license files (@coldic3)
  • #13839 Limit the number of packages build run on 1.10 (@Zales0123)

v1.10.11 (2022-03-14)

Details

v1.10.10 (2022-03-07)

Details

v1.10.9 (2022-02-14)

Details

v1.10.8 (2022-01-17)

Details

v1.10.7 (2021-12-09)

Details

v1.10.6 (2021-12-07)

Details

v1.10.5 (2021-11-03)

Details

v1.10.4 (2021-09-30)

Details

  • #13160 Remove types in public and protected properties in not final classes (@Zales0123)

v1.10.3 (2021-09-30)

Details

v1.10.2 (2021-09-02)

Details

v1.10.1 (2021-07-30)

Details

v1.10.0 (2021-06-28)

Details

No additional changes apart from the ones reported in pre-releases.

v1.10.0-RC.1 (2021-06-28)

TL;DR

This is a security release!

Fixes the follwing vulnerability:

Details

v1.10.0-BETA.1 (2021-05-27)

Details

v1.10.0-ALPHA.1 (2021-05-10)

TL;DR

  • Added support for PHP 8.0 (#12552)
  • Allowed user password to be null (#12441)
  • Bumped PHP requirements to 7.4 (#12297)
  • Removed Admin API Bundle from the default Sylius installation (#12547)
  • Replaced codes and ids in API v2 with IRIs (#12487)
  • Replaced deprecated Zend libraries with Laminas replacements (#12357)
  • Switched to utf8mb4 database charset (#12429)
  • Unified serialization groups within API v2 (#12532)
  • Upgraded to API Platform ^2.6 (#12510)

Details