Plugin Directory

Changeset 1599672


Ignore:
Timestamp:
02/20/2017 11:17:05 AM (9 years ago)
Author:
gtlwpdev
Message:

*version number changes

Location:
all-push-notification
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • all-push-notification/tags/1.5.3/all-push-notification-for-wp.php

    r1599665 r1599672  
    44Plugin URI: https://wordpress.org/plugins/all-push-notification/
    55Description: 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.2
     6Version: 1.5.3
    77Author: GTL Developers (GTL)
    88*/
     
    4646        dbDelta( $pushnotification_log_sql );   
    4747
    48        
    4948        $pushnotification_token_sql = "CREATE TABLE $all_pushnotification_token (
    5049            `push_token_id` int(11) NOT NULL AUTO_INCREMENT,
     
    7069    }   
    7170   
    72     // And here goes the deactivation function:
     71// And here goes the deactivation function:
    7372    function all_pushnotification_forwp_deactivation(){
    7473        global $wpdb;
     
    8988    }
    9089   
    91     // And here goes the uninstallation function:
     90// And here goes the uninstallation function:
    9291    function all_pushnotification_forwp_uninstall(){
    9392        global $wpdb;
  • all-push-notification/trunk/all-push-notification-for-wp.php

    r1576513 r1599672  
    44Plugin URI: https://wordpress.org/plugins/all-push-notification/
    55Description: 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.2
     6Version: 1.5.3
    77Author: GTL Developers (GTL)
    88*/
     
    4646        dbDelta( $pushnotification_log_sql );   
    4747
    48        
    4948        $pushnotification_token_sql = "CREATE TABLE $all_pushnotification_token (
    5049            `push_token_id` int(11) NOT NULL AUTO_INCREMENT,
     
    7069    }   
    7170   
    72     // And here goes the deactivation function:
     71// And here goes the deactivation function:
    7372    function all_pushnotification_forwp_deactivation(){
    7473        global $wpdb;
     
    8988    }
    9089   
    91     // And here goes the uninstallation function:
     90// And here goes the uninstallation function:
    9291    function all_pushnotification_forwp_uninstall(){
    9392        global $wpdb;
Note: See TracChangeset for help on using the changeset viewer.