From 32a08ee08df49e41e61b9a100ea3fa624ed7f608 Mon Sep 17 00:00:00 2001 From: Rajab Natshah <rajabn@gmail.com> Date: Mon, 11 Dec 2017 19:43:46 +0200 Subject: [PATCH] Issue #2929996: Updated [Drupal Core] from 8.4.2 to 8.4.3 --- composer.json | 8 ++++---- drupal-org-core.make | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index bd8b5251..f42ee8b2 100644 --- a/composer.json +++ b/composer.json @@ -27,7 +27,7 @@ "cweagans/composer-patches": "1.6.4", "drupal-composer/drupal-scaffold": "2.4.0", "drupal/drupal-library-installer-plugin": "0.3", - "drupal/core": "8.4.2", + "drupal/core": "8.4.3", "drupal/config_update": "1.5", "drupal/config_filter": "1.1", "drupal/config_ignore": "2.1", @@ -221,15 +221,15 @@ "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.x.patch", + "https://www.drupal.org/files/issues/1356276-408--8.4.3.patch", "Issue #2720101 Label (Title) not set for Views block (exposed filters in Block)": - "https://www.drupal.org/files/issues/2720101-30.patch", + "https://www.drupal.org/files/issues/2720101-43.patch", "Issue #2599228: Programmatically created translatable content type returns SQL error on content creation": "https://www.drupal.org/files/issues/2599228-31.patch", "Issue #2893892: Fixed Warning Invalid argument supplied for foreach() in Drupal": "https://www.drupal.org/files/issues/patch_empty_fix.patch", "Issue #2914938: Preview of content - Notice: Undefined offset: 0 in quick edit entity is latest revision": - "https://www.drupal.org/files/issues/2914938-14.patch" + "https://www.drupal.org/files/issues/2914938-48.patch" }, "drupal/page_manager": { "Issue #2624972: No configuration possible in UI for 301, 303, etc. HTTP responses": diff --git a/drupal-org-core.make b/drupal-org-core.make index c3db13f3..eb71cb02 100644 --- a/drupal-org-core.make +++ b/drupal-org-core.make @@ -3,11 +3,11 @@ core = 8.x ; Drupal Core projects[drupal][type] = "core" -projects[drupal][version] = "8.4.2" +projects[drupal][version] = "8.4.3" ;; 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.x.patch +projects[drupal][patch][] = https://www.drupal.org/files/issues/1356276-408--8.4.3.patch ;; Issue #2720101: Label (Title) not set for Views block (exposed filters in Block) -projects[drupal][patch][] = https://www.drupal.org/files/issues/2720101-30.patch +projects[drupal][patch][] = https://www.drupal.org/files/issues/2720101-43.patch ;; Issue #2853988: Add option to rewrite robots.txt on staging environments projects[drupal][patch][] = https://www.drupal.org/files/issues/drupal_8-allow_stg_robots-2853988-2.patch ;; Issue #2599228: Programmatically created translatable content type returns SQL error on content creation @@ -15,4 +15,4 @@ projects[drupal][patch][] = https://www.drupal.org/files/issues/2599228-31.patch ;; Issue #2893892: Fixed Warning Invalid argument supplied for foreach() in Drupal projects[drupal][patch][] = https://www.drupal.org/files/issues/patch_empty_fix.patch ;; Issue #2914938: Preview of content - Notice: Undefined offset: 0 in quick edit entity is latest revision -projects[drupal][patch][] = https://www.drupal.org/files/issues/2914938-14.patch +projects[drupal][patch][] = https://www.drupal.org/files/issues/2914938-48.patch -- GitLab