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.
Comments
Comment #2
NerOcrO commentedIt's done with the new branch: 8.x-1.x-upgrade-path.
Comment #3
marcoscanoWe 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.