Tags: Sylius/Sylius
Tags
v2.1.10 - [#18654](#18654) [CS][DX] Refactor - [#18655](#18655) Add missing upgrade note to the 2.1 ([@GSadee](https://github.com/GSadee)) - [#18652](#18652) [CS][DX] Refactor - [#18661](#18661) Add config/reference.php to .gitignore ([@GSadee](https://github.com/GSadee)) - [#18669](#18669) Fix migrations skip commands 1.14 ([@TheMilek](https://github.com/TheMilek)) - [#18672](#18672) Fix migrations skip commands 2.1 ([@TheMilek](https://github.com/TheMilek)) - [#18680](#18680) [Telemetry] Fixes and improvements 1.14 ([@TheMilek](https://github.com/TheMilek))
v1.12.21 - [#18666](#18666) Fix migrations skip commands in upgrade file 1.12 ([@TheMilek](https://github.com/TheMilek)) - [#18676](#18676) Fix hostname resolving in Telemetry ([@TheMilek](https://github.com/TheMilek)) - [#18678](#18678) [Telemetry] Add virtual product variants and channels counts + bump schema version + add APIP version fallback check ([@GSadee](https://github.com/GSadee)) - [#18675](#18675) Add listener to skip optional telemetry index from schema validation ([@TheMilek](https://github.com/TheMilek)) - [#18677](#18677) Fix orders count retrieving in telemetry and add missing data to telemetry ([@TheMilek](https://github.com/TheMilek)) - [#18681](#18681) Fix telemetry phpstan and unit test ([@TheMilek](https://github.com/TheMilek))
v2.2.0 - [#18365](#18365) [Feature] Prioritize default locale in TranslationLocaleProvider output ([@tomkalon](https://github.com/tomkalon)) - [#18412](#18412) [Maintenance] Raise minimal version of `api-platform/symfony` to `^4.2.1` ([@tomkalon](https://github.com/tomkalon)) - [#18410](#18410) [SHOP][FEATURE] Introduce address form modifiers in checkout component ([@tomkalon](https://github.com/tomkalon)) - [#18438](#18438) Remove phpspec/prophecy-phpunit dependency ([@Rafikooo](https://github.com/Rafikooo)) - [#18374](#18374) [CORE] Add priority to Zone ([@tomkalon](https://github.com/tomkalon)) - [#18546](#18546) [API] Return 422 instead of 400 for missing required fields ([@Rafikooo](https://github.com/Rafikooo)) - [#18544](#18544) [FEATURE] Add estimated delivery time functionality ([@Cholin2000](https://github.com/Cholin2000)) - [#18508](#18508) FEATURE: [2.2] [AdminBundle] make search menu in admin sidebar component hookable ([@crydotsnake](https://github.com/crydotsnake)) - [#18583](#18583) Mark method as deprecated because it is not used already ([@michalkaczmarek-bitbag](https://github.com/michalkaczmarek-bitbag)) - [#18614](#18614) [CS][DX] Refactor - [#18594](#18594) [Maintenance] Bump Symfony to `^6.4 || ^7.4` ([@Rafikooo](https://github.com/Rafikooo)) - [#18568](#18568) [API][PaymentRequest] Rename payment request operations for shop context ([@Rafikooo](https://github.com/Rafikooo)) - [#18554](#18554) [AdminBundle] Allowing to use translation domain on menu ([@loic425](https://github.com/loic425)) - [#18454](#18454) FEAT: [2.2] [CoreBundle] extend sylius:install:setup command to set admin first/last name ([@crydotsnake](https://github.com/crydotsnake)) - [#15889](#15889) FEATURE: [2.2] [AdminBundle] Introduce sylius:admin-user:delete CLI Command ([@crydotsnake](https://github.com/crydotsnake)) - [#15946](#15946) FEATURE: [2.2] [AdminBundle] Introduce sylius:admin-user:list command ([@crydotsnake](https://github.com/crydotsnake)) - [#18646](#18646) [Maintenance] validation fixes ([@Cholin2000](https://github.com/Cholin2000)) - [#18654](#18654) [CS][DX] Refactor - [#18647](#18647) [Composer] Bump dependencies + remove unused dev dependencies ([@GSadee](https://github.com/GSadee)) - [#18655](#18655) Add missing upgrade note to the 2.1 ([@GSadee](https://github.com/GSadee)) - [#18652](#18652) [CS][DX] Refactor - [#18659](#18659) Add missing index to Order XML mapping ([@GSadee](https://github.com/GSadee)) - [#18661](#18661) Add config/reference.php to .gitignore ([@GSadee](https://github.com/GSadee)) - [#18662](#18662) Make new Zone priority field sortable by Gedmo ([@GSadee](https://github.com/GSadee)) - [#18669](#18669) Fix migrations skip commands 1.14 ([@TheMilek](https://github.com/TheMilek)) - [#18670](#18670) Remove Gedmo sortable-position from new Zone priority field ([@GSadee](https://github.com/GSadee)) - [#18672](#18672) Fix migrations skip commands 2.1 ([@TheMilek](https://github.com/TheMilek))
v2.1.9 - [#18595](#18595) Pin Symfony versions to tilde constraints in CI ([@Rafikooo](https://github.com/Rafikooo)) - [#18576](#18576) [Behat] Migrate admin @javascript tags to @mink:chromedriver ([@Rafikooo](https://github.com/Rafikooo)) - [#18596](#18596) [Shop] Remove test attribute from order summary table ([@Rafikooo](https://github.com/Rafikooo)) - [#18592](#18592) Introduce `Symfony 7.4` compatibility ([@Rafikooo](https://github.com/Rafikooo)) - [#18587](#18587) Fix packages CI workflow and CoreBundle tests ([@Rafikooo](https://github.com/Rafikooo)) - [#18608](#18608) Remove 2.0 branch references from CI workflows ([@Rafikooo](https://github.com/Rafikooo)) - [#18605](#18605) [Behat] Show de errors only when scenario fails ([@Rafikooo](https://github.com/Rafikooo)) - [#18607](#18607) [CI] Allow triggering full CI via branch name prefix ([@Rafikooo](https://github.com/Rafikooo)) - [#18604](#18604) Fix some deprecations ([@Rafikooo](https://github.com/Rafikooo)) - [#18609](#18609) [Behat] Migrate `cart` scenarios to chromedriver ([@Rafikooo](https://github.com/Rafikooo)) - [#18602](#18602) [Behat] Migrate shop `promotion` scenarios to chromedriver ([@Rafikooo](https://github.com/Rafikooo)) - [#16863](#16863) [Unit] Add PHPUnit-Like Array Difference Visualization ([@Rafikooo](https://github.com/Rafikooo)) - [#18611](#18611) [Admin][Taxon] Add visual distinction for disabled taxon ([@Wojdylak](https://github.com/Wojdylak)) - [#18613](#18613) [CI][Robo] Fix packages workflow for PHP 8.4 ([@Rafikooo](https://github.com/Rafikooo)) - [#18612](#18612) [Admin] Fix StatisticsComponent to use ClockInterface for date calculations ([@Rafikooo](https://github.com/Rafikooo)) - [#18616](#18616) [Behat] Temporarily disable hanging cart inventory UI test ([@Rafikooo](https://github.com/Rafikooo)) - [#18617](#18617) [Admin] Fix shipping address form hooks priorities ([@Rafikooo](https://github.com/Rafikooo)) - [#18619](#18619) [Docs] Bust GitHub camo cache for README image ([@Rafikooo](https://github.com/Rafikooo)) - [#18622](#18622) Remove additional spacings in admin sidebar menu ([@bartek-sek](https://github.com/bartek-sek)) - [#18626](#18626) [CI] Remove pull_request trigger from full CI workflows ([@Rafikooo](https://github.com/Rafikooo)) - [#18603](#18603) [CI] Split Chromedriver tests into parallel jobs ([@Rafikooo](https://github.com/Rafikooo)) - [#18403](#18403) TASK: [2.1] [AttributeBundle] add missing translations for float attributes type ([@crydotsnake](https://github.com/crydotsnake)) - [#18404](#18404) TASK: [2.1] [Maintenance] adjust translation guide in github issue template config ([@crydotsnake](https://github.com/crydotsnake)) - [#18630](#18630) [Admin] Fix cache TTL in `HubNotificationProvider` and tests ([@Rafikooo](https://github.com/Rafikooo)) - [#18593](#18593) Updating polish translations using AI ([@SzymonFilipek](https://github.com/SzymonFilipek)) - [#18629](#18629) Remove `choice_value` from autocomplete types to fix performance issue ([@Rafikooo](https://github.com/Rafikooo)) - [#18191](#18191) feat ([@maximehuran](https://github.com/maximehuran)) - [#18639](#18639) [Admin] Fix choice_label override via extra_options in autocomplete types ([@Wojdylak](https://github.com/Wojdylak)) - [#18641](#18641) [Admin] Use specific block names in form themes ([@Wojdylak](https://github.com/Wojdylak)) - [#18635](#18635) [RFC] Add telemetry feature 1.14 ([@TheMilek](https://github.com/TheMilek)) - [#18642](#18642) Remove unnecessary h1 element ([@bartek-sek](https://github.com/bartek-sek))
PreviousNext