Upgrade Drupal Core to 7.56

Release notes:
https://www.drupal.org/project/drupal/releases/7.56

Fix security issue SA-CORE-2017-003:
https://www.drupal.org/SA-CORE-2017-003

Change-Id: I8a7112bbafd8a92de1bbfddb6ca06965c4ffca21
This commit is contained in:
Marton Kiss 2017-07-22 11:36:48 +02:00
parent d2a00b4051
commit 92c6d9ca17
1 changed files with 2 additions and 2 deletions

View File

@ -3,9 +3,9 @@ core = 7.x
; Download Drupal core and apply core patches if needed.
projects[drupal][type] = "core"
projects[drupal][version] = "7.52"
projects[drupal][version] = "7.56"
projects[drupal][download][type] = get
projects[drupal][download][url] = http://ftp.drupal.org/files/projects/drupal-7.52.tar.gz
projects[drupal][download][url] = http://ftp.drupal.org/files/projects/drupal-7.56.tar.gz
; This patch allows install profiles to set a minimum memory limit.
; http://drupal.org/node/1772316#comment-6457618