From db7aa3ec45168cc88466b2f03661c0c713f4f6e9 Mon Sep 17 00:00:00 2001 From: mustafauysal Date: Wed, 10 Jul 2024 14:56:30 +0300 Subject: [PATCH] bump version to 2.3 --- package-lock.json | 4 ++-- package.json | 2 +- plugin.php | 4 ++-- readme.txt | 13 ++++++++++--- 4 files changed, 15 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index af2a46b..543f352 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "magic-login", - "version": "2.2.0", + "version": "2.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "magic-login", - "version": "2.2.0", + "version": "2.3.0", "license": "GPL-2.0-or-later", "dependencies": { "normalize.css": "^8.0.1" diff --git a/package.json b/package.json index 09683ef..2b26a98 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "magic-login", - "version": "2.2.0", + "version": "2.3.0", "description": "WordPress plugin for passwordless login", "author": { "name": "handyplugins", diff --git a/plugin.php b/plugin.php index 434eb23..c663705 100644 --- a/plugin.php +++ b/plugin.php @@ -3,7 +3,7 @@ * Plugin Name: Magic Login * Plugin URI: https://handyplugins.co/magic-login-pro/ * Description: Passwordless login for WordPress. - * Version: 2.2 + * Version: 2.3 * Requires at least: 5.0 * Requires PHP: 7.2 * Author: HandyPlugins @@ -23,7 +23,7 @@ } // Useful global constants. -define( 'MAGIC_LOGIN_VERSION', '2.2' ); +define( 'MAGIC_LOGIN_VERSION', '2.3' ); define( 'MAGIC_LOGIN_PLUGIN_FILE', __FILE__ ); define( 'MAGIC_LOGIN_URL', plugin_dir_url( __FILE__ ) ); define( 'MAGIC_LOGIN_PATH', plugin_dir_path( __FILE__ ) ); diff --git a/readme.txt b/readme.txt index 66562e6..2baa3e1 100644 --- a/readme.txt +++ b/readme.txt @@ -2,9 +2,9 @@ Contributors: handyplugins, m_uysl Tags: login, passwordless, passwordless-login, magic-login, magic-link Requires at least: 5.0 -Tested up to: 6.5 +Tested up to: 6.6 Requires PHP: 7.2 -Stable tag: 2.2 +Stable tag: 2.3 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Donate link: https://handyplugins.co/donate/ @@ -39,7 +39,7 @@ Here are the premium features that come with Magic Login Pro: - __WooCommerce Integration:__ Seamless checkout experience for returning customers. [Learn more](https://handyplugins.co/docs/magic-login-woocommerce-integration/). - __reCAPTCHA Integration:__ Safeguard your login and registration forms from spam with Google reCAPTCHA. [Learn more](https://handyplugins.co/docs/magic-login-spam-protection/#1-toc-title). - __Cloudflare Turnstile Integration:__ Enhance spam protection for your login and registration forms using Cloudflare Turnstile. [Learn more](https://handyplugins.co/docs/magic-login-spam-protection/#2-toc-title). - +- __API Support:__ Integrate Magic Login with your custom applications using the REST API. By upgrading to Magic Login Pro you also get access to one-on-one help from our knowledgeable support team and our extensive documentation site. @@ -105,6 +105,13 @@ However, if you wish to alter this behavior, you can easily do so by passing an == Changelog == += 2.3 (July 10, 2024) = +* [Added] [REST API](https://handyplugins.co/docs/magic-login-rest-api/) option to UI. +* [Added] Passing `magic_login_form` to shortcode_attr for better customization. +* [Updated] Dependency updates. +* Tested with WP 6.6 +* Learn more about the new features: [Magic Login 2.3](https://handyplugins.co/blog/magic-login-rest-api-support/) + = 2.2 (May 29, 2024) = * [Added] Settings UI update with reflecting new PRO features. * [Added] Custom events for AJAX requests.