Plugin Directory

Changeset 2756645

Timestamp:
07/15/2022 12:40:53 AM (2 years ago)
Author:
ankurchauhan126
Message:

Marking compatible with WP5.9.2

Location:
keyy/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • keyy/trunk/includes/class-commands.php

    r1880016 r2756645  
    604604     public function login($params) {
    605605     
     606
     607
     608
     609
     610
    606611        // Identify the user first, so that the results can be passed back to them.
    607612        if (!isset($params['user_login']) || !is_string($params['user_login']) || '' === $params['user_login']) {
  • keyy/trunk/js/login-form.js

    r1880016 r2756645  
    1212            keyy_inject_code_into_form(this, i + 1);
    1313            i++;
     14
    1415        });
    1516       
  • keyy/trunk/keyy.php

    r2697253 r2756645  
    55Plugin URI: https://wordpress.org/plugins/keyy/
    66Description: Easy-to-use WordPress logins
    7 Version: 1.0.0
     7Version: 1..0
    88Text Domain: keyy
    99Domain Path: /languages
     
    1111Author URI: https://nex.ist/
    1212Requires at least: 4.4
    13 Tested up to: 5.9.2
     13Tested up to:
    1414License: MIT
    1515
     
    3535class Keyy_Login_Plugin {
    3636
    37     const VERSION = '1.0.0';
     37    const VERSION = '1..0';
    3838   
    3939    // This needs bumping whenever the plugin implements something that may need an app upgrade for the app to be able to handle. It represents the plugin version in which something new was added (so should always be less than or equal to the plugin version, and will be less than except on the exact release which adds the new facility).
  • keyy/trunk/readme.txt

    r2697253 r2756645  
    33Tags: two factor auth, login, security, authenticate, password, security, two factor, 2fa
    44Requires at least: 4.4
    5 Tested up to: 5.9.2
    6 Stable tag: 1.0.0
     5Tested up to:
     6Stable tag: 1..0
    77Author: nexist, AnkurChauhan126
    88License: MIT
     
    115115
    116116== Changelog ==
     117
     118
     119
     120
     121
     122
     123
     124
     125
    117126
    118127= 1.0.0 - 2022/Mar/22 =
Note: See TracChangeset for help on using the changeset viewer.