From b5b600841660f4156c9697ca879f37071790a2a2 Mon Sep 17 00:00:00 2001 From: Rajab Natshah <rajabn@gmail.com> Date: Thu, 23 May 2019 17:03:14 +0300 Subject: [PATCH] Issue #3056591: Update [Drupal core] from 8.7.1 to 8.7.2 ( ~8.7.0 ) and removed all patches for 8.7.1 (Drush make) --- drupal-org-core.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drupal-org-core.make b/drupal-org-core.make index fa457eb3..73f369b2 100644 --- a/drupal-org-core.make +++ b/drupal-org-core.make @@ -3,7 +3,7 @@ core = 8.x ; Drupal Core projects[drupal][type] = "core" -projects[drupal][version] = "8.7.1" +projects[drupal][version] = "8.7.2" ;; Issue #2869592: Disabled update module shouldn't produce a status report warning projects[drupal][patch][] = https://www.drupal.org/files/issues/2869592-remove-update-warning-7.patch ;; Issue #2885441: EntityReferenceAutocompleteWidget should define its size setting as an integer -- GitLab