Skip to content
Snippets Groups Projects
Commit 5a0786c1 authored by Jakub Piasecki's avatar Jakub Piasecki Committed by Chris Wells
Browse files

Issue #3508182 by zaporylie, narendrar: Update documentation with accurate version string

parent 01cba92d
No related branches found
No related tags found
1 merge request!742Issue #3508182 by zaporylie: Update documentation with accurate version string
Pipeline #430916 failed
......@@ -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()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment