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

Commit 7826fd4

Browse files
committed
we never released 3.10.3
1 parent 0126711 commit 7826fd4

File tree

3 files changed

+11
-13
lines changed

3 files changed

+11
-13
lines changed

README.md

Lines changed: 4 additions & 5 deletions
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.4
8+
**Stable tag:** 3.10.3
99
**License:** MIT
1010
**License URI:** http://opensource.org/licenses/MIT
1111

@@ -86,12 +86,11 @@ 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-
* Remove refbacks as a default. Add a filter to decide on what comment types would be used.
92-
9389
### 3.10.3 ###
9490

91+
* Remove jQuery dependency. Props to [Florian Brinkmann](https://github.com/florianbrinkmann).
92+
* Fix Facepile errors. Props to [Terence Eden](https://github.com/edent).
93+
* Remove refbacks as a default. Add a filter to decide on what comment types would be used.
9594
* Use `comment` as default comment-type: https://core.trac.wordpress.org/ticket/49236
9695

9796
### 3.10.2 ###

readme.txt

Lines changed: 4 additions & 5 deletions
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.4
8+
Stable tag: 3.10.3
99
License: MIT
1010
License URI: http://opensource.org/licenses/MIT
1111

@@ -86,12 +86,11 @@ 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-
* Remove refbacks as a default. Add a filter to decide on what comment types would be used.
92-
9389
= 3.10.3 =
9490

91+
* Remove jQuery dependency. Props to [Florian Brinkmann](https://github.com/florianbrinkmann).
92+
* Fix Facepile errors. Props to [Terence Eden](https://github.com/edent).
93+
* Remove refbacks as a default. Add a filter to decide on what comment types would be used.
9594
* Use `comment` as default comment-type: https://core.trac.wordpress.org/ticket/49236
9695

9796
= 3.10.2 =

semantic-linkbacks.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
* Description: Semantic Linkbacks for WebMentions, Trackbacks and Pingbacks
66
* Author: Matthias Pfefferle
77
* Author URI: https://notiz.blog/
8-
* Version: 3.10.4
8+
* Version: 3.10.3
99
* License: MIT
1010
* License URI: http://opensource.org/licenses/MIT
1111
* Text Domain: semantic-linkbacks
12-
* Requires PHP: 5.4
12+
* Requires PHP: 5.6
1313
*/
1414

1515
add_action( 'plugins_loaded', array( 'Semantic_Linkbacks_Plugin', 'init' ), 11 );
@@ -23,7 +23,7 @@
2323
* @author Matthias Pfefferle
2424
*/
2525
class Semantic_Linkbacks_Plugin {
26-
public static $version = '3.10.4';
26+
public static $version = '3.10.3';
2727
/**
2828
* Initialize the plugin, registering WordPress hooks.
2929
*/

0 commit comments

Comments
 (0)