Commit 06f94d80 authored by Damien McKenna's avatar Damien McKenna Committed by Damien McKenna
Browse files

Issue #3326102 by DamienMcKenna: Deprecate TypedData plugin (for Search API integration).

parent 686019f4
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -5,6 +5,8 @@ Metatag 8.x-1.x-dev, 2022-xx-xx
#3313273 by DamienMcKenna, jenger1965, wells, JesperN, othermachines,
  flocondetoile: Incorrect unserialization error logged.
#3323467 by DamienMcKenna: Wrong source module for Nodewords migrations.
g#3326102 by DamienMcKenna: Deprecate TypedData plugin (for Search API
  integration).


Metatag 8.x-1.22, 2022-09-29
+5 −0
Original line number Diff line number Diff line
@@ -172,6 +172,11 @@ To add meta tags to the Search API:
* Click "Save changes" at the bottom of the Fields admin page.
* Reindex the content with the new settings.

### Deprecated

Note that this specific Search API integration has been deprecated in release
8.x-1.23 and a replacement will be added separately to a future release.


## Alternative option to simplify the content administration experience

+4 −0
Original line number Diff line number Diff line
@@ -13,6 +13,10 @@ use Drupal\Core\DependencyInjection\DependencySerializationTrait;
 * Required settings (below the definition's 'settings' key) are:
 *  - tag_name: The tag to be processed.
 *    Examples: "title", "description".
 *
 * @deprecated in metatag:8.x-1.23 and is removed from metatag:2.0.0. A replacement will be provided separately.
 *
 * @see https://www.drupal.org/node/3326104
 */
class IndividualTag extends TypedData {