Upgrade Drupal Core to 7.52

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

Fix security issue SA-CORE-2016-005
https://www.drupal.org/SA-CORE-2016-005

Change-Id: Ice4bf33477174e0d5c856401e2cc36a9017c73a0
This commit is contained in:
Marton Kiss 2016-12-06 16:54:32 +01:00
parent 8bdbc35b46
commit 8cd3eec96f
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.51"
projects[drupal][version] = "7.52"
projects[drupal][download][type] = get
projects[drupal][download][url] = http://ftp.drupal.org/files/projects/drupal-7.51.tar.gz
projects[drupal][download][url] = http://ftp.drupal.org/files/projects/drupal-7.52.tar.gz
; This patch allows install profiles to set a minimum memory limit.
; http://drupal.org/node/1772316#comment-6457618