Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 962 Bytes

UPGRADE-1.0.md

File metadata and controls

23 lines (14 loc) · 962 Bytes

Upgrade from dev to 1.X.X

PHP version upgrade

The plugin is compatible from PHP 7.4.

Table renaming

In the 1.x we changed the table name of entities. If you have a running instance of the plugin you can run this SQL to rename the tables :

RENAME TABLE `mbiz_homepage_homepage` TO `monsieurbiz_homepage_homepage`;
RENAME TABLE `mbiz_homepage_homepage_channels` TO `monsieurbiz_cms_page_translation`;
RENAME TABLE `mbiz_homepage_homepage_translation` TO `monsieurbiz_homepage_homepage_translation`;

You can generate a blank migration to run these requests properly. See generating blank migration in doctrine documentation.

Rich Editor upgrade

We upgraded also the Rich Editor to the 2.0 version.