Plugin Directory

Changeset 1209524


Ignore:
Timestamp:
07/30/2015 08:40:42 AM (11 years ago)
Author:
dtsolis
Message:

update to version 1.3.4

Location:
simple-parse-push-service/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • simple-parse-push-service/trunk/readme.txt

    r1209522 r1209524  
    55Requires at least: 3.3
    66Tested up to: 4.2.3
    7 Stable tag: 1.3.3
     7Stable tag: 1.3.4
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
  • simple-parse-push-service/trunk/simpleParsePS.php

    r1209513 r1209524  
    22/**
    33 * @package Simple_Parse_Push_Service
    4  * @version 1.3.2
     4 * @version 1.3.4
    55 */
    66/*
     
    99Description: This is a simple implementation for Parse.com Push Service (for iOS, Android, Windows, Windows Phone or any other devices may add). You can send a push notification via admin panel or with a post update/creation. In order to use this plugin you MUST have an account with Parse.com and cURL ENABLED.
    1010Author: Tsolis Dimitris - Sotiris
    11 Version: 1.3.2
     11Version: 1.3.4
    1212Author URI:
    1313License: GPLv2 or later
     
    2121$scheduledPosts = array();
    2222
    23 if (!defined('SPPS_VERSION')) define('SPPS_VERSION', '1.3.2');
     23if (!defined('SPPS_VERSION')) define('SPPS_VERSION', '1.3.4');
    2424
    2525/////////////////////////////////////////////////////////
Note: See TracChangeset for help on using the changeset viewer.