From 5a0786c1a194e67045d24fd547a25c3ac3a24056 Mon Sep 17 00:00:00 2001 From: Jakub Piasecki <45975-zaporylie@users.noreply.drupalcode.org> Date: Fri, 21 Feb 2025 18:52:53 +0000 Subject: [PATCH] Issue #3508182 by zaporylie, narendrar: Update documentation with accurate version string --- src/Activator/RecipeActivator.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Activator/RecipeActivator.php b/src/Activator/RecipeActivator.php index 9f65d171f..5af9c6e77 100644 --- a/src/Activator/RecipeActivator.php +++ b/src/Activator/RecipeActivator.php @@ -140,8 +140,8 @@ final class RecipeActivator implements InstructionsInterface, EventSubscriberInt return $tasks; } - // Recipes can only define follow-up tasks in Drupal 11.1.3 and later. - // @todo Remove this check when Drupal 11.1.3 or later is the minimum + // Recipes can only define follow-up tasks in Drupal 11.1.4 and later. + // @todo Remove this check when Drupal 11.1.4 or later is the minimum // supported version of core. if (method_exists(Recipe::class, 'getExtra')) { // We know the path is a string because, if it wasn't, the getStatus() -- GitLab