Loading CHANGELOG.txt +2 −0 Original line number Diff line number Diff line Loading @@ -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 Loading README.md +5 −0 Original line number Diff line number Diff line Loading @@ -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 Loading src/TypedData/IndividualTag.php +4 −0 Original line number Diff line number Diff line Loading @@ -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 { Loading Loading
CHANGELOG.txt +2 −0 Original line number Diff line number Diff line Loading @@ -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 Loading
README.md +5 −0 Original line number Diff line number Diff line Loading @@ -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 Loading
src/TypedData/IndividualTag.php +4 −0 Original line number Diff line number Diff line Loading @@ -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 { Loading