From a14cdabc6168402f684ad8c573cd62bd050a7535 Mon Sep 17 00:00:00 2001 From: Tang Rufus Date: Wed, 7 Feb 2018 04:14:34 +0800 Subject: [PATCH] Version bump 1.1.1 --- .github_changelog_generator | 2 +- CHANGELOG.md | 8 ++++++++ composer.lock | 12 ++++++------ package.json | 2 +- readme.txt | 6 +++++- remove-medium-cross-links.php | 2 +- 6 files changed, 22 insertions(+), 10 deletions(-) diff --git a/.github_changelog_generator b/.github_changelog_generator index 1e256b5..8ec936c 100644 --- a/.github_changelog_generator +++ b/.github_changelog_generator @@ -1,2 +1,2 @@ unreleased=true -future-release=1.1.0 +future-release=1.1.1 diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e1bc22..87c3adf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,18 @@ # Change Log +## [1.1.1](https://github.com/TypistTech/remove-medium-cross-links/tree/1.1.1) (2018-02-07) +[Full Changelog](https://github.com/TypistTech/remove-medium-cross-links/compare/1.1.0...1.1.1) + +**Merged pull requests:** + +- Rename `README.txt` --\> `readme.txt` [\#19](https://github.com/TypistTech/remove-medium-cross-links/pull/19) ([TangRufus](https://github.com/TangRufus)) + ## [1.1.0](https://github.com/TypistTech/remove-medium-cross-links/tree/1.1.0) (2018-02-06) [Full Changelog](https://github.com/TypistTech/remove-medium-cross-links/compare/1.0.16...1.1.0) **Merged pull requests:** +- Version bump 1.1.0 [\#18](https://github.com/TypistTech/remove-medium-cross-links/pull/18) ([TangRufus](https://github.com/TangRufus)) - Update test config & dependencies [\#17](https://github.com/TypistTech/remove-medium-cross-links/pull/17) ([TangRufus](https://github.com/TangRufus)) - Update TravisCI config [\#16](https://github.com/TypistTech/remove-medium-cross-links/pull/16) ([TangRufus](https://github.com/TangRufus)) diff --git a/composer.lock b/composer.lock index 3a6f32f..7981796 100644 --- a/composer.lock +++ b/composer.lock @@ -1070,7 +1070,7 @@ }, { "name": "illuminate/contracts", - "version": "v5.5.33", + "version": "v5.5.34", "source": { "type": "git", "url": "https://github.com/illuminate/contracts.git", @@ -1114,16 +1114,16 @@ }, { "name": "illuminate/support", - "version": "v5.5.33", + "version": "v5.5.34", "source": { "type": "git", "url": "https://github.com/illuminate/support.git", - "reference": "f6eb4fc687a1956cb44007604cd31dc50858eca9" + "reference": "139eb279bc18a1229c6c49a618d122c613edb2c7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/illuminate/support/zipball/f6eb4fc687a1956cb44007604cd31dc50858eca9", - "reference": "f6eb4fc687a1956cb44007604cd31dc50858eca9", + "url": "https://api.github.com/repos/illuminate/support/zipball/139eb279bc18a1229c6c49a618d122c613edb2c7", + "reference": "139eb279bc18a1229c6c49a618d122c613edb2c7", "shasum": "" }, "require": { @@ -1167,7 +1167,7 @@ ], "description": "The Illuminate Support package.", "homepage": "https://laravel.com", - "time": "2018-01-19T13:47:08+00:00" + "time": "2018-02-04T20:29:16+00:00" }, { "name": "jakoch/phantomjs-installer", diff --git a/package.json b/package.json index 819b49b..fa956a2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "remove-medium-cross-links", - "version": "1.1.0", + "version": "1.1.1", "description": "Remove Medium cross links footer from WordPress posts", "keywords": [ "wordpress", diff --git a/readme.txt b/readme.txt index e08a7b8..1b9453e 100644 --- a/readme.txt +++ b/readme.txt @@ -5,7 +5,7 @@ Donate link: https://typist.tech/donate/remove-medium-cross-links Requires at least: 4.8 Requires PHP: 7.1.0 Tested up to: 4.9 -Stable tag: 1.1.0 +Stable tag: 1.1.1 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -98,6 +98,10 @@ Shoot me an email at [info@typist.tech](mailto:info@typist.tech) or use this [co Full change log available at [GitHub](https://github.com/TypistTech/remove-medium-cross-links/blob/master/CHANGELOG.md) += 1.1.1 = + +* TravisCI: Fix deployment + = 1.1.0 = * Update dependencies diff --git a/remove-medium-cross-links.php b/remove-medium-cross-links.php index 8bba147..0d20b98 100644 --- a/remove-medium-cross-links.php +++ b/remove-medium-cross-links.php @@ -22,7 +22,7 @@ * Author URI: https://typist.tech/ * Text Domain: remove-medium-cross-links * Domain Path: /languages - * Version: 1.1.0 + * Version: 1.1.1 */ declare(strict_types=1);