Skip to content
This repository has been archived by the owner on Aug 16, 2024. It is now read-only.

Commit

Permalink
Version bump 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tangrufus committed Apr 22, 2017
1 parent 4815322 commit efaa1eb
Show file tree
Hide file tree
Showing 7 changed files with 73 additions and 19 deletions.
2 changes: 1 addition & 1 deletion .github_changelog_generator
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
unreleased=true
future-release=0.1.3
future-release=0.2.0
56 changes: 55 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,66 @@
# Change Log

## [0.2.0](https://github.com/TypistTech/wp-cloudflare-guard/tree/0.2.0) (2017-04-22)
[Full Changelog](https://github.com/TypistTech/wp-cloudflare-guard/compare/0.1.3...0.2.0)

**Closed issues:**

- Reorganize tests [\#53](https://github.com/TypistTech/wp-cloudflare-guard/issues/53)
- TravisCI: Deploy `master` branch production build to GitHub `nightly` branch [\#50](https://github.com/TypistTech/wp-cloudflare-guard/issues/50)
- Update .styleci.yml to typist tech config [\#48](https://github.com/TypistTech/wp-cloudflare-guard/issues/48)
- Change namespace to TypistTech\WPCFG [\#47](https://github.com/TypistTech/wp-cloudflare-guard/issues/47)
- Disable codecov.io pull request commenting [\#44](https://github.com/TypistTech/wp-cloudflare-guard/issues/44)
- Hide Cloudflare email, api key and zone id if set via constants [\#41](https://github.com/TypistTech/wp-cloudflare-guard/issues/41)
- Remove imposter and imposter-plugin files from production build [\#36](https://github.com/TypistTech/wp-cloudflare-guard/issues/36)
- Add review me notice [\#34](https://github.com/TypistTech/wp-cloudflare-guard/issues/34)
- Extract loadable to separate package [\#29](https://github.com/TypistTech/wp-cloudflare-guard/issues/29)
- Use TravisCI to deploy to wordpress.org [\#26](https://github.com/TypistTech/wp-cloudflare-guard/issues/26)
- Refactor Loader [\#25](https://github.com/TypistTech/wp-cloudflare-guard/issues/25)
- Remove disable bad login option [\#23](https://github.com/TypistTech/wp-cloudflare-guard/issues/23)
- Expose container instance via WordPress hook [\#22](https://github.com/TypistTech/wp-cloudflare-guard/issues/22)
- Remove unused jamesryanbell/cloudflare files [\#21](https://github.com/TypistTech/wp-cloudflare-guard/issues/21)

**Merged pull requests:**

- Fix: Assert that WP Review Me installed time is set within the past ten seconds [\#63](https://github.com/TypistTech/wp-cloudflare-guard/pull/63) ([TangRufus](https://github.com/TangRufus))
- TravisCI: Deploy `master` branch production build to GitHub `nightly` branch [\#62](https://github.com/TypistTech/wp-cloudflare-guard/pull/62) ([TangRufus](https://github.com/TangRufus))
- Refactor [\#60](https://github.com/TypistTech/wp-cloudflare-guard/pull/60) ([TangRufus](https://github.com/TangRufus))
- Remove imposter and imposter-plugin files from production build [\#59](https://github.com/TypistTech/wp-cloudflare-guard/pull/59) ([TangRufus](https://github.com/TangRufus))
- Add review me notice [\#57](https://github.com/TypistTech/wp-cloudflare-guard/pull/57) ([TangRufus](https://github.com/TangRufus))
- Remove Activator and Deactivator [\#56](https://github.com/TypistTech/wp-cloudflare-guard/pull/56) ([TangRufus](https://github.com/TangRufus))
- Use WP Contained Hook [\#55](https://github.com/TypistTech/wp-cloudflare-guard/pull/55) ([TangRufus](https://github.com/TangRufus))
- Change namespace to TypistTech\WPCFG; Reorganize tests [\#54](https://github.com/TypistTech/wp-cloudflare-guard/pull/54) ([TangRufus](https://github.com/TangRufus))
- Update dependencies [\#52](https://github.com/TypistTech/wp-cloudflare-guard/pull/52) ([TangRufus](https://github.com/TangRufus))
- Update StyleCI config [\#51](https://github.com/TypistTech/wp-cloudflare-guard/pull/51) ([TangRufus](https://github.com/TangRufus))
- Disable codecov.io pull request commenting [\#46](https://github.com/TypistTech/wp-cloudflare-guard/pull/46) ([TangRufus](https://github.com/TangRufus))
- Fix: BadLogin type hint [\#37](https://github.com/TypistTech/wp-cloudflare-guard/pull/37) ([TangRufus](https://github.com/TangRufus))
- Expose Container via WordPress action 'wpcfg\_get\_container' [\#33](https://github.com/TypistTech/wp-cloudflare-guard/pull/33) ([TangRufus](https://github.com/TangRufus))
- Apply scrutinizer fixes [\#32](https://github.com/TypistTech/wp-cloudflare-guard/pull/32) ([TangRufus](https://github.com/TangRufus))
- Deploy from TravisCI to wordpress.org [\#31](https://github.com/TypistTech/wp-cloudflare-guard/pull/31) ([TangRufus](https://github.com/TangRufus))
- Remove unused files [\#30](https://github.com/TypistTech/wp-cloudflare-guard/pull/30) ([TangRufus](https://github.com/TangRufus))
- Refactor [\#27](https://github.com/TypistTech/wp-cloudflare-guard/pull/27) ([TangRufus](https://github.com/TangRufus))
- Use league/container [\#20](https://github.com/TypistTech/wp-cloudflare-guard/pull/20) ([TangRufus](https://github.com/TangRufus))
- Apply PSR2, PSR4 and WP Coding Standards [\#19](https://github.com/TypistTech/wp-cloudflare-guard/pull/19) ([TangRufus](https://github.com/TangRufus))
- Use yarn instead of npm [\#18](https://github.com/TypistTech/wp-cloudflare-guard/pull/18) ([TangRufus](https://github.com/TangRufus))
- Use typisttech/imposter-plugin to manage vendor namespaces [\#17](https://github.com/TypistTech/wp-cloudflare-guard/pull/17) ([TangRufus](https://github.com/TangRufus))
- composer update [\#16](https://github.com/TypistTech/wp-cloudflare-guard/pull/16) ([TangRufus](https://github.com/TangRufus))
- composer scripts: Use composer archive to build [\#15](https://github.com/TypistTech/wp-cloudflare-guard/pull/15) ([TangRufus](https://github.com/TangRufus))
- Make composer validate happy [\#14](https://github.com/TypistTech/wp-cloudflare-guard/pull/14) ([TangRufus](https://github.com/TangRufus))

## [0.1.3](https://github.com/TypistTech/wp-cloudflare-guard/tree/0.1.3) (2017-03-07)
[Full Changelog](https://github.com/TypistTech/wp-cloudflare-guard/compare/0.1.1...0.1.3)
[Full Changelog](https://github.com/TypistTech/wp-cloudflare-guard/compare/0.1.2...0.1.3)

**Merged pull requests:**

- Version bump 0.1.3 [\#13](https://github.com/TypistTech/wp-cloudflare-guard/pull/13) ([TangRufus](https://github.com/TangRufus))
- Add Yoast i18n module [\#12](https://github.com/TypistTech/wp-cloudflare-guard/pull/12) ([TangRufus](https://github.com/TangRufus))
- composer update [\#11](https://github.com/TypistTech/wp-cloudflare-guard/pull/11) ([TangRufus](https://github.com/TangRufus))

## [0.1.2](https://github.com/TypistTech/wp-cloudflare-guard/tree/0.1.2) (2017-03-05)
[Full Changelog](https://github.com/TypistTech/wp-cloudflare-guard/compare/0.1.1...0.1.2)

**Merged pull requests:**

- Fix: grunt makepot not working and Version bump 0.1.2 [\#10](https://github.com/TypistTech/wp-cloudflare-guard/pull/10) ([TangRufus](https://github.com/TangRufus))
- Composer Script: build before deploy [\#9](https://github.com/TypistTech/wp-cloudflare-guard/pull/9) ([TangRufus](https://github.com/TangRufus))

Expand Down
2 changes: 1 addition & 1 deletion README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Donate link: https://www.typist.tech/donate/wp-cloudflare-guard/
Tags: cloudflare, firewall, security, spam
Requires at least: 4.7
Tested up to: 4.7.3
Stable tag: 0.1.3
Stable tag: 0.2.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down
12 changes: 6 additions & 6 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wp-cloudflare-guard",
"version": "0.1.3",
"version": "0.2.0",
"main": "Gruntfile.js",
"private": true,
"pot": {
Expand Down
2 changes: 1 addition & 1 deletion wp-cloudflare-guard.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
* Plugin Name: WP CloudFlare Guard
* Plugin URI: https://www.typist.tech/
* Description: Connecting WordPress with Cloudflare firewall.
* Version: 0.1.3
* Version: 0.2.0
* Author: Typist Tech
* Author URI: https://www.typist.tech/
* License: GPL-2.0+
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -158,10 +158,10 @@ dateformat@~1.0.12:
meow "^3.3.0"

debug@^2.1.3:
version "2.6.3"
resolved "https://registry.yarnpkg.com/debug/-/debug-2.6.3.tgz#0f7eb8c30965ec08c72accfa0130c8b79984141d"
version "2.6.4"
resolved "https://registry.yarnpkg.com/debug/-/debug-2.6.4.tgz#7586a9b3c39741c0282ae33445c4e8ac74734fe0"
dependencies:
ms "0.7.2"
ms "0.7.3"

decamelize@^1.1.2:
version "1.2.0"
Expand Down Expand Up @@ -600,9 +600,9 @@ mkdirp@^0.5.1:
dependencies:
minimist "0.0.8"

[email protected].2:
version "0.7.2"
resolved "https://registry.yarnpkg.com/ms/-/ms-0.7.2.tgz#ae25cf2512b3885a1d95d7f037868d8431124765"
[email protected].3:
version "0.7.3"
resolved "https://registry.yarnpkg.com/ms/-/ms-0.7.3.tgz#708155a5e44e33f5fd0fc53e81d0d40a91be1fff"

multimatch@^2.0.0:
version "2.1.0"
Expand Down Expand Up @@ -632,8 +632,8 @@ nopt@~3.0.6:
abbrev "1"

normalize-package-data@^2.3.2, normalize-package-data@^2.3.4:
version "2.3.6"
resolved "https://registry.yarnpkg.com/normalize-package-data/-/normalize-package-data-2.3.6.tgz#498fa420c96401f787402ba21e600def9f981fff"
version "2.3.8"
resolved "https://registry.yarnpkg.com/normalize-package-data/-/normalize-package-data-2.3.8.tgz#d819eda2a9dedbd1ffa563ea4071d936782295bb"
dependencies:
hosted-git-info "^2.1.4"
is-builtin-module "^1.0.0"
Expand Down

0 comments on commit efaa1eb

Please sign in to comment.