This repository was archived by the owner on Aug 16, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 8 files changed +27
-9
lines changed Expand file tree Collapse file tree 8 files changed +27
-9
lines changed Original file line number Diff line number Diff line change 1
1
unreleased=true
2
- future-release=1.0.15
2
+ future-release=1.0.16
Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ deploy:
95
95
skip_cleanup : true
96
96
on :
97
97
condition : " $WP_VERSION = latest"
98
- php : 7.0
98
+ php : 7.1
99
99
tags : true
100
100
repo : TypistTech/remove-medium-cross-links
101
101
- provider : build-branch
Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
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
+
3
10
## [ 1.0.14] ( https://github.com/TypistTech/remove-medium-cross-links/tree/1.0.14 ) (2017-03-13)
4
11
[ Full Changelog] ( https://github.com/TypistTech/remove-medium-cross-links/compare/1.0.13...1.0.14 )
5
12
Original file line number Diff line number Diff line change @@ -97,10 +97,13 @@ $ composer install
97
97
98
98
## Build from Source
99
99
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 ` .
101
101
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.
104
107
105
108
106
109
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Tags: medium
4
4
Donate link: https://www.typist.tech/donate/remove-medium-cross-links
5
5
Requires at least: 4.7
6
6
Tested up to: 4.7.4
7
- Stable tag: 1.0.15
7
+ Stable tag: 1.0.16
8
8
License: GPLv2 or later
9
9
License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
10
118
118
119
119
Full change log available at [GitHub](https://github.com/TypistTech/remove-medium-cross-links/blob/master/CHANGELOG.md)
120
120
121
+ = 1.0.16 =
122
+
123
+ * Bug fix
124
+
121
125
= 1.0.15 =
122
126
123
127
* Bug fix
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " remove-medium-cross-links" ,
3
- "version" : " 1.0.15 " ,
3
+ "version" : " 1.0.16 " ,
4
4
"description" : " Remove Medium cross links footer from WordPress posts" ,
5
5
"keywords" : [
6
6
" wordpress" ,
Original file line number Diff line number Diff line change 22
22
* Author URI: https://www.typist.tech/
23
23
* Text Domain: remove-medium-cross-links
24
24
* Domain Path: /languages
25
- * Version: 1.0.15
25
+ * Version: 1.0.16
26
26
*/
27
27
28
28
declare (strict_types=1 );
Original file line number Diff line number Diff line change @@ -798,7 +798,11 @@ rimraf@~2.2.8:
798
798
version "2.2.8"
799
799
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.2.8.tgz#e439be2aaee327321952730f99a8929e4fc50582"
800
800
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 :
802
806
version "4.3.6"
803
807
resolved "https://registry.yarnpkg.com/semver/-/semver-4.3.6.tgz#300bc6e0e86374f7ba61068b5b1ecd57fc6532da"
804
808
You can’t perform that action at this time.
0 commit comments