Plugin Directory

Changeset 2832924


Ignore:
Timestamp:
12/13/2022 11:58:36 AM (3 years ago)
Author:
mojoauth
Message:

Support same page redirection functionality
Minor improvements and bug fixes

Location:
mojoauth
Files:
56 added
4 edited

Legend:

Unmodified
Added
Removed
  • mojoauth/tags/2.7/mojoauth.php

    r2832881 r2832924  
    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.6
     7 * Version: 2.7
    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.6');
     19define('MOJOAUTH_PLUGIN_VERSION', '2.7');
    2020define('MOJOAUTH_ROOT_SETTING_LINK', plugin_basename(__FILE__));
    2121
  • mojoauth/tags/2.7/readme.txt

    r2832881 r2832924  
    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: 6.0
     6Tested up to: 6.1.1
    77Stable tag: 2.7
    88Requires PHP: 5.6
     
    152152= 1.0 =
    153153* Initial release
     154
  • mojoauth/trunk/mojoauth.php

    r2821491 r2832924  
    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.6
     7 * Version: 2.8
    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.6');
     19define('MOJOAUTH_PLUGIN_VERSION', '2.8');
    2020define('MOJOAUTH_ROOT_SETTING_LINK', plugin_basename(__FILE__));
    2121
  • mojoauth/trunk/readme.txt

    r2832881 r2832924  
    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: 6.0
     6Tested up to: 6.1.1
    77Stable tag: 2.7
    88Requires PHP: 5.6
     
    8585== Changelog ==
    8686
     87= 2.8 =
     88* Support same page redirection functionality
     89* Minor improvements and bug fixes
     90
    8791= 2.7 =
    8892* Support same page redirection functionality
     
    120124== Upgrade Notice ==
    121125
     126= 2.8 =
     127* Support same page redirection functionality
     128* Minor improvements and bug fixes
     129
    122130= 2.7 =
    123131* Support same page redirection functionality
     
    152160= 1.0 =
    153161* Initial release
     162
Note: See TracChangeset for help on using the changeset viewer.