Plugin Directory

Changeset 2964959

Timestamp:
09/10/2023 01:47:22 PM (11 months ago)
Author:
ankurchauhan126
Message:

Marking compatible with WP6.3.1

Location:
keyy/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • keyy/trunk/includes/login.php

    r1976794 r2964959  
    456456     * @return Integer|Boolean - as for update_user_meta() ( https://codex.wordpress.org/Function_Reference/update_user_meta )
    457457     */
    458     public function set_user_settings($user_id = false, $settings) {
     458    public function set_user_settings($) {
    459459   
    460460        if (false === $user_id && is_user_logged_in()) $user_id = get_current_user_id();
  • keyy/trunk/keyy.php

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

    r2897392 r2964959  
    33Tags: two factor auth, login, security, authenticate, password, security, two factor, 2fa
    44Requires at least: 4.4
    5 Tested up to: 6.2
    6 Stable tag: 1.2.0
     5Tested up to: 6.
     6Stable tag: 1.2.
    77Author: nexist, AnkurChauhan126
    88License: MIT
     
    115115
    116116== Changelog ==
     117
     118
     119
     120
     121
    117122
    118123= 1.2.0 - 2023/Apr/11 =
Note: See TracChangeset for help on using the changeset viewer.