Plugin Directory

Changeset 2815446

Timestamp:
11/09/2022 06:51:22 PM (21 months ago)
Author:
ankurchauhan126
Message:

Marking compatible with WP6.1

Location:
keyy/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • keyy/trunk/keyy.php

    r2756645 r2815446  
    55Plugin URI: https://wordpress.org/plugins/keyy/
    66Description: Easy-to-use WordPress logins
    7 Version: 1.1.0
     7Version: 1.1.
    88Text Domain: keyy
    99Domain Path: /languages
     
    1111Author URI: https://nex.ist/
    1212Requires at least: 4.4
    13 Tested up to: 6.0.1
     13Tested up to: 6.1
    1414License: MIT
    1515
     
    3535class Keyy_Login_Plugin {
    3636
    37     const VERSION = '1.1.0';
     37    const VERSION = '1.1.';
    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

    r2756648 r2815446  
    33Tags: two factor auth, login, security, authenticate, password, security, two factor, 2fa
    44Requires at least: 4.4
    5 Tested up to: 6.0.1
    6 Stable tag: 1.1.0
     5Tested up to: 6.1
     6Stable tag: 1.1.
    77Author: nexist, AnkurChauhan126
    88License: MIT
     
    115115
    116116== Changelog ==
     117
     118
     119
     120
    117121
    118122= 1.1.0 - 2022/Jul/15 =
Note: See TracChangeset for help on using the changeset viewer.