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

Commit 29dcda5

Browse files
authored
Merge pull request #214 from dshanske/novfixes
November Fixes
2 parents a66501d + eb9d96c commit 29dcda5

File tree

9 files changed

+42
-1871
lines changed

9 files changed

+42
-1871
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@ wordpress
1313
!/vendor/p3k/emoji-detector/LICENSE
1414
.DS_Store
1515
package-lock.json
16+
composer.lock

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.8.2
66
**Requires PHP:** 5.4
77
**Tested up to:** 4.9.8
8-
**Stable tag:** 3.9.1
8+
**Stable tag:** 3.9.2
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.9.2 ###
90+
* Only load MF2 parser inside parsing function to ensure bundled version is loaded
91+
* Update development dependencies
92+
8993
### 3.9.1 ###
9094

9195
* Quick fix facepile problem id comments are closed

composer.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,16 @@
1515
"require": {
1616
"php": ">=5.3.0",
1717
"composer/installers": "~1.0",
18-
"mf2/mf2": "^0.4.3",
19-
"p3k/emoji-detector": "^0.2.0"
18+
"mf2/mf2": "*",
19+
"p3k/emoji-detector": "*"
2020
},
2121
"require-dev": {
2222
"phpunit/phpunit": "5.7.*",
2323
"squizlabs/php_codesniffer": "^2.2 || ^3.0.2",
24-
"wimg/php-compatibility": "*",
2524
"wp-coding-standards/wpcs": "*",
26-
"dealerdirect/phpcodesniffer-composer-installer": "^0.4.3"
25+
"dealerdirect/phpcodesniffer-composer-installer": "^0.4.3",
26+
"phpcompatibility/php-compatibility": "^9.0",
27+
"phpcompatibility/phpcompatibility-wp": "^2.0"
2728
},
2829
"scripts": {
2930
"install-codestandards": [

0 commit comments

Comments
 (0)