Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
e9121d80
Commit
e9121d80
authored
Dec 07, 2022
by
Drew Webber
Browse files
Drupal 7.93
parent
8eac033b
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.txt
View file @
e9121d80
Drupal 7.
xx, xxxx-xx-xx (development version)
Drupal 7.
93, 2022-12-07
-----------------------
- Improved support for PHP 8.2
- Minimum PHP version changed to PHP 5.3
- Various security hardenings
- Various bug fixes, optimizations and improvements
Drupal 7.92, 2022-09-07
-----------------------
...
...
includes/bootstrap.inc
View file @
e9121d80
...
...
@@ -8,7 +8,7 @@
/**
* The current system version.
*/
define
(
'VERSION'
,
'7.93
-dev
'
);
define
(
'VERSION'
,
'7.93'
);
/**
* Core API compatibility.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment