From cfb590cb359e54018e9a5c5bf2e20c7d46c9bc2e Mon Sep 17 00:00:00 2001 From: Rajab Natshah <rajabn@gmail.com> Date: Fri, 5 Jan 2018 03:21:31 +0200 Subject: [PATCH] Issue #2934539: Updated [Drupal Core] from 8.4.3 to 8.4.4 --- composer.json | 2 +- drupal-org-core.make | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 176c205f..48b871fc 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 f0b68c9f..40393743 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 -- GitLab