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 13, 2017
2 parents d2597e3 + acd8e3d commit 0e5a477
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 7 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=1.0.13
future-release=1.0.14
Empty file modified .gitignore
100755 → 100644
Empty file.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,18 @@
# Change Log

## [1.0.13](https://github.com/TypistTech/remove-medium-cross-links/tree/1.0.13) (2017-03-13)
## [1.0.14](https://github.com/TypistTech/remove-medium-cross-links/tree/1.0.14) (2017-03-13)
[Full Changelog](https://github.com/TypistTech/remove-medium-cross-links/compare/1.0.13...1.0.14)

**Merged pull requests:**

- TravisCI: Deploy to GitHub release on PHP 7.0 [\#12](https://github.com/TypistTech/remove-medium-cross-links/pull/12) ([TangRufus](https://github.com/TangRufus))

## [1.0.13](https://github.com/TypistTech/remove-medium-cross-links/tree/1.0.13) (2017-03-12)
[Full Changelog](https://github.com/TypistTech/remove-medium-cross-links/compare/1.0.12...1.0.13)

**Merged pull requests:**

- Version bump 1.0.13 [\#11](https://github.com/TypistTech/remove-medium-cross-links/pull/11) ([TangRufus](https://github.com/TangRufus))
- 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)
Expand Down
Empty file modified Gruntfile.js
100755 → 100644
Empty file.
6 changes: 5 additions & 1 deletion README.txt
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -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.13
Stable tag: 1.0.14
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -97,6 +97,10 @@ Shoot me an email at [[email protected]](mailto:[email protected]) or use this [co

Full change log available at [GitHub](https://github.com/TypistTech/remove-medium-cross-links/blob/master/CHANGELOG.md)

= 1.0.14 =

* Change deployment config

= 1.0.13 =

* Remove unused code
Expand Down
4 changes: 2 additions & 2 deletions languages/remove-medium-cross-links.pot
Original file line number Diff line number Diff line change
Expand Up @@ -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.13\n"
"Project-Id-Version: remove-medium-cross-links 1.0.14\n"
"Report-Msgid-Bugs-To: "
"https://wordpress.org/support/plugin/remove-medium-cross-links\n"
"POT-Creation-Date: 2017-03-12 21:05:07+00:00\n"
"POT-Creation-Date: 2017-03-13 01:16:44+00:00\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
Expand Down
2 changes: 1 addition & 1 deletion package.json
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "remove-medium-cross-links",
"version": "1.0.13",
"version": "1.0.14",
"description": "Remove Medium cross links footer from WordPress posts",
"keywords": [
"wordpress",
Expand Down
2 changes: 1 addition & 1 deletion remove-medium-cross-links.php
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
* Author URI: https://www.typist.tech/
* Text Domain: remove-medium-cross-links
* Domain Path: /languages
* Version: 1.0.13
* Version: 1.0.14
*/

namespace RMCL;
Expand Down

0 comments on commit 0e5a477

Please sign in to comment.