Commit 1b5c08fa authored by Lee Rowlands's avatar Lee Rowlands
Browse files

Issue #3299979 by larowlan: Updating to 2.x causes "The installed version of...

Issue #3299979 by larowlan: Updating to 2.x causes "The installed version of the /Workbench email/ module is too old to update."
parent d2ef1733
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,8 +13,8 @@ use Drupal\workbench_email\TemplateInterface;
 */
function workbench_email_removed_post_updates() {
  return [
    'workbench_email_post_update_move_to_recipient_plugins' => '2.3.0',
    'workbench_email_post_update_add_reply_to' => '2.3.0',
    'workbench_email_post_update_move_to_recipient_plugins' => '2.2.2',
    'workbench_email_post_update_add_reply_to' => '2.2.2',
  ];
}