Skip to content

Commit 8d73390

Browse files
committed
version bump
1 parent 80af38a commit 8d73390

File tree

3 files changed

+19
-7
lines changed

3 files changed

+19
-7
lines changed

readme.md

+11-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,10 @@
33
**Donate link:** http://14101978.de
44
**Tags:** webmention, pingback, trackback, linkback
55
**Requires at least:** 2.7
6-
**Tested up to:** 4.3
7-
**Stable tag:** 2.4.0
6+
**Tested up to:** 4.4
7+
**Stable tag:** 2.5.0
8+
**License:** MIT
9+
**License URI:** http://opensource.org/licenses/MIT
810

911
WebMention for WordPress!
1012

@@ -60,6 +62,13 @@ If you want to add a more complex request handler, you should take a look at the
6062

6163
Project maintined on github at [pfefferle/wordpress-webmention](https://github.com/pfefferle/wordpress-webmention).
6264

65+
### 2.5.0 ###
66+
67+
* add salmon/crossposting-extension support (props @singpolyma)
68+
* disable self-pings via settings
69+
* do not unapprove already-approved webmention (props @singpolyma)
70+
* some code improvements
71+
6372
### 2.4.0 ###
6473

6574
* switched to WordPress Coding Standard

readme.txt

+7-4
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ Contributors: pfefferle
33
Donate link: http://14101978.de
44
Tags: webmention, pingback, trackback, linkback
55
Requires at least: 2.7
6-
Tested up to: 4.3
7-
Stable tag: 2.4.0
6+
Tested up to: 4.4
7+
Stable tag: 2.5.0
88
License: MIT
99
License URI: http://opensource.org/licenses/MIT
1010

@@ -62,9 +62,12 @@ If you want to add a more complex request handler, you should take a look at the
6262

6363
Project maintined on github at [pfefferle/wordpress-webmention](https://github.com/pfefferle/wordpress-webmention).
6464

65-
= 2.x.x =
66-
65+
= 2.5.0 =
6766

67+
* add salmon/crossposting-extension support (props @singpolyma)
68+
* disable self-pings via settings
69+
* do not unapprove already-approved webmention (props @singpolyma)
70+
* some code improvements
6871

6972
= 2.4.0 =
7073

webmention.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Description: WebMention support for WordPress posts
66
* Author: pfefferle
77
* Author URI: http://notizblog.org/
8-
* Version: 2.4.0
8+
* Version: 2.5.0
99
* License: MIT
1010
* License URI: http://opensource.org/licenses/MIT
1111
* Text Domain: webmention

0 commit comments

Comments
 (0)