Plugin Directory

Changeset 3000951


Ignore:
Timestamp:
11/24/2023 04:28:31 AM (2 years ago)
Author:
thevisad
Message:

Removal of upgrade filters.

Location:
hngamers-atavism-user-verification
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • hngamers-atavism-user-verification/tags/0.0.10/atavism-verify.php

    r3000947 r3000951  
    1212 * Plugin URI: https://hngamers.com/courses/development/atavism/atavism-wordpress-cms/
    1313 * Description:  This is the user verification plugin for the HNG Core Atavism series and allows users to verify and log into the game server from the wordpress logins.
    14  * Version: 0.0.9
     14 * Version: 0.0.10
    1515 * Author: thevisad
    1616 * Author URI: https://hngamers.com/
     
    5858        add_action('admin_init', array( $this,'hngamers_atavism_user_verify_admin_init'));
    5959        add_filter('query_vars', array( $this,'hngamers_atavism_user_verify_plugin_query_vars'));
    60     //  add_action('upgrader_process_complete', array( $this,'hngamers_atavism_user_verify_plugin_pluginloaded'), 10, 2);   
    61         add_action('plugins_loaded', array( $this,'hngamers_atavism_user_verify_update_db_check'));
    62         add_action('deactivated_plugin',array( $this,  'hngamers_atavism_user_verify_plugin_dependency_check', 10, 2));
    63 
    6460    }
    6561
  • hngamers-atavism-user-verification/tags/0.0.10/readme.txt

    r3000947 r3000951  
    3030
    3131== Changelog ==
     32= 0.0.10 =
     33Removal of upgrade filters
     34
    3235= 0.0.9 =
    3336Removed the test upgrade functionality as it was causing an unintended crash.
  • hngamers-atavism-user-verification/trunk/atavism-verify.php

    r3000947 r3000951  
    1212 * Plugin URI: https://hngamers.com/courses/development/atavism/atavism-wordpress-cms/
    1313 * Description:  This is the user verification plugin for the HNG Core Atavism series and allows users to verify and log into the game server from the wordpress logins.
    14  * Version: 0.0.9
     14 * Version: 0.0.10
    1515 * Author: thevisad
    1616 * Author URI: https://hngamers.com/
     
    5858        add_action('admin_init', array( $this,'hngamers_atavism_user_verify_admin_init'));
    5959        add_filter('query_vars', array( $this,'hngamers_atavism_user_verify_plugin_query_vars'));
    60     //  add_action('upgrader_process_complete', array( $this,'hngamers_atavism_user_verify_plugin_pluginloaded'), 10, 2);   
    61         add_action('plugins_loaded', array( $this,'hngamers_atavism_user_verify_update_db_check'));
    62         add_action('deactivated_plugin',array( $this,  'hngamers_atavism_user_verify_plugin_dependency_check', 10, 2));
    63 
    6460    }
    6561
  • hngamers-atavism-user-verification/trunk/readme.txt

    r3000947 r3000951  
    3030
    3131== Changelog ==
     32= 0.0.10 =
     33Removal of upgrade filters
     34
    3235= 0.0.9 =
    3336Removed the test upgrade functionality as it was causing an unintended crash.
Note: See TracChangeset for help on using the changeset viewer.