updated core to 7.66
This commit is contained in:
@@ -12,7 +12,7 @@ files[] = system.test
|
||||
required = TRUE
|
||||
configure = admin/config/system
|
||||
|
||||
; Information added by Drupal.org packaging script on 2019-03-20
|
||||
version = "7.65"
|
||||
; Information added by Drupal.org packaging script on 2019-04-17
|
||||
version = "7.66"
|
||||
project = "drupal"
|
||||
datestamp = "1553100118"
|
||||
datestamp = "1555533576"
|
||||
|
@@ -3285,6 +3285,13 @@ function system_update_7081() {
|
||||
->execute();
|
||||
}
|
||||
|
||||
/**
|
||||
* Add 'jquery-extend-3.4.0.js' to the 'jquery' library.
|
||||
*/
|
||||
function system_update_7082() {
|
||||
// Empty update to force a rebuild of hook_library() and JS aggregates.
|
||||
}
|
||||
|
||||
/**
|
||||
* @} End of "defgroup updates-7.x-extra".
|
||||
* The next series of updates should start at 8000.
|
||||
|
@@ -1182,6 +1182,9 @@ function system_library() {
|
||||
'version' => '1.4.4',
|
||||
'js' => array(
|
||||
'misc/jquery.js' => array('group' => JS_LIBRARY, 'weight' => -20),
|
||||
// This includes a security fix, so assign a weight that makes this load
|
||||
// as soon after jquery.js is loaded as possible.
|
||||
'misc/jquery-extend-3.4.0.js' => array('group' => JS_LIBRARY, 'weight' => -19),
|
||||
),
|
||||
);
|
||||
|
||||
|
@@ -5,7 +5,7 @@ version = VERSION
|
||||
core = 7.x
|
||||
hidden = TRUE
|
||||
|
||||
; Information added by Drupal.org packaging script on 2019-03-20
|
||||
version = "7.65"
|
||||
; Information added by Drupal.org packaging script on 2019-04-17
|
||||
version = "7.66"
|
||||
project = "drupal"
|
||||
datestamp = "1553100118"
|
||||
datestamp = "1555533576"
|
||||
|
@@ -5,7 +5,7 @@ version = VERSION
|
||||
core = 7.x
|
||||
hidden = TRUE
|
||||
|
||||
; Information added by Drupal.org packaging script on 2019-03-20
|
||||
version = "7.65"
|
||||
; Information added by Drupal.org packaging script on 2019-04-17
|
||||
version = "7.66"
|
||||
project = "drupal"
|
||||
datestamp = "1553100118"
|
||||
datestamp = "1555533576"
|
||||
|
Reference in New Issue
Block a user