Upgrade Information
Following steps are necessary during updating to newer versions.
Upgrade to 3.0.0
- File name configuration has been changed. Please make sure to extract the date/time format options into the new "date format for filename" field.
Additionally, the format options have to be adjusted to the Carbon format. For example,
%Y-%m-%d_%H-%i-%s
has to be changed toY-m-d_H-i-s
. Further documentation on Carbon format options is available here. - Change return type to
bool
ofexportData
inExporterTypeInterface
andAbstractExporter
Upgrade to 2.2.0
- The folder where the temporary file and the output file will be generated can now be configured in the flysystem configuration.
Upgrade to 2.1.0
- Make sure all running exports are done prior upgrading to version 2.1.0.
Upgrade to 2.0.0
- Make sure all running exports are done prior upgrading to version 2.0.0.
Upgrade to 1.1.0
- Execute all migrations of the bundle.
Upgrade to Pimcore X
- Update to latest (allowed) bundle version in Pimcore 6.9 and execute all migrations.
- Then update to Pimcore X.