Loading CHANGELOG.txt +2 −0 Original line number Diff line number Diff line Loading @@ -33,6 +33,8 @@ Metatag 8.x-1.x-dev, xxxx-xx-xx issue for d7 migrate process plugin. #2930291 by dobe, trobey, DamienMcKenna, sylus: Expand all text fields to allow 1,024 characters. #3202865 by stmh, DamienMcKenna: logic in generateRawElements does not work with hreflangs. Metatag 8.x-1.15, 2020-12-05 Loading src/MetatagManager.php +3 −3 Original line number Diff line number Diff line Loading @@ -553,9 +553,9 @@ class MetatagManager implements MetatagManagerInterface { array_multisort($group, SORT_ASC, $weight, SORT_ASC, $metatag_tags); $ordered_tags = []; foreach ($metatag_tags as $metatag) { if (isset($tags[$metatag['id']])) { $ordered_tags[$metatag['id']] = $tags[$metatag['id']]; foreach ($metatag_tags as $id => $metatag) { if (isset($tags[$id])) { $ordered_tags[$id] = $tags[$id]; } } Loading Loading
CHANGELOG.txt +2 −0 Original line number Diff line number Diff line Loading @@ -33,6 +33,8 @@ Metatag 8.x-1.x-dev, xxxx-xx-xx issue for d7 migrate process plugin. #2930291 by dobe, trobey, DamienMcKenna, sylus: Expand all text fields to allow 1,024 characters. #3202865 by stmh, DamienMcKenna: logic in generateRawElements does not work with hreflangs. Metatag 8.x-1.15, 2020-12-05 Loading
src/MetatagManager.php +3 −3 Original line number Diff line number Diff line Loading @@ -553,9 +553,9 @@ class MetatagManager implements MetatagManagerInterface { array_multisort($group, SORT_ASC, $weight, SORT_ASC, $metatag_tags); $ordered_tags = []; foreach ($metatag_tags as $metatag) { if (isset($tags[$metatag['id']])) { $ordered_tags[$metatag['id']] = $tags[$metatag['id']]; foreach ($metatag_tags as $id => $metatag) { if (isset($tags[$id])) { $ordered_tags[$id] = $tags[$id]; } } Loading