Plugin Directory

Changeset 2899185


Ignore:
Timestamp:
04/14/2023 02:17:04 PM (3 years ago)
Author:
aftercommerce
Message:

update the deactivation table hook.

Location:
afterinc-app/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • afterinc-app/trunk/Custom_app.php

    r2898788 r2899185  
    44Plugin URI: https://www.afterinc.com/contact/
    55Description: Plugin allows merchants to sell After Plan’s product protection plans for wide variety of products.
    6 Version: 3.5.1
     6Version: 3.5.2
    77Author: After Inc.
    88Author URI: https://www.afterinc.com
     
    3636      register_activation_hook( __FILE__, array($this, 'activation_table') );
    3737      register_activation_hook( __FILE__, array($this, 'jal_install_data') );
    38       register_deactivation_hook( __FILE__, array($this, 'deactivate_table') );
     38      //register_deactivation_hook( __FILE__, array($this, 'deactivate_table') );
    3939
    4040      register_activation_hook( __FILE__, array($this, 'activation_warrantytable') );
  • afterinc-app/trunk/readme.txt

    r2898736 r2899185  
    77Requires PHP: 7.2
    88WC tested up to: 5.6.0
    9 Stable tag: 3.5.1
     9Stable tag: 3.5.2
    1010License: GPLv3
    1111License URI: https://www.afterinc.com
Note: See TracChangeset for help on using the changeset viewer.