Problem/Motivation

Since Drupal core is going to provide the media module including a file source plugin, this modules will be obsolete when the media module is enabled in core. We need to provide an upgrade path to move all data and config over to the new source plugin.

Proposed resolution

Create a new branch for this module providing only the upgrade path, so the module can be upgraded and uninstalled after.

Remaining tasks

User interface changes

API changes

Data model changes

Comments

seanB created an issue. See original summary.

NerOcrO’s picture

It's done with the new branch: 8.x-1.x-upgrade-path.

marcoscano’s picture

Status: Active » Closed (won't fix)

We agreed that #2880334: Add update path of media_entity config changes from 1.x to core media module will take care of this module's config updates, so there will be no need for a 2.x branch of this module.