Skip to content

Commit 2dac572

Browse files
author
jtimberman
committed
wordpress v0.8.8
1 parent a034d62 commit 2dac572

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

wordpress/README.md

+4
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ Installs and configures Wordpress according to the instructions at http://codex.
66
Changes
77
=======
88

9+
## v0.8.8:
10+
11+
* [COOK-826] - recipe doesn't quote password string
12+
913
## v0.8.6:
1014

1115
* [COOK-534] - allow server_aliases to overridden by an attribute

wordpress/metadata.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
license "Apache 2.0"
44
description "Installs/Configures wordpress"
55
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
6-
version "0.8.6"
6+
version "0.8.8"
77

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

0 commit comments

Comments
 (0)