Problem/Motivation
In #2945817: Support JSON API, REST, GraphQL and custom normalizations via new computed field new plugins were added to manage the JSON API output. As a result the old normalizers were no longer needed.
Proposed resolution
Deprecate the following:
* src/MetatagServiceProvider.php
* src/Normalizer/MetatagHalNormalizer.php
* src/Normalizer/MetatagNormalizer.php
Remaining tasks
Do the stuff.
User interface changes
n/a
API changes
These classes are removed:
* src/MetatagServiceProvider.php
* src/Normalizer/MetatagHalNormalizer.php
* src/Normalizer/MetatagNormalizer.php
Data model changes
n/a
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | metatag-n3362760-2.patch | 1.45 KB | damienmckenna |
Comments
Comment #2
damienmckennaDeprecate the classes, point to the change notice.
Comment #5
damienmckennaCommitted.
Comment #6
damienmckenna