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

Commit d3c10af

Browse files
committed
version bump
1 parent a87937d commit d3c10af

File tree

4 files changed

+18
-6
lines changed

4 files changed

+18
-6
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@ matrix:
2828
- php: 5.6
2929
env: WP_PULUGIN_DEPLOY=1
3030
- php: 5.5
31+
env: WP_VERSION=4.7 WP_MULTISITE=0
3132
- php: 5.4
33+
env: WP_VERSION=4.7 WP_MULTISITE=0
3234
before_script:
3335
- |
3436
# Remove Xdebug for a huge performance increase:

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
**Tags:** webmention, pingback, trackback, linkback, microformats, comments, indieweb
55
**Requires at least:** 4.8.2
66
**Requires PHP:** 5.4
7-
**Tested up to:** 5.1.1
8-
**Stable tag:** 3.9.2
7+
**Tested up to:** 5.2.2
8+
**Stable tag:** 3.9.3
99
**License:** MIT
1010
**License URI:** http://opensource.org/licenses/MIT
1111

@@ -86,7 +86,12 @@ 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.3 ###
90+
91+
* Fixes https://github.com/pfefferle/wordpress-semantic-linkbacks/issues/41
92+
8993
### 3.9.2 ###
94+
9095
* Only load MF2 parser inside parsing function to ensure bundled version is loaded
9196
* Update development dependencies
9297

readme.txt

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ Donate link: https://notiz.blog/donate/
44
Tags: webmention, pingback, trackback, linkback, microformats, comments, indieweb
55
Requires at least: 4.8.2
66
Requires PHP: 5.4
7-
Tested up to: 5.1.1
8-
Stable tag: 3.9.2
7+
Tested up to: 5.2.2
8+
Stable tag: 3.9.3
99
License: MIT
1010
License URI: http://opensource.org/licenses/MIT
1111

@@ -86,7 +86,12 @@ 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.3 =
90+
91+
* Fixes https://github.com/pfefferle/wordpress-semantic-linkbacks/issues/41
92+
8993
= 3.9.2 =
94+
9095
* Only load MF2 parser inside parsing function to ensure bundled version is loaded
9196
* Update development dependencies
9297

semantic-linkbacks.php

Lines changed: 2 additions & 2 deletions
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.9.2
8+
* Version: 3.9.3
99
* License: MIT
1010
* License URI: http://opensource.org/licenses/MIT
1111
* Text Domain: semantic-linkbacks
@@ -23,7 +23,7 @@
2323
* @author Matthias Pfefferle
2424
*/
2525
class Semantic_Linkbacks_Plugin {
26-
public static $version = '3.8.1';
26+
public static $version = '3.9.3';
2727
/**
2828
* Initialize the plugin, registering WordPress hooks.
2929
*/

0 commit comments

Comments
 (0)