Revision cd5c298a
Added by Geoffroy Desvernay over 5 years ago
drupal7/CHANGELOG.txt | ||
---|---|---|
1 |
Drupal 7.63, 2019-01-16 |
|
2 |
----------------------- |
|
3 |
- Fixed a fatal error for some Drush users introduced by SA-CORE-2019-002. |
|
4 |
|
|
5 |
Drupal 7.62, 2019-01-15 |
|
6 |
----------------------- |
|
7 |
- Fixed security issues: |
|
8 |
- SA-CORE-2019-001 |
|
9 |
- SA-CORE-2019-002 |
|
10 |
|
|
11 |
Drupal 7.61, 2018-11-07 |
|
12 |
----------------------- |
|
13 |
- File upload validation functions and hook_file_validate() implementations are |
|
14 |
now always passed the correct file URI. |
|
15 |
- The default form cache expiration of 6 hours is now configurable (API |
|
16 |
addition: https://www.drupal.org/node/2857751). |
|
17 |
- Allowed callers of drupal_http_request() to optionally specify an explicit |
|
18 |
Host header. |
|
19 |
- Allowed the + character to appear in usernames. |
|
20 |
- PHP 7.2: Fixed Archive_Tar incompatibility. |
|
21 |
- PHP 7.2: Removed deprecated function each(). |
|
22 |
- PHP 7.2: Avoid count() calls on uncountable variables. |
|
23 |
- PHP 7.2: Removed deprecated create_function() call. |
|
24 |
- PHP 7.2: Make sure variables are arrays in theme_links(). |
|
25 |
- Fixed theme-settings.php not being loaded on cached forms |
|
26 |
- Fixed problem with IE11 & Chrome(PointerEvents enabled) & some Firefox scroll to the top of the page after dragging the bottom item with jquery 1.5 <-> 1.11 |
|
27 |
|
|
1 | 28 |
Drupal 7.60, 2018-10-18 |
2 | 29 |
------------------------ |
3 | 30 |
- Fixed security issues. See SA-CORE-2018-006. |
... | ... | |
8 | 35 |
|
9 | 36 |
Drupal 7.58, 2018-03-28 |
10 | 37 |
----------------------- |
11 |
- Fixed security issues (multiple vulnerabilities). See SA-CORE-2018-002.
|
|
38 |
- Fixed security issues (remote code execution). See SA-CORE-2018-002.
|
|
12 | 39 |
|
13 | 40 |
Drupal 7.57, 2018-02-21 |
14 | 41 |
----------------------- |
Also available in: Unified diff
MAJ 7.60 -> 7.62