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

Commit 30bb170

Browse files
committed
Merge branch 'deploy-to-wp-org'
2 parents 1f76522 + 9b9658b commit 30bb170

File tree

8 files changed

+27
-9
lines changed

8 files changed

+27
-9
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.15
2+
future-release=1.0.16

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ deploy:
9595
skip_cleanup: true
9696
on:
9797
condition: "$WP_VERSION = latest"
98-
php: 7.0
98+
php: 7.1
9999
tags: true
100100
repo: TypistTech/remove-medium-cross-links
101101
- provider: build-branch

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change Log
22

3+
## [1.0.15](https://github.com/TypistTech/remove-medium-cross-links/tree/1.0.15) (2017-04-24)
4+
[Full Changelog](https://github.com/TypistTech/remove-medium-cross-links/compare/1.0.14...1.0.15)
5+
6+
**Merged pull requests:**
7+
8+
- Apply TypistTech common config [\#14](https://github.com/TypistTech/remove-medium-cross-links/pull/14) ([TangRufus](https://github.com/TangRufus))
9+
310
## [1.0.14](https://github.com/TypistTech/remove-medium-cross-links/tree/1.0.14) (2017-03-13)
411
[Full Changelog](https://github.com/TypistTech/remove-medium-cross-links/compare/1.0.13...1.0.14)
512

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,10 +97,13 @@ $ composer install
9797

9898
## Build from Source
9999

100-
These commands build the plugin into `release/remove-medium-cross-links.zip`.
100+
This command build the plugin into `release/remove-medium-cross-links.zip`.
101101

102-
1. `$ composer build`
103-
2. `release/remove-medium-cross-links.zip`
102+
```bash
103+
$ composer build
104+
```
105+
106+
Note: You need both `composer ` and `yarn` installed.
104107

105108

106109

README.txt

Lines changed: 5 additions & 1 deletion
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.4
7-
Stable tag: 1.0.15
7+
Stable tag: 1.0.16
88
License: GPLv2 or later
99
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1010

@@ -118,6 +118,10 @@ Shoot me an email at [[email protected]](mailto:[email protected]) or use this [co
118118

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

121+
= 1.0.16 =
122+
123+
* Bug fix
124+
121125
= 1.0.15 =
122126

123127
* Bug fix

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.15",
3+
"version": "1.0.16",
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
@@ -22,7 +22,7 @@
2222
* Author URI: https://www.typist.tech/
2323
* Text Domain: remove-medium-cross-links
2424
* Domain Path: /languages
25-
* Version: 1.0.15
25+
* Version: 1.0.16
2626
*/
2727

2828
declare(strict_types=1);

yarn.lock

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -798,7 +798,11 @@ rimraf@~2.2.8:
798798
version "2.2.8"
799799
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.2.8.tgz#e439be2aaee327321952730f99a8929e4fc50582"
800800

801-
"semver@2 || 3 || 4 || 5", semver@^4.0.0:
801+
"semver@2 || 3 || 4 || 5":
802+
version "5.3.0"
803+
resolved "https://registry.yarnpkg.com/semver/-/semver-5.3.0.tgz#9b2ce5d3de02d17c6012ad326aa6b4d0cf54f94f"
804+
805+
semver@^4.0.0:
802806
version "4.3.6"
803807
resolved "https://registry.yarnpkg.com/semver/-/semver-4.3.6.tgz#300bc6e0e86374f7ba61068b5b1ecd57fc6532da"
804808

0 commit comments

Comments
 (0)