major bugfix where external send did something really different that what it should have
Peter Molnar hello@petermolnar.eu
Tue, 01 Mar 2016 21:20:01 +0000
2 files changed,
7 insertions(+),
3 deletions(-)
M
readme.txt
→
readme.txt
@@ -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 @@ * every A. indicates BIG changes.
* 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*
M
wp-webmention-again.php
→
wp-webmention-again.php
@@ -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 @@ }
} -endif;+endif;