Changeset 963086
- Timestamp:
- 08/09/2014 05:47:34 PM (12 years ago)
- File:
-
- 1 edited
-
simple-parse-push-service/trunk/simpleParsePS.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
simple-parse-push-service/trunk/simpleParsePS.php
r963085 r963086 2 2 /** 3 3 * @package Simple_Parse_Push_Service 4 * @version 1.3 4 * @version 1.3.1 5 5 */ 6 6 /* … … 9 9 Description: 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. 10 10 Author: Tsolis Dimitris - Sotiris 11 Version: 1.3 11 Version: 1.3.1 12 12 Author URI: 13 13 License: GPLv2 or later … … 21 21 $scheduledPosts = array(); 22 22 23 if (!defined('SPPS_VERSION')) define('SPPS_VERSION', '1.3 ');23 if (!defined('SPPS_VERSION')) define('SPPS_VERSION', '1.3.1'); 24 24 25 25 /////////////////////////////////////////////////////////
Note: See TracChangeset
for help on using the changeset viewer.