Changeset 1229298
- Timestamp:
- 08/24/2015 01:59:06 PM (11 years ago)
- Location:
- push-notifications/trunk
- Files:
-
- 2 edited
-
pushwoosh.php (modified) (3 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
push-notifications/trunk/pushwoosh.php
r1225048 r1229298 3 3 /** 4 4 * @package Pushwoosh 5 * @version 2.3.1 65 * @version 2.3.17 6 6 */ 7 7 … … 12 12 * Author: Pushwoosh, Inc 13 13 * Author URI: https://www.pushwoosh.com/ 14 * Version: 2.3.1 614 * Version: 2.3.17 15 15 * 16 16 * Copyright 2014 Arello Mobile (email: support@arello-mobile.com) … … 226 226 $options = array_merge($options, $postOptions); 227 227 } else { 228 $message_content = get_post_meta($post_id, 'pushwoosh_message_content', true);229 228 $options['safari_title'] = get_post_meta($post_id, 'safari_title', true); 230 229 $options['filter'] = get_post_meta($post_id, 'pushwoosh_filter', true); 231 230 } 231 $message_content = get_post_meta($post_id, 'pushwoosh_message_content', true); 232 232 $options['safari_title'] = stripslashes($options['safari_title']); 233 233 $message_content = stripslashes($message_content); -
push-notifications/trunk/readme.txt
r1225048 r1229298 73 73 * Add filter for push segmentation 74 74 75 = 2.3.17 = 76 * Fix bug: push content from title instead of message box 77 75 78 == Installation == 76 79 1. Download the Pushwoosh plugin.
Note: See TracChangeset
for help on using the changeset viewer.