Plugin Directory

Changeset 2493047

Timestamp:
03/11/2021 09:54:38 AM (3 years ago)
Author:
ankurchauhan126
Message:

Marked compatible with WordPress 5.7

Location:
keyy/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • keyy/trunk/keyy.php

    r2470461 r2493047  
    55Plugin URI: https://wordpress.org/plugins/keyy/
    66Description: Easy-to-use WordPress logins
    7 Version: 0.8.2
     7Version: 0.8.
    88Text Domain: keyy
    99Domain Path: /languages
     
    1111Author URI: https://nex.ist/
    1212Requires at least: 4.4
    13 Tested up to: 5.6.1
     13Tested up to: 5.
    1414License: MIT
    1515
     
    3535class Keyy_Login_Plugin {
    3636
    37     const VERSION = '0.8.2';
     37    const VERSION = '0.8.';
    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).
     
    4848
    4949    const META_KEY_USER_AGENTS = 'keyy_user_agents';
    50     const ANDROID_LATEST = '1.1.17';
     50    const ANDROID_LATEST = '1.1.';
    5151    const IOS_LATEST = '1.2.8';
    5252   
  • keyy/trunk/readme.txt

    r2470465 r2493047  
    33Tags: two factor auth, login, security, authenticate, password, security, two factor, 2fa
    44Requires at least: 4.4
    5 Tested up to: 5.6.1
    6 Stable tag: 0.8.2
     5Tested up to: 5.
     6Stable tag: 0.8.
    77Author: nexist, AnkurChauhan126
    88License: MIT
     
    115115
    116116== Changelog ==
     117
     118
     119
     120
     121
    117122
    118123= 0.8.2 - 2021/Feb/07 =
Note: See TracChangeset for help on using the changeset viewer.