Loading CHANGELOG.txt +2 −0 Original line number Diff line number Diff line Loading @@ -22,6 +22,8 @@ Metatag 8.x-1.x-dev, xxxx-xx-xx #3193523 by DamienMcKenna: Removed files accidentally committed. #3189850 by cmod, DamienMcKenna, J-Lee: Undefined index: href in metatag_page_attachments(). #3077781 by thejimbirch, DamienMcKenna, mmbk, cindytwilliams: Remove references to the amphtml meta tag. Metatag 8.x-1.15, 2020-12-05 Loading metatag_mobile/tests/src/Functional/MetatagMobileTagsTest.php +0 −14 Original line number Diff line number Diff line Loading @@ -92,20 +92,6 @@ class MetatagMobileTagsTest extends MetatagTagsTestBase { return 'href'; } /** * Implements {tag_name}TestOutputXpath() for 'amphtml'. */ protected function amphtmlTestOutputXpath() { return "//link[@rel='amphtml']"; } /** * Implements {tag_name}TestValueAttribute() for 'amphtml'. */ protected function amphtmlTestValueAttribute() { return 'href'; } /** * Implements {tag_name}TestValue() for 'android_app_link_alternative'. */ Loading src/Plugin/migrate/process/d6/NodewordsEntities.php +0 −2 Original line number Diff line number Diff line Loading @@ -261,8 +261,6 @@ class NodewordsEntities extends ProcessPluginBase { // 'hreflang_' . $langcode => 'hreflang_per_language', // From metatag_mobile.metatag.inc: 'alternate_handheld' => 'alternate_handheld', // @todo https://www.drupal.org/project/metatag/issues/3077781 // 'amphtml' => '', 'android-app-link-alternative' => 'android_app_link_alternative', 'android-manifest' => 'android_manifest', 'apple-itunes-app' => 'apple_itunes_app', Loading src/Plugin/migrate/process/d7/MetatagEntities.php +0 −2 Original line number Diff line number Diff line Loading @@ -247,8 +247,6 @@ class MetatagEntities extends ProcessPluginBase { // 'hreflang_' . $langcode => 'hreflang_per_language', // From metatag_mobile.metatag.inc: 'alternate_handheld' => 'alternate_handheld', // @todo https://www.drupal.org/project/metatag/issues/3077781 // 'amphtml' => '', 'android-app-link-alternative' => 'android_app_link_alternative', 'android-manifest' => 'android_manifest', 'apple-itunes-app' => 'apple_itunes_app', Loading Loading
CHANGELOG.txt +2 −0 Original line number Diff line number Diff line Loading @@ -22,6 +22,8 @@ Metatag 8.x-1.x-dev, xxxx-xx-xx #3193523 by DamienMcKenna: Removed files accidentally committed. #3189850 by cmod, DamienMcKenna, J-Lee: Undefined index: href in metatag_page_attachments(). #3077781 by thejimbirch, DamienMcKenna, mmbk, cindytwilliams: Remove references to the amphtml meta tag. Metatag 8.x-1.15, 2020-12-05 Loading
metatag_mobile/tests/src/Functional/MetatagMobileTagsTest.php +0 −14 Original line number Diff line number Diff line Loading @@ -92,20 +92,6 @@ class MetatagMobileTagsTest extends MetatagTagsTestBase { return 'href'; } /** * Implements {tag_name}TestOutputXpath() for 'amphtml'. */ protected function amphtmlTestOutputXpath() { return "//link[@rel='amphtml']"; } /** * Implements {tag_name}TestValueAttribute() for 'amphtml'. */ protected function amphtmlTestValueAttribute() { return 'href'; } /** * Implements {tag_name}TestValue() for 'android_app_link_alternative'. */ Loading
src/Plugin/migrate/process/d6/NodewordsEntities.php +0 −2 Original line number Diff line number Diff line Loading @@ -261,8 +261,6 @@ class NodewordsEntities extends ProcessPluginBase { // 'hreflang_' . $langcode => 'hreflang_per_language', // From metatag_mobile.metatag.inc: 'alternate_handheld' => 'alternate_handheld', // @todo https://www.drupal.org/project/metatag/issues/3077781 // 'amphtml' => '', 'android-app-link-alternative' => 'android_app_link_alternative', 'android-manifest' => 'android_manifest', 'apple-itunes-app' => 'apple_itunes_app', Loading
src/Plugin/migrate/process/d7/MetatagEntities.php +0 −2 Original line number Diff line number Diff line Loading @@ -247,8 +247,6 @@ class MetatagEntities extends ProcessPluginBase { // 'hreflang_' . $langcode => 'hreflang_per_language', // From metatag_mobile.metatag.inc: 'alternate_handheld' => 'alternate_handheld', // @todo https://www.drupal.org/project/metatag/issues/3077781 // 'amphtml' => '', 'android-app-link-alternative' => 'android_app_link_alternative', 'android-manifest' => 'android_manifest', 'apple-itunes-app' => 'apple_itunes_app', Loading