Plugin Directory

Changeset 880955


Ignore:
Timestamp:
03/24/2014 03:52:19 PM (12 years ago)
Author:
pushwoosh
Message:

version 2.3.2

Location:
push-notifications/trunk
Files:
2 edited

Legend:

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

    r874622 r880955  
    33    /**
    44     * @package Pushwoosh
    5      * @version 2.3
     5     * @version 2.3.2
    66     */
    77
     
    1212    * Author: Arello Mobile
    1313    * Author URI: http://www.arello-mobile.com/
    14     * Version: 2.3
     14    * Version: 2.3.2
    1515    *
    1616    * Copyright 2013 Arello Mobile (email: support@arello-mobile.com)
     
    181181            return;
    182182        }
     183        if (!array_key_exists('pushwoosh_send_push', $_POST)) {
     184                return;
     185            }
    183186        pushwoosh_send_push_by_post($post->ID, $message_content, $options);
    184187    }
  • push-notifications/trunk/readme.txt

    r874622 r880955  
    66Requires at least: 3.0.1
    77Tested up to: 3.8.1
    8 Stable tag: 2.3
     8Stable tag: 2.3.2
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    3838* If Safari message field is empty, Wordpress post title is used as a push text.
    3939
     40= 2.3.1 =
     41* Fixed version
     42
     43= 2.3.2 =
     44* Fixed plugin conflict
     45
    4046== Installation ==
    41471. Download the Pushwoosh plugin.
Note: See TracChangeset for help on using the changeset viewer.