X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=release-notes%2F5.17.0.md;h=57c4f6b216ae2c0056af0a015df2fbf79f285d27;hb=b3b57ad15adbcfbe1c5d5c4bfdbbd2c6b2b410be;hp=90668908eabda99a67cb336121fa14c3f1640b25;hpb=f9f4b9e2e3e7ea0de9e4d6995c3db1b0f5ac8ea5;p=civicrm-core.git diff --git a/release-notes/5.17.0.md b/release-notes/5.17.0.md index 90668908ea..57c4f6b216 100644 --- a/release-notes/5.17.0.md +++ b/release-notes/5.17.0.md @@ -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** | ## 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))** + ## Credits This release was developed by the following code authors: