Loading CHANGELOG.txt +2 −0 Original line number Diff line number Diff line Loading @@ -3,6 +3,8 @@ Metatag 8.x-1.x-dev, 2023-xx-xx #3363189 by DamienMcKenna, floown, jvizcarrondo, uditrawat: metatag_post_update_remove_robots_noydir_noodp() fails on entity types without revision support. g#3363315 by DamienMcKenna: metatag_post_update_convert_author_data() doesn't update the revisions tables. Metatag 8.x-1.24, 2023-05-26 Loading metatag.post_update.php +1 −1 Original line number Diff line number Diff line Loading @@ -52,7 +52,7 @@ function metatag_post_update_convert_author_data(&$sandbox) { $database = \Drupal::database(); // This whole top section only needs to be done the first time. if (!isset($sandbox['records_processed'])) { if (!isset($sandbox['total_records'])) { $sandbox['records_processed'] = 0; $sandbox['total_records'] = 0; $sandbox['current_field'] = 0; Loading Loading
CHANGELOG.txt +2 −0 Original line number Diff line number Diff line Loading @@ -3,6 +3,8 @@ Metatag 8.x-1.x-dev, 2023-xx-xx #3363189 by DamienMcKenna, floown, jvizcarrondo, uditrawat: metatag_post_update_remove_robots_noydir_noodp() fails on entity types without revision support. g#3363315 by DamienMcKenna: metatag_post_update_convert_author_data() doesn't update the revisions tables. Metatag 8.x-1.24, 2023-05-26 Loading
metatag.post_update.php +1 −1 Original line number Diff line number Diff line Loading @@ -52,7 +52,7 @@ function metatag_post_update_convert_author_data(&$sandbox) { $database = \Drupal::database(); // This whole top section only needs to be done the first time. if (!isset($sandbox['records_processed'])) { if (!isset($sandbox['total_records'])) { $sandbox['records_processed'] = 0; $sandbox['total_records'] = 0; $sandbox['current_field'] = 0; Loading