You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[[% include 'snippets/update/db/db_backup_warning.md' %]]
285
+
284
286
The main schema has changed and the provided SQL file `ibexa-4.6.latest-to-5.0.0.sql` updates it:
285
287
286
288
=== "MySQL"
@@ -693,7 +695,6 @@ The output as an `alias` column with new identifiers and a `legacy_alias` column
693
695
| ezurl | ibexa_url |
694
696
| ezuser | ibexa_user |
695
697
696
-
```suggestion
697
698
You may have to update them in several places, for example:
698
699
699
700
- Update the field identifiers in templates to display or edit fields or their definition. For example, in a `@IbexaCore/content_fields.html.twig` extension, `{% block ezstring_field %)` must be changed for `{% block ibexa_string_field %}`
@@ -702,9 +703,13 @@ You may have to update them in several places, for example:
702
703
#### Update icons
703
704
704
705
The provided built-it icon set has been changed.
706
+
705
707
The `ibexa/rector` JavaScript Transform module's plugin `ibexa-rename-icons.js` refactors the icon usage in JavaScript files.
706
708
You may have to update them in other contexts, for example, in configuration files associating icons to content types or Page Builder blocks.
707
709
710
+
The icon library file's path changed from `/bundles/ibexaicons/img/all-icons.svg` to `/bundles/ibexaadminuiassets/vendors/ids-assets/dist/img/all-icons.svg`
711
+
712
+
Some icons have been renamed.
708
713
You can find an [`ibexa-rename-icons` map in `vendor/ibexa/rector/js/rules.config.json` (`"old-name": "new-name"`)](https://github.com/ibexa/rector/blob/v5.0.0/js/rules.config.json#L63).
709
714
710
715
??? note "Icons renaming map"
@@ -963,3 +968,25 @@ The following example illustrates the update of a custom page block's icon:
0 commit comments