Changeset 880955
- Timestamp:
- 03/24/2014 03:52:19 PM (12 years ago)
- Location:
- push-notifications/trunk
- Files:
-
- 2 edited
-
pushwoosh.php (modified) (3 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
push-notifications/trunk/pushwoosh.php
r874622 r880955 3 3 /** 4 4 * @package Pushwoosh 5 * @version 2.3 5 * @version 2.3.2 6 6 */ 7 7 … … 12 12 * Author: Arello Mobile 13 13 * Author URI: http://www.arello-mobile.com/ 14 * Version: 2.3 14 * Version: 2.3.2 15 15 * 16 16 * Copyright 2013 Arello Mobile (email: support@arello-mobile.com) … … 181 181 return; 182 182 } 183 if (!array_key_exists('pushwoosh_send_push', $_POST)) { 184 return; 185 } 183 186 pushwoosh_send_push_by_post($post->ID, $message_content, $options); 184 187 } -
push-notifications/trunk/readme.txt
r874622 r880955 6 6 Requires at least: 3.0.1 7 7 Tested up to: 3.8.1 8 Stable tag: 2.3 8 Stable tag: 2.3.2 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 38 38 * If Safari message field is empty, Wordpress post title is used as a push text. 39 39 40 = 2.3.1 = 41 * Fixed version 42 43 = 2.3.2 = 44 * Fixed plugin conflict 45 40 46 == Installation == 41 47 1. Download the Pushwoosh plugin.
Note: See TracChangeset
for help on using the changeset viewer.