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

Commit bbc3637

Browse files
committed
version bump
1 parent 5a4669f commit bbc3637

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

phpcs.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66
<file>./includes/</file>
77
<exclude-pattern>*/includes/*\.(inc|css|js|svg)</exclude-pattern>
88
<rule ref="PHPCompatibility"/>
9-
<config name="testVersion" value="5.3-"/>
10-
<rule ref="WordPress-Core" />
9+
<config name="testVersion" value="5.4-"/>
10+
<rule ref="WordPress-Core" />
1111
<rule ref="WordPress.Files.FileName">
1212
<properties>
1313
<property name="strict_class_file_names" value="false" />
1414
</properties>
1515
</rule>
1616
<rule ref="WordPress-Extra" />
17-
<rule ref="WordPress.WP.I18n"/>
17+
<rule ref="WordPress.WP.I18n"/>
1818
<config name="text_domain" value="semantic-linkbacks"/>
1919
<rule ref="WordPress-VIP">
2020
<exclude name="WordPress.VIP.FileSystemWritesDisallow" />

readme.txt

Lines changed: 6 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: 4.9.7
8-
Stable tag: 3.8.1
7+
Tested up to: 4.9.8
8+
Stable tag: 3.9.0
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.0 =
90+
91+
* Support rel-alternate (mf2-json)
92+
8993
= 3.8.1 =
9094

9195
* Add follow post as type

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.8.1
8+
* Version: 3.9.0
99
* License: MIT
1010
* License URI: http://opensource.org/licenses/MIT
1111
* Text Domain: semantic-linkbacks

0 commit comments

Comments
 (0)