diff --git a/.github_changelog_generator b/.github_changelog_generator index 05cea14..2e837af 100644 --- a/.github_changelog_generator +++ b/.github_changelog_generator @@ -1,2 +1,2 @@ unreleased=true -future-release=0.1.0 +future-release=0.1.1 diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e894ea..faea498 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,17 @@ # Change Log +## [0.1.1](https://github.com/TypistTech/wp-cloudflare-guard/tree/0.1.1) (2017-03-05) +[Full Changelog](https://github.com/TypistTech/wp-cloudflare-guard/compare/0.1.0...0.1.1) + +**Merged pull requests:** + +- i18n: Translate vendor files [\#7](https://github.com/TypistTech/wp-cloudflare-guard/pull/7) ([TangRufus](https://github.com/TangRufus)) +- Add grunt-wp-deploy [\#6](https://github.com/TypistTech/wp-cloudflare-guard/pull/6) ([TangRufus](https://github.com/TangRufus)) + ## [0.1.0](https://github.com/TypistTech/wp-cloudflare-guard/tree/0.1.0) (2017-03-05) **Merged pull requests:** +- Version bump 0.1.0 [\#5](https://github.com/TypistTech/wp-cloudflare-guard/pull/5) ([TangRufus](https://github.com/TangRufus)) - Add wordpress.org meta [\#4](https://github.com/TypistTech/wp-cloudflare-guard/pull/4) ([TangRufus](https://github.com/TangRufus)) - Add i18n translation [\#3](https://github.com/TypistTech/wp-cloudflare-guard/pull/3) ([TangRufus](https://github.com/TangRufus)) - Fix: TravisCI test coverage is always 0% [\#2](https://github.com/TypistTech/wp-cloudflare-guard/pull/2) ([TangRufus](https://github.com/TangRufus)) diff --git a/README.txt b/README.txt index 537878b..f0518e8 100755 --- a/README.txt +++ b/README.txt @@ -4,7 +4,7 @@ Donate link: https://www.typist.tech/donate/wp-cloudflare-guard/ Tags: cloudflare, firewall, security, spam Requires at least: 4.6 Tested up to: 4.7.2 -Stable tag: 0.1.0 +Stable tag: 0.1.1 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html diff --git a/composer.json b/composer.json index 5ff5402..97933d2 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "typisttech/wp-cloudflare-guard", "description": "Connecting WordPress with Cloudflare firewall, protect your WordPress site at DNS level. Automatically create firewall rules to block dangerous IPs", - "version": "0.1.0", + "version": "0.1.1", "keywords": [ "wordpress", "wp", diff --git a/package.json b/package.json index 9f850a0..56a7b94 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wp-cloudflare-guard", - "version": "0.1.0", + "version": "0.1.1", "description": "Connecting WordPress with Cloudflare firewall, protect your WordPress site at DNS level. Automatically create firewall rules to block dangerous IPs", "keywords": [ "wordpress", diff --git a/wp-cloudflare-guard.php b/wp-cloudflare-guard.php index ced85b9..bb67c81 100644 --- a/wp-cloudflare-guard.php +++ b/wp-cloudflare-guard.php @@ -18,7 +18,7 @@ * Plugin Name: WP CloudFlare Guard * Plugin URI: https://www.typist.tech/ * Description: Connecting WordPress with Cloudflare firewall. - * Version: 0.1.0 + * Version: 0.1.1 * Author: Typist Tech * Author URI: https://www.typist.tech/ * License: GPL-2.0+