Loading CHANGELOG.txt +2 −0 Original line number Diff line number Diff line Loading @@ -44,6 +44,8 @@ By DamienMcKenna: Minor code readability tweak. #3001282 by maximpodorov, DamienMcKenna: Support hasAffectingChanges method of FieldItemList. #3106870 by DamienMcKenna: Improve UX around OG "secure" meta tags. #3120981 by DamienMcKenna: NodewordsFieldInstanceTest uses the wrong source plugin. Metatag 8.x-1.11, 2019-12-20 Loading tests/src/Unit/Migrate/d6/NodewordsFieldInstanceTest.php +1 −1 Original line number Diff line number Diff line Loading @@ -26,7 +26,7 @@ class NodewordsFieldInstanceTest extends MigrateSqlSourceTestCase { protected $migrationConfiguration = [ 'id' => 'test', 'source' => [ 'plugin' => 'd7_metatag_field_instance', 'plugin' => 'd6_nodewords_field_instance', ], ]; Loading Loading
CHANGELOG.txt +2 −0 Original line number Diff line number Diff line Loading @@ -44,6 +44,8 @@ By DamienMcKenna: Minor code readability tweak. #3001282 by maximpodorov, DamienMcKenna: Support hasAffectingChanges method of FieldItemList. #3106870 by DamienMcKenna: Improve UX around OG "secure" meta tags. #3120981 by DamienMcKenna: NodewordsFieldInstanceTest uses the wrong source plugin. Metatag 8.x-1.11, 2019-12-20 Loading
tests/src/Unit/Migrate/d6/NodewordsFieldInstanceTest.php +1 −1 Original line number Diff line number Diff line Loading @@ -26,7 +26,7 @@ class NodewordsFieldInstanceTest extends MigrateSqlSourceTestCase { protected $migrationConfiguration = [ 'id' => 'test', 'source' => [ 'plugin' => 'd7_metatag_field_instance', 'plugin' => 'd6_nodewords_field_instance', ], ]; Loading