migrate 6.x-2.5-rc2

New features
Bug fixes

Migrate 2.5 Release Candidate 2
===============================

IMPORTANT: Automatic registration of new migration classes is no longer done on
a cache clear. Depending on automatic registration is now deprecated, and you
are encouraged to implement your migrations as DynamicMigration and explicitly
register them via hook_migrate_api() or MigrationBase::registerMigration().
If your migrations are not explicitly registered, you must request auto-registration
with a "drush mar" (drush migrate-auto-register) command, or by clicking the
"Register" button at admin/content/migrate/registration.

Features and enhancements
- #1824024 - Destination and field handlers may now be registered through
hook_migrate_api(). Automatic registration of all migration and
handler classes may be disabled at admin/content/migrate/registration.
The handler configuration formerly at admin/content/migrate/configure
is now at admin/content/migrate/handlers.
- #1778952 - Update examples to emphasize explicit registration via
hook_migrate_api().

Bug fixes
- #1824118 - Make --force work for rollbacks.

Migrate 2.5 Release Candidate 1
===============================

Features and enhancements
- #1778952 - Enable registration of dynamic migrations via hook_migrate_api().

user_verify 6.x-1.0-beta1

Identical to alpha, but alpha really was not alpha anymore. It has already been productive for two years.

user_verify 6.x-1.0-alpha1

Some late fixes, now farmost compliant to Drupal coding standards, considered alpha release-ready.

Pages

Subscribe with RSS Subscribe to RSS - 6.x