CHANGELOG
- Recipe added to support installation with nginx
- Fixes issue where
mysql::ruby
recipe was removed in v5 of community cookbook
[COOK-4354] s/Wordpress/WordPress/g in docs [COOK-4356] Gets WordPress to be extracted to the proper directory [COOK-4191] WordPress table_prefix not configured when node['wordpress']['db']['prefix'] is set [COOK-4192] Add attribute to control WordPress multisite features [COOK-4366] apache2 port parameter
[COOK-4180] leverage the database cookbook
- [COOK-4248] - use "no_managed_code" when setting up WordPress Pool on Windows
- [COOK-4170] - Wordpress tarball contains a wordpress subdirectory, causing "extract-wordpress" to execute every run and the WP URL to be http://hostname/wordpress/
- COOK-3478 - Windows support for Wordpress
- COOK-3321 - Add languages recipe
- COOK-3311 - Remove legacy Test Kitchen, Add Travis CI
- Added Test Kitchen 1.0
Bug Fixes:
- [COOK-1393]: wordpress recipe should use mysql::ruby to ensure ruby extension is installed
- [COOK-2984]: wordpress cookbook has foodcritic failures
Improvements:
- [COOK-2661]: Allow downloads from other repos for wordpress install
- [COOK-1127] - update defaults to latest version
- [COOK-1222] - support installing "latest" version
- [COOK-1271] - Wordpress cookbook generates new password on every chef run
- [COOK-826] - recipe doesn't quote password string
- [COOK-534] - allow server_aliases to overridden by an attribute
- [COOK-799] - fixed disables .htaccess breaking permalink feature
- [COOK-820] - guard node.save with check for chef-solo in our cookbooks
- [COOK-406] - wp-config.php.erb has wrong CRLF encoding
- Dropping explicit support for Red Hat platforms due to issues in php and mysql cookbooks (COOK-603, COOK-672, COOK-816, COOK-679)
- [COOK-435] Don't set the mysql root user password in wordpress cookbook
- [COOK-535] - recursively create the directory
- RHEL/CentOS/Fedora support (yeah!)
- cleaned up node attribute keys
- cleaned up README.md