Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
Core
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
913
Issues
913
List
Boards
Labels
Service Desk
Milestones
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Development
Core
Commits
4d4b6acd
Commit
4d4b6acd
authored
Sep 04, 2019
by
Andrew Hunt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
5.17.0 release notes: late changes and tidy-up
parent
c1b970ad
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
11 deletions
+16
-11
release-notes.md
release-notes.md
+1
-1
release-notes/5.17.0.md
release-notes/5.17.0.md
+15
-10
No files found.
release-notes.md
View file @
4d4b6acd
...
...
@@ -28,7 +28,7 @@ Released September 4, 2019
## CiviCRM 5.16.4
Released Sep 3, 2019
Released Sep
tember
3, 2019
-
**[Synopsis](release-notes/5.16.4.md#synopsis)**
-
**[Bugs resolved](release-notes/5.16.4.md#bugs)**
...
...
release-notes/5.17.0.md
View file @
4d4b6acd
...
...
@@ -13,13 +13,13 @@ Released September 4, 2019
|
*Does this version...?*
| |
|:--------------------------------------------------------------- |:-------:|
| Fix security vulnerabilities? |
|
|
Change the database schema?
|
**yes**
|
|
Alter the API?
|
**yes**
|
| Require attention to configuration options? |
|
|
Fix problems installing or upgrading to a previous version?
|
**yes**
|
|
Introduce features?
|
**yes**
|
|
Fix bugs?
|
**yes**
|
| Fix security vulnerabilities? |
no
|
|
**Change the database schema?**
|
**yes**
|
|
**Alter the API?**
|
**yes**
|
| Require attention to configuration options? |
no
|
|
**Fix problems installing or upgrading to a previous version?**
|
**yes**
|
|
**Introduce features?**
|
**yes**
|
|
**Fix bugs?**
|
**yes**
|
## <a name="features"></a>Features
...
...
@@ -580,13 +580,15 @@ Released September 4, 2019
Fixes a call to
`languageNegotiationURL`
that was causing cv to fail on Drupal
8 sites.
-
**
Error when upgrading to 5.16.0
-
**
Fail more gracefully when attempting to install on PHP 5.x
(
[
dev/drupal#79
](
https://lab.civicrm.org/dev/drupal/issues/79
)
:
[
15082
](
https://github.com/civicrm/civicrm-core/pull/15082
)
)
**
[
15082
](
https://github.com/civicrm/civicrm-core/pull/15082
)
and
[
15089
](
https://github.com/civicrm/civicrm-core/pull/15089
)
)
**
Raises the
`MINIMUM_PHP_VERSION`
from 5.6 to 7.0 in the metadata because when
upgrading via drush or Drupal web UI to Civi 5.16+ on PHP 5.6, the Civi
class-loader fails to initialize.
class-loader fails to initialize. The installer is also updated to check the
PHP version before proceeding with the class loader.
-
**
Migrate CivicrmHelper::parseUrl() to CRM_Utils_System_Drupal8::parseUrl().
(
[
14696
](
https://github.com/civicrm/civicrm-core/pull/14696
)
)
**
...
...
@@ -978,6 +980,9 @@ Released September 4, 2019
-
**
[NFC] comment fixes, function mis-casing fix
(
[
14906
](
https://github.com/civicrm/civicrm-core/pull/14906
)
)
**
-
**
[NFC] comment
fixes(
[
15197
](
https://github.com/civicrm/civicrm-core/pull/15197
)
)
**
## <a name="credits"></a>Credits
This release was developed by the following code authors:
...
...
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