Plugin Directory

Changeset 1369072


Ignore:
Timestamp:
03/11/2016 10:15:55 AM (10 years ago)
Author:
jeric_izon
Message:

update 1.4

File:
1 edited

Legend:

Unmodified
Added
Removed
  • jheck-chat/tags/1.4/jheck-chat.php

    r1369067 r1369072  
    2727global $wpdb;
    2828global $jc_db_version;
    29 $jc_db_version = '1.4';
     29$jc_db_version = '1.1';
    3030
    3131if (!defined("JC_URL")) {
     
    4747}
    4848
    49 if (!defined("JC_ENCRYPTION_KEY")) {
    50     define("JC_ENCRYPTION_KEY", 'jHeCkChAt');   
    51 }
    52 
    53  
    5449/**
    5550 * Use vafpress framework
     
    8782 * @since 1.3
    8883 */
    89 register_activation_hook( __FILE__, 'jc_plugin_activated' );
     84add_action( 'activated_plugin', 'jc_plugin_activated', 10, 2 );
    9085
    9186/**
     
    9388 * @since 1.3
    9489 */
    95 register_deactivation_hook( __FILE__, 'jc_plugin_deactivated' );
     90add_action( 'deactivated_plugin', 'jc_plugin_deactivated', 10, 2 );
    9691
    9792
Note: See TracChangeset for help on using the changeset viewer.