Changeset 1599672
- Timestamp:
- 02/20/2017 11:17:05 AM (9 years ago)
- Location:
- all-push-notification
- Files:
-
- 2 edited
-
tags/1.5.3/all-push-notification-for-wp.php (modified) (4 diffs)
-
trunk/all-push-notification-for-wp.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
all-push-notification/tags/1.5.3/all-push-notification-for-wp.php
r1599665 r1599672 4 4 Plugin URI: https://wordpress.org/plugins/all-push-notification/ 5 5 Description: Send push notifications to iOS and Android when admin publish a new post/page and even new comment is added to any post. & Even from custom Editor from wp-admin. 6 Version: 1.5. 26 Version: 1.5.3 7 7 Author: GTL Developers (GTL) 8 8 */ … … 46 46 dbDelta( $pushnotification_log_sql ); 47 47 48 49 48 $pushnotification_token_sql = "CREATE TABLE $all_pushnotification_token ( 50 49 `push_token_id` int(11) NOT NULL AUTO_INCREMENT, … … 70 69 } 71 70 72 // And here goes the deactivation function:71 // And here goes the deactivation function: 73 72 function all_pushnotification_forwp_deactivation(){ 74 73 global $wpdb; … … 89 88 } 90 89 91 // And here goes the uninstallation function:90 // And here goes the uninstallation function: 92 91 function all_pushnotification_forwp_uninstall(){ 93 92 global $wpdb; -
all-push-notification/trunk/all-push-notification-for-wp.php
r1576513 r1599672 4 4 Plugin URI: https://wordpress.org/plugins/all-push-notification/ 5 5 Description: Send push notifications to iOS and Android when admin publish a new post/page and even new comment is added to any post. & Even from custom Editor from wp-admin. 6 Version: 1.5. 26 Version: 1.5.3 7 7 Author: GTL Developers (GTL) 8 8 */ … … 46 46 dbDelta( $pushnotification_log_sql ); 47 47 48 49 48 $pushnotification_token_sql = "CREATE TABLE $all_pushnotification_token ( 50 49 `push_token_id` int(11) NOT NULL AUTO_INCREMENT, … … 70 69 } 71 70 72 // And here goes the deactivation function:71 // And here goes the deactivation function: 73 72 function all_pushnotification_forwp_deactivation(){ 74 73 global $wpdb; … … 89 88 } 90 89 91 // And here goes the uninstallation function:90 // And here goes the uninstallation function: 92 91 function all_pushnotification_forwp_uninstall(){ 93 92 global $wpdb;
Note: See TracChangeset
for help on using the changeset viewer.