Skip to content

Latest commit

 

History

History
417 lines (392 loc) · 59.3 KB

CHANGELOG-1.11.md

File metadata and controls

417 lines (392 loc) · 59.3 KB

CHANGELOG FOR 1.11.X

v1.11.1 (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 version to 5.4 LTS

Details