Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
project
drupal
Commits
663cdbd9
Commit
663cdbd9
authored
Apr 07, 2021
by
mcdruid
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Drupal 7.79
parent
619286b0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
CHANGELOG.txt
CHANGELOG.txt
+4
-1
includes/bootstrap.inc
includes/bootstrap.inc
+1
-1
No files found.
CHANGELOG.txt
View file @
663cdbd9
Drupal 7.
xx, xxxx-xx-xx (development version)
Drupal 7.
79, 2021-04-07
-----------------------
- Initial support for PHP 8
- Support for SameSite cookie attribute
- Avoid write for unchanged fields (opt-in)
Drupal 7.78, 2021-01-19
-----------------------
...
...
includes/bootstrap.inc
View file @
663cdbd9
...
...
@@ -8,7 +8,7 @@
/**
* The current system version.
*/
define
(
'VERSION'
,
'7.79
-dev
'
);
define
(
'VERSION'
,
'7.79'
);
/**
* Core API compatibility.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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