|
1 | 1 | # Change Log |
2 | 2 |
|
| 3 | +## [0.2.0](https://github.com/TypistTech/wp-cloudflare-guard/tree/0.2.0) (2017-04-22) |
| 4 | +[Full Changelog](https://github.com/TypistTech/wp-cloudflare-guard/compare/0.1.3...0.2.0) |
| 5 | + |
| 6 | +**Closed issues:** |
| 7 | + |
| 8 | +- Reorganize tests [\#53](https://github.com/TypistTech/wp-cloudflare-guard/issues/53) |
| 9 | +- TravisCI: Deploy `master` branch production build to GitHub `nightly` branch [\#50](https://github.com/TypistTech/wp-cloudflare-guard/issues/50) |
| 10 | +- Update .styleci.yml to typist tech config [\#48](https://github.com/TypistTech/wp-cloudflare-guard/issues/48) |
| 11 | +- Change namespace to TypistTech\WPCFG [\#47](https://github.com/TypistTech/wp-cloudflare-guard/issues/47) |
| 12 | +- Disable codecov.io pull request commenting [\#44](https://github.com/TypistTech/wp-cloudflare-guard/issues/44) |
| 13 | +- Hide Cloudflare email, api key and zone id if set via constants [\#41](https://github.com/TypistTech/wp-cloudflare-guard/issues/41) |
| 14 | +- Remove imposter and imposter-plugin files from production build [\#36](https://github.com/TypistTech/wp-cloudflare-guard/issues/36) |
| 15 | +- Add review me notice [\#34](https://github.com/TypistTech/wp-cloudflare-guard/issues/34) |
| 16 | +- Extract loadable to separate package [\#29](https://github.com/TypistTech/wp-cloudflare-guard/issues/29) |
| 17 | +- Use TravisCI to deploy to wordpress.org [\#26](https://github.com/TypistTech/wp-cloudflare-guard/issues/26) |
| 18 | +- Refactor Loader [\#25](https://github.com/TypistTech/wp-cloudflare-guard/issues/25) |
| 19 | +- Remove disable bad login option [\#23](https://github.com/TypistTech/wp-cloudflare-guard/issues/23) |
| 20 | +- Expose container instance via WordPress hook [\#22](https://github.com/TypistTech/wp-cloudflare-guard/issues/22) |
| 21 | +- Remove unused jamesryanbell/cloudflare files [\#21](https://github.com/TypistTech/wp-cloudflare-guard/issues/21) |
| 22 | + |
| 23 | +**Merged pull requests:** |
| 24 | + |
| 25 | +- 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)) |
| 26 | +- 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)) |
| 27 | +- Refactor [\#60](https://github.com/TypistTech/wp-cloudflare-guard/pull/60) ([TangRufus](https://github.com/TangRufus)) |
| 28 | +- Remove imposter and imposter-plugin files from production build [\#59](https://github.com/TypistTech/wp-cloudflare-guard/pull/59) ([TangRufus](https://github.com/TangRufus)) |
| 29 | +- Add review me notice [\#57](https://github.com/TypistTech/wp-cloudflare-guard/pull/57) ([TangRufus](https://github.com/TangRufus)) |
| 30 | +- Remove Activator and Deactivator [\#56](https://github.com/TypistTech/wp-cloudflare-guard/pull/56) ([TangRufus](https://github.com/TangRufus)) |
| 31 | +- Use WP Contained Hook [\#55](https://github.com/TypistTech/wp-cloudflare-guard/pull/55) ([TangRufus](https://github.com/TangRufus)) |
| 32 | +- Change namespace to TypistTech\WPCFG; Reorganize tests [\#54](https://github.com/TypistTech/wp-cloudflare-guard/pull/54) ([TangRufus](https://github.com/TangRufus)) |
| 33 | +- Update dependencies [\#52](https://github.com/TypistTech/wp-cloudflare-guard/pull/52) ([TangRufus](https://github.com/TangRufus)) |
| 34 | +- Update StyleCI config [\#51](https://github.com/TypistTech/wp-cloudflare-guard/pull/51) ([TangRufus](https://github.com/TangRufus)) |
| 35 | +- Disable codecov.io pull request commenting [\#46](https://github.com/TypistTech/wp-cloudflare-guard/pull/46) ([TangRufus](https://github.com/TangRufus)) |
| 36 | +- Fix: BadLogin type hint [\#37](https://github.com/TypistTech/wp-cloudflare-guard/pull/37) ([TangRufus](https://github.com/TangRufus)) |
| 37 | +- Expose Container via WordPress action 'wpcfg\_get\_container' [\#33](https://github.com/TypistTech/wp-cloudflare-guard/pull/33) ([TangRufus](https://github.com/TangRufus)) |
| 38 | +- Apply scrutinizer fixes [\#32](https://github.com/TypistTech/wp-cloudflare-guard/pull/32) ([TangRufus](https://github.com/TangRufus)) |
| 39 | +- Deploy from TravisCI to wordpress.org [\#31](https://github.com/TypistTech/wp-cloudflare-guard/pull/31) ([TangRufus](https://github.com/TangRufus)) |
| 40 | +- Remove unused files [\#30](https://github.com/TypistTech/wp-cloudflare-guard/pull/30) ([TangRufus](https://github.com/TangRufus)) |
| 41 | +- Refactor [\#27](https://github.com/TypistTech/wp-cloudflare-guard/pull/27) ([TangRufus](https://github.com/TangRufus)) |
| 42 | +- Use league/container [\#20](https://github.com/TypistTech/wp-cloudflare-guard/pull/20) ([TangRufus](https://github.com/TangRufus)) |
| 43 | +- Apply PSR2, PSR4 and WP Coding Standards [\#19](https://github.com/TypistTech/wp-cloudflare-guard/pull/19) ([TangRufus](https://github.com/TangRufus)) |
| 44 | +- Use yarn instead of npm [\#18](https://github.com/TypistTech/wp-cloudflare-guard/pull/18) ([TangRufus](https://github.com/TangRufus)) |
| 45 | +- Use typisttech/imposter-plugin to manage vendor namespaces [\#17](https://github.com/TypistTech/wp-cloudflare-guard/pull/17) ([TangRufus](https://github.com/TangRufus)) |
| 46 | +- composer update [\#16](https://github.com/TypistTech/wp-cloudflare-guard/pull/16) ([TangRufus](https://github.com/TangRufus)) |
| 47 | +- composer scripts: Use composer archive to build [\#15](https://github.com/TypistTech/wp-cloudflare-guard/pull/15) ([TangRufus](https://github.com/TangRufus)) |
| 48 | +- Make composer validate happy [\#14](https://github.com/TypistTech/wp-cloudflare-guard/pull/14) ([TangRufus](https://github.com/TangRufus)) |
| 49 | + |
3 | 50 | ## [0.1.3](https://github.com/TypistTech/wp-cloudflare-guard/tree/0.1.3) (2017-03-07) |
4 | | -[Full Changelog](https://github.com/TypistTech/wp-cloudflare-guard/compare/0.1.1...0.1.3) |
| 51 | +[Full Changelog](https://github.com/TypistTech/wp-cloudflare-guard/compare/0.1.2...0.1.3) |
5 | 52 |
|
6 | 53 | **Merged pull requests:** |
7 | 54 |
|
| 55 | +- Version bump 0.1.3 [\#13](https://github.com/TypistTech/wp-cloudflare-guard/pull/13) ([TangRufus](https://github.com/TangRufus)) |
8 | 56 | - Add Yoast i18n module [\#12](https://github.com/TypistTech/wp-cloudflare-guard/pull/12) ([TangRufus](https://github.com/TangRufus)) |
9 | 57 | - composer update [\#11](https://github.com/TypistTech/wp-cloudflare-guard/pull/11) ([TangRufus](https://github.com/TangRufus)) |
| 58 | + |
| 59 | +## [0.1.2](https://github.com/TypistTech/wp-cloudflare-guard/tree/0.1.2) (2017-03-05) |
| 60 | +[Full Changelog](https://github.com/TypistTech/wp-cloudflare-guard/compare/0.1.1...0.1.2) |
| 61 | + |
| 62 | +**Merged pull requests:** |
| 63 | + |
10 | 64 | - 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)) |
11 | 65 | - Composer Script: build before deploy [\#9](https://github.com/TypistTech/wp-cloudflare-guard/pull/9) ([TangRufus](https://github.com/TangRufus)) |
12 | 66 |
|
|
0 commit comments