major bugfix where external send did something really different that what it should have

This commit is contained in:
Peter Molnar 2016-03-01 21:20:01 +00:00
parent 85a8be9e63
commit cbe8d44b51
2 changed files with 7 additions and 3 deletions

View file

@ -4,7 +4,7 @@ Donate link: https://paypal.me/petermolnar/3
Tags: webmention, pingback, indieweb
Requires at least: 4.3
Tested up to: 4.4.1
Stable tag: 0.4
Stable tag: 0.5
License: GPLv3
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Required minimum PHP version: 5.3
@ -33,6 +33,10 @@ Version numbering logic:
* every .B version indicates new features.
* 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 =
*2016-02-22*

View file

@ -3,7 +3,7 @@
Plugin Name: wp-webmention-again
Plugin URI: https://github.com/petermolnar/wp-webmention-again
Description:
Version: 0.4
Version: 0.5
Author: Peter Molnar <hello@petermolnar.eu>
Author URI: http://petermolnar.eu/
License: GPLv3
@ -628,4 +628,4 @@ if ( ! function_exists( 'send_webmention' ) ) {
}
endif;
endif;