Skip to content
This repository was archived by the owner on Apr 4, 2023. It is now read-only.

Commit 1f0dc29

Browse files
committed
whitelist vendor folder
@dshanske we need the vendor folder!
1 parent ef774bf commit 1f0dc29

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

.distignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
/node_modules
55
/bin
66
/sass
7-
/vendor
87
/tests
98
/config
109
readme.md

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
**Requires at least:** 4.9
66
**Requires PHP:** 5.6
77
**Tested up to:** 5.6
8-
**Stable tag:** 3.10.3
8+
**Stable tag:** 3.10.4
99
**License:** MIT
1010
**License URI:** http://opensource.org/licenses/MIT
1111

@@ -86,6 +86,10 @@ The plugin uses a locally cached version of the mystery icon normally provided b
8686

8787
Project actively developed on Github at [pfefferle/wordpress-semantic-linkbacks](https://github.com/pfefferle/wordpress-semantic-linkbacks). Please file support issues there.
8888

89+
### 3.10.4 ###
90+
91+
* Whitelist `vendor` folder
92+
8993
### 3.10.3 ###
9094

9195
* Remove jQuery dependency. Props to [Florian Brinkmann](https://github.com/florianbrinkmann).

readme.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Tags: webmention, pingback, trackback, linkback, microformats, comments, indiewe
55
Requires at least: 4.9
66
Requires PHP: 5.6
77
Tested up to: 5.6
8-
Stable tag: 3.10.3
8+
Stable tag: 3.10.4
99
License: MIT
1010
License URI: http://opensource.org/licenses/MIT
1111

@@ -86,6 +86,10 @@ The plugin uses a locally cached version of the mystery icon normally provided b
8686

8787
Project actively developed on Github at [pfefferle/wordpress-semantic-linkbacks](https://github.com/pfefferle/wordpress-semantic-linkbacks). Please file support issues there.
8888

89+
= 3.10.4 =
90+
91+
* Whitelist `vendor` folder
92+
8993
= 3.10.3 =
9094

9195
* Remove jQuery dependency. Props to [Florian Brinkmann](https://github.com/florianbrinkmann).

semantic-linkbacks.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Description: Semantic Linkbacks for WebMentions, Trackbacks and Pingbacks
66
* Author: Matthias Pfefferle
77
* Author URI: https://notiz.blog/
8-
* Version: 3.10.3
8+
* Version: 3.10.4
99
* License: MIT
1010
* License URI: http://opensource.org/licenses/MIT
1111
* Text Domain: semantic-linkbacks

0 commit comments

Comments
 (0)