Plugin Directory

Changeset 1756420


Ignore:
Timestamp:
11/01/2017 05:33:21 AM (8 years ago)
Author:
unloqer
Message:

2.1.14

  • Fixed wp-login.php alias issue
Location:
unloq/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • unloq/trunk/autoloader/class-rename-wplogin.php

    r1743724 r1756420  
    4242            return;
    4343        }
    44 
    45         add_action('plugins_loaded', array($this, 'plugins_loaded'), 1);
    4644        add_action('wp_loaded', array($this, 'wp_loaded'));
    4745
     
    5149
    5250        remove_action('template_redirect', 'wp_redirect_admin_locations', 1000);
    53 
     51        $this->plugins_loaded();
    5452        // echo '<pre>'.print_r($this->settings, 1).'</pre>';
    5553    }
  • unloq/trunk/readme.txt

    r1753777 r1756420  
    119119
    120120== Changelog ==
     121= 2.1.14 =
     122* Fixed wp-login.php alias issue
    121123= 2.1.13 =
    122124* Added compatibility fixes with other auth plugins by delaying the plugin load until the "plugins-loaded" action
  • unloq/trunk/unloq.php

    r1753777 r1756420  
    33 * Plugin Name:       UNLOQ Authentication
    44 * Description:       Perform UNLOQ.io authentications with the click of a button
    5  * Version:           2.1.13
     5 * Version:           2.1.14
    66 * Author:            UNLOQ.io
    77 * Author URI:        https://unloq.io
     
    1818
    1919define('UQ_PLUGIN', 'unloq');
    20 define('UQ_VERSION', '2.1.13');
     20define('UQ_VERSION', '2.1.14');
    2121define('UQ_VENDORS', plugin_dir_url(__FILE__) . 'vendors');
    2222define('UQ_VENDORS_DIR', plugin_dir_path(__FILE__) . 'vendors');
Note: See TracChangeset for help on using the changeset viewer.