Changeset 1209524
- Timestamp:
- 07/30/2015 08:40:42 AM (11 years ago)
- Location:
- simple-parse-push-service/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (1 diff)
-
simpleParsePS.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
simple-parse-push-service/trunk/readme.txt
r1209522 r1209524 5 5 Requires at least: 3.3 6 6 Tested up to: 4.2.3 7 Stable tag: 1.3. 37 Stable tag: 1.3.4 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
simple-parse-push-service/trunk/simpleParsePS.php
r1209513 r1209524 2 2 /** 3 3 * @package Simple_Parse_Push_Service 4 * @version 1.3. 24 * @version 1.3.4 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. 211 Version: 1.3.4 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. 2');23 if (!defined('SPPS_VERSION')) define('SPPS_VERSION', '1.3.4'); 24 24 25 25 /////////////////////////////////////////////////////////
Note: See TracChangeset
for help on using the changeset viewer.