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

Commit d10e9ca

Browse files
committed
version bump
1 parent 13766ec commit d10e9ca

File tree

4 files changed

+17
-12
lines changed

4 files changed

+17
-12
lines changed

README.md

Lines changed: 7 additions & 3 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.2.2
8-
**Stable tag:** 3.10.0
7+
**Tested up to:** 5.3.2
8+
**Stable tag:** 3.10.1
99
**License:** MIT
1010
**License URI:** http://opensource.org/licenses/MIT
1111

@@ -86,9 +86,13 @@ 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.1 ###
90+
91+
* Fix load issues with Webmention vs Semantic Linkbacks
92+
8993
### 3.10.0 ###
9094

91-
* use Webmentions avatar-handler if available
95+
* Use Webmentions avatar-handler if available
9296

9397
### 3.9.3 ###
9498

package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
{
22
"name": "wordpress-semantic-linkbacks",
33
"description": "Semantic Trackbacks/Pingbacks/WebMentions for WordPress!",
4-
"dependencies": {
5-
"grunt": "^1.0.4",
6-
"npm": "^6.12.0"
7-
},
84
"devDependencies": {
5+
"npm": "^6.13.4",
96
"grunt": "^1.0.4",
107
"grunt-wp-deploy": "^2.0.0",
118
"grunt-wp-i18n": "^1.0.3",

readme.txt

Lines changed: 7 additions & 3 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.2.2
8-
Stable tag: 3.10.0
7+
Tested up to: 5.3.2
8+
Stable tag: 3.10.1
99
License: MIT
1010
License URI: http://opensource.org/licenses/MIT
1111

@@ -86,9 +86,13 @@ 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.1 =
90+
91+
* Fix load issues with Webmention vs Semantic Linkbacks
92+
8993
= 3.10.0 =
9094

91-
* use Webmentions avatar-handler if available
95+
* Use Webmentions avatar-handler if available
9296

9397
= 3.9.3 =
9498

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.10.0
8+
* Version: 3.10.1
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.10.0';
26+
public static $version = '3.10.1';
2727
/**
2828
* Initialize the plugin, registering WordPress hooks.
2929
*/

0 commit comments

Comments
 (0)