Plugin Directory

Changeset 1229298


Ignore:
Timestamp:
08/24/2015 01:59:06 PM (11 years ago)
Author:
pushwoosh
Message:

Fix bug: push content from title instead of message box

Location:
push-notifications/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • push-notifications/trunk/pushwoosh.php

    r1225048 r1229298  
    33    /**
    44     * @package Pushwoosh
    5      * @version 2.3.16
     5     * @version 2.3.17
    66     */
    77
     
    1212    * Author: Pushwoosh, Inc
    1313    * Author URI: https://www.pushwoosh.com/
    14     * Version: 2.3.16
     14    * Version: 2.3.17
    1515    *
    1616    * Copyright 2014 Arello Mobile (email: support@arello-mobile.com)
     
    226226            $options = array_merge($options, $postOptions);
    227227        } else {
    228             $message_content = get_post_meta($post_id, 'pushwoosh_message_content', true);
    229228            $options['safari_title'] = get_post_meta($post_id, 'safari_title', true);
    230229            $options['filter'] = get_post_meta($post_id, 'pushwoosh_filter', true);
    231230        }
     231        $message_content = get_post_meta($post_id, 'pushwoosh_message_content', true);
    232232        $options['safari_title'] = stripslashes($options['safari_title']);
    233233        $message_content = stripslashes($message_content);
  • push-notifications/trunk/readme.txt

    r1225048 r1229298  
    7373* Add filter for push segmentation
    7474
     75= 2.3.17 =
     76* Fix bug: push content from title instead of message box
     77
    7578== Installation ==
    76791. Download the Pushwoosh plugin.
Note: See TracChangeset for help on using the changeset viewer.