Plugin Directory

Changeset 963086


Ignore:
Timestamp:
08/09/2014 05:47:34 PM (12 years ago)
Author:
dtsolis
Message:

v1.3.1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • simple-parse-push-service/trunk/simpleParsePS.php

    r963085 r963086  
    22/**
    33 * @package Simple_Parse_Push_Service
    4  * @version 1.3
     4 * @version 1.3.1
    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
     11Version: 1.3.1
    1212Author URI:
    1313License: GPLv2 or later
     
    2121$scheduledPosts = array();
    2222
    23 if (!defined('SPPS_VERSION')) define('SPPS_VERSION', '1.3');
     23if (!defined('SPPS_VERSION')) define('SPPS_VERSION', '1.3.1');
    2424
    2525/////////////////////////////////////////////////////////
Note: See TracChangeset for help on using the changeset viewer.