Problem/Motivation
#2311679: Separate MIME type mapping from ExtensionMimeTypeGuesser has landed in core and has a wide impact on the purpose of this module.
Decide what to do.
Proposed resolution
Remaining tasks
User interface changes
API changes
Data model changes
Issue fork sophron-3519413
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
- 3519413-adjust-to-2311679
changes, plain diff MR !29
- 3519413-fix
changes, plain diff MR !30
Comments
Comment #3
mondrakeThe core commit leads to this failure on the module
Exception: Deprecated function: Creation of dynamic property Drupal\sophron\CoreExtensionMimeTypeGuesserExtended::$moduleHandler is deprecatedLet's quick fix and release this so not to have issues when D11.2 is released.
Then we probably need a new major 3.0.x to deal with the other deprecations.
Comment #8
mondrake