major bugfix where external send did something really different that what it should have
This commit is contained in:
parent
85a8be9e63
commit
cbe8d44b51
2 changed files with 7 additions and 3 deletions
|
@ -4,7 +4,7 @@ Donate link: https://paypal.me/petermolnar/3
|
||||||
Tags: webmention, pingback, indieweb
|
Tags: webmention, pingback, indieweb
|
||||||
Requires at least: 4.3
|
Requires at least: 4.3
|
||||||
Tested up to: 4.4.1
|
Tested up to: 4.4.1
|
||||||
Stable tag: 0.4
|
Stable tag: 0.5
|
||||||
License: GPLv3
|
License: GPLv3
|
||||||
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
||||||
Required minimum PHP version: 5.3
|
Required minimum PHP version: 5.3
|
||||||
|
@ -33,6 +33,10 @@ Version numbering logic:
|
||||||
* every .B version indicates new features.
|
* every .B version indicates new features.
|
||||||
* every ..C indicates bugfixes for A.B version.
|
* every ..C indicates bugfixes for A.B version.
|
||||||
|
|
||||||
|
= 0.5=
|
||||||
|
*2016-03-01*
|
||||||
|
|
||||||
|
* major bugfix, externally available send_webmention wasn't doing what it should have been doing
|
||||||
|
|
||||||
= 0.4 =
|
= 0.4 =
|
||||||
*2016-02-22*
|
*2016-02-22*
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
Plugin Name: wp-webmention-again
|
Plugin Name: wp-webmention-again
|
||||||
Plugin URI: https://github.com/petermolnar/wp-webmention-again
|
Plugin URI: https://github.com/petermolnar/wp-webmention-again
|
||||||
Description:
|
Description:
|
||||||
Version: 0.4
|
Version: 0.5
|
||||||
Author: Peter Molnar <hello@petermolnar.eu>
|
Author: Peter Molnar <hello@petermolnar.eu>
|
||||||
Author URI: http://petermolnar.eu/
|
Author URI: http://petermolnar.eu/
|
||||||
License: GPLv3
|
License: GPLv3
|
||||||
|
|
Loading…
Reference in a new issue