Breaking Changes¶
2.0.0¶
Flexform restructuring¶
Due to restructuring of the Flexform settings of the event plugin, it is required to run the update script of the extension, so existing Flexform settings (e.g. listPid, detailPid, …) will be migrated to the new structure. Please use the update script in the extension manager to process the migration as shown below.
Please click on the update-icon to start the category migration.
Detail-page image-width and height¶
The following TypoScript needs to be migrated manually.
Old:
plugin.tx_sfeventmgt.settings {
eventDetails {
imageWidth = 200
imageHeight =
}
}
New:
plugin.tx_sfeventmgt.settings {
details {
imageWidth = 200
imageHeight =
}
}
Please also update your Fluid templates, if you use the variables that changed.
1.5.0¶
The removal of the local category system requires the execution of a migration script, so existing categories will get migrated to sys_category entries. Please use the update script in the extension manager to process the migration as shown below.
Please click on the update-icon to start the category migration.
1.2.0¶
Due to the new cancellation-option for registrations, you need update all plugins, which are configured to display “Registration” in the “What to display” section. Just open the plugin for edit and select “Registration” in the “What to display”-selectbox.