From 5bfc5b18909bffe1f20ce31374c86e15581f5413 Mon Sep 17 00:00:00 2001 From: Tang Rufus Date: Mon, 13 Mar 2017 05:07:28 +0800 Subject: [PATCH] Version bump 1.0.13 --- .github_changelog_generator | 2 +- CHANGELOG.md | 12 +++++++++--- README.txt | 2 +- languages/remove-medium-cross-links.pot | 4 ++-- package.json | 2 +- remove-medium-cross-links.php | 2 +- 6 files changed, 15 insertions(+), 9 deletions(-) diff --git a/.github_changelog_generator b/.github_changelog_generator index 2a0f4ec..8f8e41a 100644 --- a/.github_changelog_generator +++ b/.github_changelog_generator @@ -1,2 +1,2 @@ unreleased=true -future-release=1.0.12 +future-release=1.0.13 diff --git a/CHANGELOG.md b/CHANGELOG.md index ab8df8c..76be6eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,14 +1,20 @@ # Change Log -## [1.0.12](https://github.com/TypistTech/remove-medium-cross-links/tree/1.0.12) (2017-03-13) +## [1.0.13](https://github.com/TypistTech/remove-medium-cross-links/tree/1.0.13) (2017-03-13) +[Full Changelog](https://github.com/TypistTech/remove-medium-cross-links/compare/1.0.12...1.0.13) + +**Merged pull requests:** + +- Remove unused code [\#10](https://github.com/TypistTech/remove-medium-cross-links/pull/10) ([TangRufus](https://github.com/TangRufus)) + +## [1.0.12](https://github.com/TypistTech/remove-medium-cross-links/tree/1.0.12) (2017-03-12) [Full Changelog](https://github.com/TypistTech/remove-medium-cross-links/compare/1.0.0...1.0.12) **Merged pull requests:** -- TravisCI: Add subversion [\#8](https://github.com/TypistTech/remove-medium-cross-links/pull/8) ([TangRufus](https://github.com/TangRufus)) +- Version bump 1.0.12 [\#9](https://github.com/TypistTech/remove-medium-cross-links/pull/9) ([TangRufus](https://github.com/TangRufus)) - Add back README.txt [\#7](https://github.com/TypistTech/remove-medium-cross-links/pull/7) ([TangRufus](https://github.com/TangRufus)) - Minor fixes [\#6](https://github.com/TypistTech/remove-medium-cross-links/pull/6) ([TangRufus](https://github.com/TangRufus)) -- Version bump 1.0.8 [\#5](https://github.com/TypistTech/remove-medium-cross-links/pull/5) ([TangRufus](https://github.com/TangRufus)) - Add plugin banners and icons [\#4](https://github.com/TypistTech/remove-medium-cross-links/pull/4) ([TangRufus](https://github.com/TangRufus)) - Add TravisCI deployment [\#3](https://github.com/TypistTech/remove-medium-cross-links/pull/3) ([TangRufus](https://github.com/TangRufus)) - Use Typist Tech config [\#2](https://github.com/TypistTech/remove-medium-cross-links/pull/2) ([TangRufus](https://github.com/TangRufus)) diff --git a/README.txt b/README.txt index c4fb053..0bc024d 100755 --- a/README.txt +++ b/README.txt @@ -4,7 +4,7 @@ Tags: medium Donate link: https://www.typist.tech/donate/remove-medium-cross-links Requires at least: 4.7 Tested up to: 4.7.3 -Stable tag: 1.0.12 +Stable tag: 1.0.13 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html diff --git a/languages/remove-medium-cross-links.pot b/languages/remove-medium-cross-links.pot index 3ac79a6..8918cee 100644 --- a/languages/remove-medium-cross-links.pot +++ b/languages/remove-medium-cross-links.pot @@ -2,10 +2,10 @@ # This file is distributed under the same license as the Remove Medium Cross Links package. msgid "" msgstr "" -"Project-Id-Version: remove-medium-cross-links 1.0.12\n" +"Project-Id-Version: remove-medium-cross-links 1.0.13\n" "Report-Msgid-Bugs-To: " "https://wordpress.org/support/plugin/remove-medium-cross-links\n" -"POT-Creation-Date: 2017-03-12 19:14:11+00:00\n" +"POT-Creation-Date: 2017-03-12 21:05:07+00:00\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/package.json b/package.json index 0dab4c3..d193889 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "remove-medium-cross-links", - "version": "1.0.12", + "version": "1.0.13", "description": "Remove Medium cross links footer from WordPress posts", "keywords": [ "wordpress", diff --git a/remove-medium-cross-links.php b/remove-medium-cross-links.php index 7c69f2c..ff14f1d 100755 --- a/remove-medium-cross-links.php +++ b/remove-medium-cross-links.php @@ -20,7 +20,7 @@ * Author URI: https://www.typist.tech/ * Text Domain: remove-medium-cross-links * Domain Path: /languages - * Version: 1.0.12 + * Version: 1.0.13 */ namespace RMCL;