diff --git a/composer.json b/composer.json index 176c205f03d77ec020f714affcba8a622441eed3..48b871fc453052c82abeebc0a0c9cf14816de1cd 100644 --- a/composer.json +++ b/composer.json @@ -222,7 +222,7 @@ "patches": { "drupal/core": { "Issue #1356276: Allow profiles to provide a base_parent profile and load them in the correct order": - "https://www.drupal.org/files/issues/1356276-408--8.4.3.patch", + "https://www.drupal.org/files/issues/1356276-408--8.4.4.patch", "Issue #2720101 Label (Title) not set for Views block (exposed filters in Block)": "https://www.drupal.org/files/issues/2720101-43.patch", "Issue #2599228: Programmatically created translatable content type returns SQL error on content creation": diff --git a/drupal-org-core.make b/drupal-org-core.make index f0b68c9f580f58071310c672b5cb38dbef2c0bce..403937436e9c99291c5828d4588ac7c10b4821fa 100644 --- a/drupal-org-core.make +++ b/drupal-org-core.make @@ -5,7 +5,7 @@ core = 8.x projects[drupal][type] = "core" projects[drupal][version] = "8.4.4" ;; Issue #1356276: Allow profiles to provide a base_parent profile and load them in the correct order -projects[drupal][patch][] = https://www.drupal.org/files/issues/1356276-408--8.4.3.patch +projects[drupal][patch][] = https://www.drupal.org/files/issues/1356276-408--8.4.4.patch ;; Issue #2720101: Label (Title) not set for Views block (exposed filters in Block) projects[drupal][patch][] = https://www.drupal.org/files/issues/2720101-43.patch ;; Issue #2853988: Add option to rewrite robots.txt on staging environments