From 7c6bcc0619f7d1d16e80939e8fb0ad8303276f2b Mon Sep 17 00:00:00 2001 From: Fabien COMBERNOUS <fabien.combernous@adullact.org> Date: Tue, 14 May 2019 16:18:53 +0200 Subject: [PATCH] release 3.0.0 --- CHANGELOG.md | 15 +++++++++++++++ metadata.json | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 13fd64b..8a657f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,21 @@ All notable changes to this project will be documented in this file. +## Release 3.0.0 + +**Features** + + * #80 remove CentOS7 from compatible OSes + * #72 add Ubuntu1804 to compatible OSes + * #45 set a fixed version of installed WP-CLI + +**Bugfixes** + + * #78 space and double quote can be present in WP-CLI output + * #68 warning about String format is deprecated for #strftime + +**Known Issues** + ## Release 2.0.0 **Features** diff --git a/metadata.json b/metadata.json index b721de6..d2fcd81 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "adullact-wordpress", - "version": "2.0.1", + "version": "3.0.0", "author": "adullact", "summary": "Install and configure WordPress with WP-CLI tool.", "license": "AGPL-3.0", -- GitLab