Changeset 1756420
- Timestamp:
- 11/01/2017 05:33:21 AM (8 years ago)
- Location:
- unloq/trunk
- Files:
-
- 3 edited
-
autoloader/class-rename-wplogin.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
-
unloq.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
unloq/trunk/autoloader/class-rename-wplogin.php
r1743724 r1756420 42 42 return; 43 43 } 44 45 add_action('plugins_loaded', array($this, 'plugins_loaded'), 1);46 44 add_action('wp_loaded', array($this, 'wp_loaded')); 47 45 … … 51 49 52 50 remove_action('template_redirect', 'wp_redirect_admin_locations', 1000); 53 51 $this->plugins_loaded(); 54 52 // echo '<pre>'.print_r($this->settings, 1).'</pre>'; 55 53 } -
unloq/trunk/readme.txt
r1753777 r1756420 119 119 120 120 == Changelog == 121 = 2.1.14 = 122 * Fixed wp-login.php alias issue 121 123 = 2.1.13 = 122 124 * Added compatibility fixes with other auth plugins by delaying the plugin load until the "plugins-loaded" action -
unloq/trunk/unloq.php
r1753777 r1756420 3 3 * Plugin Name: UNLOQ Authentication 4 4 * Description: Perform UNLOQ.io authentications with the click of a button 5 * Version: 2.1.1 35 * Version: 2.1.14 6 6 * Author: UNLOQ.io 7 7 * Author URI: https://unloq.io … … 18 18 19 19 define('UQ_PLUGIN', 'unloq'); 20 define('UQ_VERSION', '2.1.1 3');20 define('UQ_VERSION', '2.1.14'); 21 21 define('UQ_VENDORS', plugin_dir_url(__FILE__) . 'vendors'); 22 22 define('UQ_VENDORS_DIR', plugin_dir_path(__FILE__) . 'vendors');
Note: See TracChangeset
for help on using the changeset viewer.