Plugin Directory

Changeset 2732371


Ignore:
Timestamp:
05/27/2022 06:32:53 AM (4 years ago)
Author:
mojoauth
Message:

Compatible with WordPress 6.0 version

Location:
mojoauth
Files:
56 added
3 edited

Legend:

Unmodified
Added
Removed
  • mojoauth/trunk/frontend/assets/js/loginpage.js

    r2723294 r2732371  
    2727                        window.location.href = mjGetQueryParam('redirect_to');
    2828                    }else{
    29                         //location.reload();
     29                        location.reload();
    3030                    }
    3131                }
  • mojoauth/trunk/mojoauth.php

    r2723294 r2732371  
    55 * Plugin URI: https://github.com/MojoAuth/mojoauth-wordpress
    66 * Description: MojoAuth provides a secure and delightful experience to your customer with passwordless. Here, you'll find comprehensive guides and documentation to help you to start working with MojoAuth APIs.
    7  * Version: 2.3
     7 * Version: 2.4
    88 * Author: MojoAuth Team
    99 * Author URI: https://mojoauth.com
     
    1717define('MOJOAUTH_ROOT_DIR', plugin_dir_path(__FILE__));
    1818define('MOJOAUTH_ROOT_URL', plugin_dir_url(__FILE__));
    19 define('MOJOAUTH_PLUGIN_VERSION', '2.3');
     19define('MOJOAUTH_PLUGIN_VERSION', '2.4');
    2020define('MOJOAUTH_ROOT_SETTING_LINK', plugin_basename(__FILE__));
    2121
  • mojoauth/trunk/readme.txt

    r2723294 r2732371  
    44Tags: Authentication, Social Login, Email Magic link, Email OTP, SMS Authentication, WordPress plugin, multisite, Passwordless, Auth plugins, Login, SignIn, SignUp, Google Login, Facebook Login, Apple login, phone login, OTP Login, woocommerce
    55Requires at least: 3.4
    6 Tested up to: 5.9
    7 Stable tag: 2.3
     6Tested up to: 6.0
     7Stable tag: 2.4
    88Requires PHP: 5.6
    99License: GPLv2 or later
     
    8888== Changelog ==
    8989
     90= 2.4 =
     91* Compatible with WordPress 6.0 version
     92
    9093= 2.3 =
    9194* Added functionality of SMS
     
    110113== Upgrade Notice ==
    111114
     115= 2.4 =
     116* Compatible with WordPress 6.0 version
     117
    112118= 2.3 =
    113119* Added functionality of SMS
Note: See TracChangeset for help on using the changeset viewer.