Commit 1ef83f2d authored by Damien McKenna's avatar Damien McKenna Committed by Damien McKenna
Browse files

Issue #3329071 by DamienMcKenna: Deprecate some Twitter Card plugins.

parent b691971b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -10,6 +10,7 @@ Metatag 8.x-1.x-dev, 2022-xx-xx
#3327418 by Steven Jones, DamienMcKenna: Trivial typo in description of
  metatag_routes module.
#3329070 by DamienMcKenna: Remove remaining Console references.
#3329071 by DamienMcKenna: Deprecate some Twitter Card plugins.


Metatag 8.x-1.22, 2022-09-29
+4 −0
Original line number Diff line number Diff line
@@ -18,6 +18,10 @@ use Drupal\metatag\Plugin\metatag\Tag\MetaNameBase;
 *   secure = FALSE,
 *   multiple = FALSE
 * )
 *
 * @deprecated in metatag:8.x-1.23 and is removed from metatag:2.0.0. No replacement is provided.
 *
 * @see https://www.drupal.org/node/3329072
 */
class TwitterCardsData1 extends MetaNameBase {
  // Nothing here yet. Just a placeholder class for a plugin.
+4 −0
Original line number Diff line number Diff line
@@ -18,6 +18,10 @@ use Drupal\metatag\Plugin\metatag\Tag\MetaNameBase;
 *   secure = FALSE,
 *   multiple = FALSE
 * )
 *
 * @deprecated in metatag:8.x-1.23 and is removed from metatag:2.0.0. No replacement is provided.
 *
 * @see https://www.drupal.org/node/3329072
 */
class TwitterCardsData2 extends MetaNameBase {
  // Nothing here yet. Just a placeholder class for a plugin.
+4 −0
Original line number Diff line number Diff line
@@ -18,6 +18,10 @@ use Drupal\metatag\Plugin\metatag\Tag\MetaNameBase;
 *   secure = FALSE,
 *   multiple = FALSE
 * )
 *
 * @deprecated in metatag:8.x-1.23 and is removed from metatag:2.0.0. No replacement is provided.
 *
 * @see https://www.drupal.org/node/3329072
 */
class TwitterCardsDoNotTrack extends MetaNameBase {
}
+4 −0
Original line number Diff line number Diff line
@@ -19,6 +19,10 @@ use Drupal\metatag\Plugin\metatag\Tag\MetaNameBase;
 *   multiple = FALSE,
 *   absolute_url = TRUE
 * )
 *
 * @deprecated in metatag:8.x-1.23 and is removed from metatag:2.0.0. No replacement is provided.
 *
 * @see https://www.drupal.org/node/3329072
 */
class TwitterCardsGalleryImage0 extends MetaNameBase {
}
Loading