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

Commit

Permalink
Merge branch 'version-bump'
Browse files Browse the repository at this point in the history
  • Loading branch information
tangrufus committed Mar 5, 2017
2 parents 49dbc65 + 9187192 commit cf4ed59
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 10 deletions.
12 changes: 12 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,3 +82,15 @@ script:
after_script:
- if [[ "$WITH_COVERAGE" == "true" ]]; then travis_retry tnw-upload-coverage-to-scrutinizer; fi
- if [[ "$WITH_COVERAGE" == "true" ]]; then travis_retry tnw-upload-coverage-to-codecov; fi

deploy:
provider: releases
api_key:
secure: tly7bTISmzfHEfn2UEGZKwZNZ+Ofz8b3si5Zw8WneIQfo6HhiTesMZUY1YcaOZDAxDZ7B4BqW20BsYhkUOIkBn3KlRImvxR2sZj+Ri8YtLeeJ85KholcioorgtYSdorRTf+cNNNV/31VfHk7y9eHXjmxBVeGsq+dTG/hl9TdNxT5NkYtMqgkC3wuB9fojDWTUzJFT0hKmG8w8VakhIGq7kg0/YRIEc9KsfmQ3Pkh7AxuzwzKcEN8M0AQBUj/OWu09ErHeJm2OAa/wYxjeuPh+HpKazsMJngzonV6hFp5brNiQXDGCEtx+Nxvo4m88yh+e8irGQKAgntRkUIZmBdw1O+9lwYx+HKsJdFqr8eaBRL+ce1qOAAGHqpFjxjKbdb/Y8gji18nE7N4QAjLke6ney46qL+S8WJfs8JUFdEpgpN3yz1FRMQzx5GLxICgFCqhh1kW64Bg7zHfEcJ7eup7SCOwhG2PlF24HcBaYPsQwDdHaX3CgVRG3VAY2FAA0klJwA46E0eYZb9IWgoadW2R3b1FMq3bTInQO9kJp2t/7PeLbFb+n6dxuX/QtabLW264bzxZcsg4KP2P6V0s77MMoHptsMnmjvbjg4SSVputXbAEj53ai/hYaIKpE+GWQhPtQ3lUxkomyjSeV32qV+CGqxC9sC0zgjfOMihb7ntt6zA=
file: release/wp-cloudflare-guard.zip
skip_cleanup: true
on:
condition: "$WP_VERSION = latest"
php: 7.0
tags: true
repo: TypistTech/wp-cloudflare-guard
13 changes: 5 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
# Change Log

## [0.1.0](https://github.com/tangrufus/wp-cloudflare-guard/tree/0.1.0) (2017-03-03)
[Full Changelog](https://github.com/tangrufus/wp-cloudflare-guard/compare/1.0.0.rc1...0.1.0)

## [0.1.0](https://github.com/TypistTech/wp-cloudflare-guard/tree/0.1.0) (2017-03-05)
**Merged pull requests:**

- Clone configuration from WP Better Settings [\#1](https://github.com/TangRufus/wp-cloudflare-guard/pull/1) ([TangRufus](https://github.com/TangRufus))

## [1.0.0.rc1](https://github.com/tangrufus/wp-cloudflare-guard/tree/1.0.0.rc1) (2017-01-07)
[Full Changelog](https://github.com/tangrufus/wp-cloudflare-guard/compare/1.0.0...1.0.0.rc1)
- 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))
- Fix: TravisCI config [\#1](https://github.com/TypistTech/wp-cloudflare-guard/pull/1) ([TangRufus](https://github.com/TangRufus))

## [1.0.0](https://github.com/tangrufus/wp-cloudflare-guard/tree/1.0.0) (2017-01-03)


\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Connecting WordPress with Cloudflare firewall, protect your WordPress site at DN

<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
**Table of Contents** *generated with [DocToc](https://github.com/thlorenz/doctoc)*


- [To be continued..](#to-be-continued)

Expand Down
2 changes: 1 addition & 1 deletion languages/wp-cloudflare-guard.pot
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ msgstr ""
"Project-Id-Version: wp-cloudflare-guard 0.1.0\n"
"Report-Msgid-Bugs-To: "
"https://wordpress.org/support/plugin/wp-cloudflare-guard\n"
"POT-Creation-Date: 2017-03-05 01:53:55+00:00\n"
"POT-Creation-Date: 2017-03-05 04:12:27+00:00\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
Expand Down

0 comments on commit cf4ed59

Please sign in to comment.