Skip to content

Commit

Permalink
updated release notes and version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Kruger committed May 21, 2015
1 parent 9d11d3c commit 25a5ad4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hookpress.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
Plugin Name: HookPress
Plugin URI: http://mitcho.com/code/hookpress/
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>.
Version: 1.14
Version: 1.15
Author: mitcho (Michael Yoshitaka Erlewine)
Author URI: http://mitcho.com/
Donate link: http://tinyurl.com/donatetomitcho
*/

define('HOOKPRESS_PRIORITY',12838790321);
$hookpress_version = "1.14";
$hookpress_version = "1.15";
require('includes.php');

function hookpress_init() {
Expand Down
2 changes: 2 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ If you have a feature request or question, please use the [HookPress support for
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.

== Changelog ==
= 1.15 =
* Added basic support JSON bodied webshooks and header based authentication

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

0 comments on commit 25a5ad4

Please sign in to comment.