Add missing changes for mediawiki upgrades

This commit is contained in:
2020-09-05 23:43:28 +02:00
parent 7af26d6ad3
commit b7e2a72369
61 changed files with 1179 additions and 2252 deletions

View File

@@ -1,6 +1,38 @@
# php Cookbook CHANGELOG
# PHP Cookbook CHANGELOG
This file is used to list changes made in each version of the php cookbook.
This file is used to list changes made in each version of the PHP cookbook.
## 8.0.0 (2020-07-09)
- Drop support for:
- Debian 8
- Ubuntu < 16.04
- Amazon Linux 1
- Set default PHP version to 7.2.x
- Update Ubuntu 18.04 support to source build PHP 7.2
- Update attributes for Debian 10
- Add support for Ubuntu 20.04
- Only symlink GMP on Ubuntu 16.04 to aid source builds
- Drop support for installing from source on Debian 9
## 7.2.0 (2020-06-19)
- Include extension priority on the specified format to the extension file
## 7.1.0 (2020-05-05)
- Split out resource documentation into the documentation folder
- Run cookstyle 0.75.1
- Fix dependency problem with installing php from source on ubuntu 18.04
- Simplify platform checks
- Remove unused long_description metadata from metadata.rb
- Migrated to Github Actions for testing
- Adding control of php-fpm php.ini with specific attribute
## 7.0.0 (2019-08-07)
- *Drop support for Chef 13* so we don't need to require build essentials
- Sync php.ini template with php.ini-production from php-7.2.18
## 6.1.1 (2018-08-07)
@@ -42,7 +74,7 @@ This release removes the previous recipes in this cookbook for setting up variou
- Converted the php_pear resource to a custom resource
- Moved all helper logic out of the resource and into its own helper library file
- Fix source install on Ubuntu by making sure we have xml2-config package
- Fix source install on Ubuntu by making sure we have xml2-config package
- Remove options that are no longer recognised by the php installer when installing from source
- Remove matchers as we no longer require them with a modern ChefDK