Changeset 3000951
- Timestamp:
- 11/24/2023 04:28:31 AM (2 years ago)
- Location:
- hngamers-atavism-user-verification
- Files:
-
- 4 edited
- 1 copied
-
tags/0.0.10 (copied) (copied from hngamers-atavism-user-verification/trunk)
-
tags/0.0.10/atavism-verify.php (modified) (2 diffs)
-
tags/0.0.10/readme.txt (modified) (1 diff)
-
trunk/atavism-verify.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
hngamers-atavism-user-verification/tags/0.0.10/atavism-verify.php
r3000947 r3000951 12 12 * Plugin URI: https://hngamers.com/courses/development/atavism/atavism-wordpress-cms/ 13 13 * 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. 914 * Version: 0.0.10 15 15 * Author: thevisad 16 16 * Author URI: https://hngamers.com/ … … 58 58 add_action('admin_init', array( $this,'hngamers_atavism_user_verify_admin_init')); 59 59 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 64 60 } 65 61 -
hngamers-atavism-user-verification/tags/0.0.10/readme.txt
r3000947 r3000951 30 30 31 31 == Changelog == 32 = 0.0.10 = 33 Removal of upgrade filters 34 32 35 = 0.0.9 = 33 36 Removed the test upgrade functionality as it was causing an unintended crash. -
hngamers-atavism-user-verification/trunk/atavism-verify.php
r3000947 r3000951 12 12 * Plugin URI: https://hngamers.com/courses/development/atavism/atavism-wordpress-cms/ 13 13 * 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. 914 * Version: 0.0.10 15 15 * Author: thevisad 16 16 * Author URI: https://hngamers.com/ … … 58 58 add_action('admin_init', array( $this,'hngamers_atavism_user_verify_admin_init')); 59 59 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 64 60 } 65 61 -
hngamers-atavism-user-verification/trunk/readme.txt
r3000947 r3000951 30 30 31 31 == Changelog == 32 = 0.0.10 = 33 Removal of upgrade filters 34 32 35 = 0.0.9 = 33 36 Removed the test upgrade functionality as it was causing an unintended crash.
Note: See TracChangeset
for help on using the changeset viewer.