Skip to content

Latest commit

 

History

History
803 lines (733 loc) · 107 KB

CHANGELOG-1.11.md

File metadata and controls

803 lines (733 loc) · 107 KB

CHANGELOG FOR 1.11.X

v1.11.15 (2023-03-28)

Details

v1.11.14 (2023-02-02)

Details

v1.11.13 (2023-01-13)

Details

v1.11.12 (2023-01-13)

Details

v1.11.11 (2022-12-08)

Details

v1.11.10 (2022-10-31)

Details

v1.11.9 (2022-10-03)

Details

v1.11.8 (2022-09-19)

Details

v1.11.7 (2022-07-28)

Details

v1.11.6 (2022-06-27)

Details

v1.11.5 (2022-05-13)

Details

v1.11.4 (2022-04-22)

Details

v1.11.3 (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)
  • #13772 [ADR][API] Update ADR for providing locales after changing the approach (@GSadee)
  • #13775 [Behat][API] Change the undefined step to create a configurable product instead of simple one (@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)
  • #13790 [Maintenance] Update UPGRADE-1.11.md (@coldic3)
  • #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)
  • #13828 [Maintenance] Fix a misleading description (@GSadee)
  • #13839 Limit the number of packages build run on 1.10 (@Zales0123)
  • #13840 [GitHub Actions] Fix symfony/flex in workflows and invalid EngineInterface namespace (@coldic3)

v1.11.2 (2022-03-14)

Details

v1.11.1 (2022-03-07)

Details

v1.11.0 (2022-02-14)

TL;DR

Final-final fixes for CatalogPromotions' system

Details

  • #13632 Add time for start and end date in catalog promotions index ()
  • #13638 [CatalogPromotion] Code improvements (@Rafikooo)
  • #13639 [UI][CatalogPromotion] Fix to not displaying duplicated validation message for fixed discount action (@GSadee)
  • #13644 [Maintenance] Minor clean up of UPGRADE files for Sylius 1.11 (@GSadee)

v1.11.0-RC.1 (2022-02-10)

TL;DR

Final fixes for Catalog Promotions' system

Details

  • #13431 FIX: Avoid passing empty needle to strpos() (@rimas-kudelis)
  • #13588 Use semantic ui view instead of deprecated semantic_ui_translated (@loic425)
  • #13604 [CatalogPromotion][UI][Shop] Fixed label displaying after option change (@Rafikooo)
  • #13606 [Catalog Promotion] Add exclusive flag to UI (@AdamKasp)
  • #13607 [Catalog Promotion][UI] Fixed error when trying to save catalog promotion with empty percentage discount value (@ernestWarwas)
  • #13608 [Catalog Promotion] Improve fixtures (@AdamKasp)
  • #13611 Optimize variant autocomplete selector (@rafal.@swierczek@@drophub.@pl)
  • #13614 [Maintenance] Add info about messenger transport and api_platform directory to UPGRADE files (@GSadee)
  • #13616 [Behat][API] Fixed adding simple product scenarios (@ernestWarwas)
  • #13620 Changes in Catalog Promotions validation (@Zales0123)
  • #13623 [Core] Reorganize namespaces of services related with catalog promotions (@GSadee)
  • #13624 [CatalogPromotions] Refactor processing catalog promotions states to use commands (@GSadee)
  • #13626 [Behat][Api] Second part of fixing simple product creation in api tests (@ernestWarwas)
  • #13627 Move ScopeValidatorInterface to PromotionBundle (@Zales0123)
  • #13629 [Catalog Promotion] Fix priorities fixtures (@AdamKasp)
  • #13630 [Docs][Catalog Promotion] Warning added to docs (@AdamKasp)
  • #13633 [UPGRADE] Add more details about PHP, mocker container and api platform folder (@lchrusciel)
  • #13635 [Docs] Drop warning about active, not applied promotions as states are handled in async manner as well (@lchrusciel)
  • #13637 [CatalogPromotion] Move scope validator and constraint to PromotionBundle (@GSadee

v1.11.0-BETA.1 (2022-02-04)

TL;DR

  • process variants instead of promotions to allow easier batching and performance improvements
  • general improvements and fixes for Catalog Promotion and Shop API

Details

v1.11.0-ALPHA.2 (2022-01-24)

TL;DR

Improvements and fixes in Catalog Promotion and Shop API

Details

v1.11.0-ALPHA.1 (2021-12-14)

TL;DR

  • NEW FEATURE 🎉🎉🎉 Catalog promotions management: CRUD, asynchronous application on variants, different scopes, priorities management, exclusiveness and many more
  • New API improvements: especially the Shop part, reaching ~80% of UI features coverage
  • Bump required PHP version to 8.0, due to the end of life of PHP 7.4
  • Bump required Symfony 5 version to 5.4 LTS

Details