Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
gggeek committed Feb 21, 2021
1 parent 219c72a commit 4661c85
Showing 1 changed file with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
eZMigrationBundle2 deprecations and backwards compatibility breaks
==================================================================

(intro...)
Upgrade notes for developers coming from an ezmgrationbundle installation.

* the default migration directory name is now `MigrationsDefinitons`, instead of `MigrationVersions`.
A Symfony parameter is available to tweak that name if you feel the need to.
Also, the `src/MigrationsDefinitons` directory is searched for migrations, if it exists, besides the
bundles directories.

* config parameter `ez_migration_bundle.version_directory` was renamed to `ez_migration_bundle.version_directory`
* config parameter `kaliop_bundle_migration.version_directory` was renamed to `ez_migration_bundle.version_directory`.

* deprecated parameter config `kaliop_bundle_migration.table_name` was dropped

* service `ez_migration_bundle.complex_field.ezpage` has been removed, as upstream has dropped the ezpage field type

Expand All @@ -31,4 +33,5 @@ eZMigrationBundle2 deprecations and backwards compatibility breaks
- match by: contenttype_id, contenttype_identifier, contenttypegroup_id, contenttypegroup_identifier,
objectstate_id, objectstate_identifier, usergroup_id

* the migration steps `trash/delete`, `trash/load` and `trash/recover`
* the migration steps `trash/delete`, `trash/load` and `trash/recover`, due to limitations of the cms api, now accept a
smaller set of filters to match items to act upon

0 comments on commit 4661c85

Please sign in to comment.