Skip to content
This repository has been archived by the owner on Nov 23, 2017. It is now read-only.

Commit

Permalink
wordpress v0.8.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jtimberman committed Nov 17, 2011
1 parent dff8b39 commit 6a3b5f9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion wordpress/README.md
Expand Up @@ -6,9 +6,15 @@ Installs and configures Wordpress according to the instructions at http://codex.
Changes
=======

## v0.8.6:

* [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

## v0.8.4:

* Fixes COOK-406
* [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)

Expand Down
2 changes: 1 addition & 1 deletion wordpress/metadata.rb
Expand Up @@ -3,7 +3,7 @@
license "Apache 2.0"
description "Installs/Configures wordpress"
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version "0.8.4"
version "0.8.6"

recipe "wordpress", "Installs and configures wordpress LAMP stack on a single system"

Expand Down

0 comments on commit 6a3b5f9

Please sign in to comment.