Changeset 2832924
- Timestamp:
- 12/13/2022 11:58:36 AM (3 years ago)
- Location:
- mojoauth
- Files:
-
- 56 added
- 4 edited
-
tags/2.7/mojoauth.php (modified) (2 diffs)
-
tags/2.7/readme.txt (modified) (2 diffs)
-
tags/2.8 (added)
-
tags/2.8/admin (added)
-
tags/2.8/admin/assets (added)
-
tags/2.8/admin/assets/css (added)
-
tags/2.8/admin/assets/css/style.css (added)
-
tags/2.8/admin/assets/images (added)
-
tags/2.8/admin/assets/images/favicon.ico (added)
-
tags/2.8/admin/assets/images/icon.png (added)
-
tags/2.8/admin/assets/images/logo.svg (added)
-
tags/2.8/admin/assets/js (added)
-
tags/2.8/admin/assets/js/verification.js (added)
-
tags/2.8/admin/index.php (added)
-
tags/2.8/admin/views (added)
-
tags/2.8/admin/views/settings.php (added)
-
tags/2.8/frontend (added)
-
tags/2.8/frontend/assets (added)
-
tags/2.8/frontend/assets/js (added)
-
tags/2.8/frontend/assets/js/loginpage.js (added)
-
tags/2.8/frontend/assets/style.css (added)
-
tags/2.8/frontend/pages (added)
-
tags/2.8/frontend/pages/auth.php (added)
-
tags/2.8/mojoAuthWPClient.php (added)
-
tags/2.8/mojoauth.php (added)
-
tags/2.8/readme.txt (added)
-
tags/2.8/sdk (added)
-
tags/2.8/sdk/README.md (added)
-
tags/2.8/sdk/lib (added)
-
tags/2.8/sdk/lib/composer.json (added)
-
tags/2.8/sdk/lib/composer.lock (added)
-
tags/2.8/sdk/lib/vendor (added)
-
tags/2.8/sdk/lib/vendor/autoload.php (added)
-
tags/2.8/sdk/lib/vendor/composer (added)
-
tags/2.8/sdk/lib/vendor/composer/ClassLoader.php (added)
-
tags/2.8/sdk/lib/vendor/composer/InstalledVersions.php (added)
-
tags/2.8/sdk/lib/vendor/composer/LICENSE (added)
-
tags/2.8/sdk/lib/vendor/composer/autoload_classmap.php (added)
-
tags/2.8/sdk/lib/vendor/composer/autoload_namespaces.php (added)
-
tags/2.8/sdk/lib/vendor/composer/autoload_psr4.php (added)
-
tags/2.8/sdk/lib/vendor/composer/autoload_real.php (added)
-
tags/2.8/sdk/lib/vendor/composer/autoload_static.php (added)
-
tags/2.8/sdk/lib/vendor/composer/installed.json (added)
-
tags/2.8/sdk/lib/vendor/composer/installed.php (added)
-
tags/2.8/sdk/lib/vendor/composer/platform_check.php (added)
-
tags/2.8/sdk/lib/vendor/firebase (added)
-
tags/2.8/sdk/lib/vendor/firebase/php-jwt (added)
-
tags/2.8/sdk/lib/vendor/firebase/php-jwt/LICENSE (added)
-
tags/2.8/sdk/lib/vendor/firebase/php-jwt/README.md (added)
-
tags/2.8/sdk/lib/vendor/firebase/php-jwt/composer.json (added)
-
tags/2.8/sdk/lib/vendor/firebase/php-jwt/src (added)
-
tags/2.8/sdk/lib/vendor/firebase/php-jwt/src/BeforeValidException.php (added)
-
tags/2.8/sdk/lib/vendor/firebase/php-jwt/src/ExpiredException.php (added)
-
tags/2.8/sdk/lib/vendor/firebase/php-jwt/src/JWK.php (added)
-
tags/2.8/sdk/lib/vendor/firebase/php-jwt/src/JWT.php (added)
-
tags/2.8/sdk/lib/vendor/firebase/php-jwt/src/Key.php (added)
-
tags/2.8/sdk/lib/vendor/firebase/php-jwt/src/SignatureInvalidException.php (added)
-
tags/2.8/sdk/mojoAuthAPI.php (added)
-
trunk/mojoauth.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
mojoauth/tags/2.7/mojoauth.php
r2832881 r2832924 5 5 * Plugin URI: https://github.com/MojoAuth/mojoauth-wordpress 6 6 * 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. 67 * Version: 2.7 8 8 * Author: MojoAuth Team 9 9 * Author URI: https://mojoauth.com … … 17 17 define('MOJOAUTH_ROOT_DIR', plugin_dir_path(__FILE__)); 18 18 define('MOJOAUTH_ROOT_URL', plugin_dir_url(__FILE__)); 19 define('MOJOAUTH_PLUGIN_VERSION', '2. 6');19 define('MOJOAUTH_PLUGIN_VERSION', '2.7'); 20 20 define('MOJOAUTH_ROOT_SETTING_LINK', plugin_basename(__FILE__)); 21 21 -
mojoauth/tags/2.7/readme.txt
r2832881 r2832924 4 4 Tags: 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 5 5 Requires at least: 3.4 6 Tested up to: 6. 06 Tested up to: 6.1.1 7 7 Stable tag: 2.7 8 8 Requires PHP: 5.6 … … 152 152 = 1.0 = 153 153 * Initial release 154 -
mojoauth/trunk/mojoauth.php
r2821491 r2832924 5 5 * Plugin URI: https://github.com/MojoAuth/mojoauth-wordpress 6 6 * 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. 67 * Version: 2.8 8 8 * Author: MojoAuth Team 9 9 * Author URI: https://mojoauth.com … … 17 17 define('MOJOAUTH_ROOT_DIR', plugin_dir_path(__FILE__)); 18 18 define('MOJOAUTH_ROOT_URL', plugin_dir_url(__FILE__)); 19 define('MOJOAUTH_PLUGIN_VERSION', '2. 6');19 define('MOJOAUTH_PLUGIN_VERSION', '2.8'); 20 20 define('MOJOAUTH_ROOT_SETTING_LINK', plugin_basename(__FILE__)); 21 21 -
mojoauth/trunk/readme.txt
r2832881 r2832924 4 4 Tags: 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 5 5 Requires at least: 3.4 6 Tested up to: 6. 06 Tested up to: 6.1.1 7 7 Stable tag: 2.7 8 8 Requires PHP: 5.6 … … 85 85 == Changelog == 86 86 87 = 2.8 = 88 * Support same page redirection functionality 89 * Minor improvements and bug fixes 90 87 91 = 2.7 = 88 92 * Support same page redirection functionality … … 120 124 == Upgrade Notice == 121 125 126 = 2.8 = 127 * Support same page redirection functionality 128 * Minor improvements and bug fixes 129 122 130 = 2.7 = 123 131 * Support same page redirection functionality … … 152 160 = 1.0 = 153 161 * Initial release 162
Note: See TracChangeset
for help on using the changeset viewer.