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

Commit 3267afb

Browse files
committed
Merge branch 'version-bump'
2 parents ad1f7a0 + 61733c7 commit 3267afb

File tree

7 files changed

+10
-29
lines changed

7 files changed

+10
-29
lines changed

.github_changelog_generator

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
unreleased=true
2-
future-release=1.0.11
2+
future-release=1.0.12

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ addons:
2121
apt:
2222
packages:
2323
- nginx
24-
- subversion
2524

2625
notifications:
2726
email:

CHANGELOG.md

Lines changed: 3 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,19 @@
11
# Change Log
22

3-
## [1.0.10](https://github.com/TypistTech/remove-medium-cross-links/tree/1.0.10) (2017-03-12)
4-
[Full Changelog](https://github.com/TypistTech/remove-medium-cross-links/compare/1.0.9...1.0.10)
3+
## [1.0.12](https://github.com/TypistTech/remove-medium-cross-links/tree/1.0.12) (2017-03-13)
4+
[Full Changelog](https://github.com/TypistTech/remove-medium-cross-links/compare/1.0.0...1.0.12)
55

66
**Merged pull requests:**
77

8+
- TravisCI: Add subversion [\#8](https://github.com/TypistTech/remove-medium-cross-links/pull/8) ([TangRufus](https://github.com/TangRufus))
89
- Add back README.txt [\#7](https://github.com/TypistTech/remove-medium-cross-links/pull/7) ([TangRufus](https://github.com/TangRufus))
9-
10-
## [1.0.9](https://github.com/TypistTech/remove-medium-cross-links/tree/1.0.9) (2017-03-12)
11-
[Full Changelog](https://github.com/TypistTech/remove-medium-cross-links/compare/1.0.8...1.0.9)
12-
13-
**Merged pull requests:**
14-
1510
- Minor fixes [\#6](https://github.com/TypistTech/remove-medium-cross-links/pull/6) ([TangRufus](https://github.com/TangRufus))
16-
17-
## [1.0.8](https://github.com/TypistTech/remove-medium-cross-links/tree/1.0.8) (2017-03-12)
18-
[Full Changelog](https://github.com/TypistTech/remove-medium-cross-links/compare/1.0.1...1.0.8)
19-
20-
**Merged pull requests:**
21-
2211
- Version bump 1.0.8 [\#5](https://github.com/TypistTech/remove-medium-cross-links/pull/5) ([TangRufus](https://github.com/TangRufus))
2312
- Add plugin banners and icons [\#4](https://github.com/TypistTech/remove-medium-cross-links/pull/4) ([TangRufus](https://github.com/TangRufus))
2413
- Add TravisCI deployment [\#3](https://github.com/TypistTech/remove-medium-cross-links/pull/3) ([TangRufus](https://github.com/TangRufus))
2514
- Use Typist Tech config [\#2](https://github.com/TypistTech/remove-medium-cross-links/pull/2) ([TangRufus](https://github.com/TangRufus))
2615
- Test on TravisCI [\#1](https://github.com/TypistTech/remove-medium-cross-links/pull/1) ([TangRufus](https://github.com/TangRufus))
2716

28-
## [1.0.1](https://github.com/TypistTech/remove-medium-cross-links/tree/1.0.1) (2017-01-12)
29-
[Full Changelog](https://github.com/TypistTech/remove-medium-cross-links/compare/1.0.0...1.0.1)
30-
3117
## [1.0.0](https://github.com/TypistTech/remove-medium-cross-links/tree/1.0.0) (2017-01-07)
3218

3319

README.txt

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Tags: medium
44
Donate link: https://www.typist.tech/donate/remove-medium-cross-links
55
Requires at least: 4.7
66
Tested up to: 4.7.3
7-
Stable tag: 1.0.11
7+
Stable tag: 1.0.12
88
License: GPLv2 or later
99
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1010

@@ -105,15 +105,11 @@ Shoot me an email at [[email protected]](mailto:[email protected]) or use this [co
105105

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

108-
= 1.0.11 =
108+
= 1.0.12 =
109109

110110
* Minor fixes
111111
* Development automation
112112

113-
= 1.0.1 =
114-
115-
* Use Grunt for automation
116-
117113
= 1.0.0 =
118114

119115
* Initial release

languages/remove-medium-cross-links.pot

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
# This file is distributed under the same license as the Remove Medium Cross Links package.
33
msgid ""
44
msgstr ""
5-
"Project-Id-Version: remove-medium-cross-links 1.0.11\n"
5+
"Project-Id-Version: remove-medium-cross-links 1.0.12\n"
66
"Report-Msgid-Bugs-To: "
77
"https://wordpress.org/support/plugin/remove-medium-cross-links\n"
8-
"POT-Creation-Date: 2017-03-12 16:33:28+00:00\n"
8+
"POT-Creation-Date: 2017-03-12 19:14:11+00:00\n"
99
"MIME-Version: 1.0\n"
1010
"Content-Type: text/plain; charset=utf-8\n"
1111
"Content-Transfer-Encoding: 8bit\n"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "remove-medium-cross-links",
3-
"version": "1.0.11",
3+
"version": "1.0.12",
44
"description": "Remove Medium cross links footer from WordPress posts",
55
"keywords": [
66
"wordpress",

remove-medium-cross-links.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
* Author URI: https://www.typist.tech/
2121
* Text Domain: remove-medium-cross-links
2222
* Domain Path: /languages
23-
* Version: 1.0.11
23+
* Version: 1.0.12
2424
*/
2525

2626
namespace RMCL;

0 commit comments

Comments
 (0)