We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a034d62 commit 2dac572Copy full SHA for 2dac572
wordpress/README.md
@@ -6,6 +6,10 @@ Installs and configures Wordpress according to the instructions at http://codex.
6
Changes
7
=======
8
9
+## v0.8.8:
10
+
11
+* [COOK-826] - recipe doesn't quote password string
12
13
## v0.8.6:
14
15
* [COOK-534] - allow server_aliases to overridden by an attribute
wordpress/metadata.rb
@@ -3,7 +3,7 @@
3
license "Apache 2.0"
4
description "Installs/Configures wordpress"
5
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
-version "0.8.6"
+version "0.8.8"
recipe "wordpress", "Installs and configures wordpress LAMP stack on a single system"
0 commit comments