Skip to content

Commit 5807451

Browse files
committed
updated release notes and version number
1 parent 1836f73 commit 5807451

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

hookpress.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
Plugin Name: HookPress
44
Plugin URI: http://mitcho.com/code/hookpress/
55
Description: HookPress turns all of your WordPress-internal hooks into webhooks. Possible uses include generating push notifications or using non-PHP web technology to extend WordPress. Read more about webhooks at <a href='http://webhooks.org/'>the webhooks site</a>.
6-
Version: 1.14
6+
Version: 1.15
77
Author: mitcho (Michael Yoshitaka Erlewine)
88
Author URI: http://mitcho.com/
99
Donate link: http://tinyurl.com/donatetomitcho
1010
*/
1111

1212
define('HOOKPRESS_PRIORITY',12838790321);
13-
$hookpress_version = "1.14";
13+
$hookpress_version = "1.15";
1414
require('includes.php');
1515

1616
function hookpress_init() {

readme.txt

+2
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ If you have a feature request or question, please use the [HookPress support for
3939
HookPress currently makes requests synchronously so can measurably affect performance. I highly recommend using a caching plugin such as [WP-SuperCache](http://ocaoimh.ie/wp-super-cache/) to stem the performance hit. If your filters' results are time-sensitive or dependent on external data sources as well, make sure to set an appropriate cache expiration time.
4040

4141
== Changelog ==
42+
= 1.15 =
43+
* Added basic support JSON bodied webshooks and header based authentication
4244

4345
= 1.14 =
4446
* Additional security hardening for `test.php`, now no longer bundled as a `.php`

0 commit comments

Comments
 (0)