diff --git a/package-lock.json b/package-lock.json index 443ca63..c9b5126 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "magic-login", - "version": "2.1.1", + "version": "2.1.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "magic-login", - "version": "2.1.1", + "version": "2.1.2", "license": "GPL-2.0-or-later", "dependencies": { "normalize.css": "^8.0.1" diff --git a/package.json b/package.json index 5947c14..6c71079 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "magic-login", - "version": "2.1.1", + "version": "2.1.2", "description": "WordPress plugin for passwordless login", "author": { "name": "handyplugins", diff --git a/plugin.php b/plugin.php index 2f81fa6..0569b5c 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.1.1 + * Version: 2.1.2 * Requires at least: 5.0 * Requires PHP: 7.2 * Author: HandyPlugins @@ -19,7 +19,7 @@ namespace MagicLogin; // Useful global constants. -define( 'MAGIC_LOGIN_VERSION', '2.1.1' ); +define( 'MAGIC_LOGIN_VERSION', '2.1.2' ); 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 2ccca99..542138e 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Tags: login, passwordless, passwordless-login, magic-login, magic-l Requires at least: 5.0 Tested up to: 6.5 Requires PHP: 7.2 -Stable tag: 2.1.1 +Stable tag: 2.1.2 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Donate link: https://handyplugins.co/donate/ @@ -102,6 +102,10 @@ However, if you wish to alter this behavior, you can easily do so by passing an == Changelog == += 2.1.2 (April 08, 2024) = +* Fix auto-login link when the recipient is specified in an array format. +* Dependency updates. + = 2.1.1 (March 13, 2024) = * Tested with WP 6.5 * Dependency updates.