mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 17:10:53 +00:00
Minor clean up in UPGRADE-2.1 file
This commit is contained in:
parent
23167f569f
commit
dd9291be15
1 changed files with 14 additions and 6 deletions
|
|
@ -1,15 +1,23 @@
|
|||
# UPGRADE FROM `2.0` TO `2.1`
|
||||
|
||||
### General
|
||||
|
||||
1. The `sylius_admin_customer_orders_statistics` route has been deprecated.
|
||||
|
||||
1. The minimum version of Symfony 7 packages has been bumped from Symfony `^7.1` to `^7.2`
|
||||
|
||||
1. The `sylius_admin.dashboard.index.content.latest_statistics.new_customers` hook has been deprecated and disabled.
|
||||
It has been replaced by the `sylius_admin.dashboard.index.content.latest_statistics.pending_actions`.
|
||||
1. The `tabler` package has been updated to version `^1.3.0`. Please pay attention to the accordion element in final applications, as its implementation has changed.
|
||||
|
||||
### Twig hooks
|
||||
### Twig Hooks
|
||||
|
||||
- The `history`, `cancel` and `resend_confirmation_email` hookables from `'sylius_admin.order.show.content.header.title_block.actions'` hook have been deprecated and disabled. Now these templates are located in `'sylius_admin.order.show.content.header.title_block.actions.list'` hook.
|
||||
- `'sylius_shop.account.address_book.index.content.main.buttons'` hook has been deprecated and disabled. Content of this hook has been moved to `'sylius_shop.account.address_book.index.content.main.header'`section.
|
||||
- `'sylius_shop.account.address_book.index.content.main.buttons.add_address'` hook has been deprecated and disabled. Content of this hook has been moved to `'sylius_shop.account.address_book.index.content.main.header.buttons.add_address'` section.
|
||||
1. The `sylius_admin.dashboard.index.content.latest_statistics.new_customers` hook has been deprecated and disabled.
|
||||
It has been replaced by the `sylius_admin.dashboard.index.content.latest_statistics.pending_actions`.
|
||||
|
||||
1. The `history`, `cancel` and `resend_confirmation_email` hookables from `'sylius_admin.order.show.content.header.title_block.actions'`
|
||||
hook have been deprecated and disabled. Now these templates are located in `'sylius_admin.order.show.content.header.title_block.actions.list'` hook.
|
||||
|
||||
1. `'sylius_shop.account.address_book.index.content.main.buttons'` hook has been deprecated and disabled. Content
|
||||
of this hook has been moved to `'sylius_shop.account.address_book.index.content.main.header'` section.
|
||||
|
||||
1. `'sylius_shop.account.address_book.index.content.main.buttons.add_address'` hook has been deprecated and disabled.
|
||||
Content of this hook has been moved to `'sylius_shop.account.address_book.index.content.main.header.buttons.add_address'` section.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue