From 1aa627ba7d979f7c28dec359df64149ebabdc06d Mon Sep 17 00:00:00 2001 From: mustafauysal Date: Tue, 7 Nov 2023 14:20:51 +0300 Subject: [PATCH] bump version to 2.0 --- package-lock.json | 4 ++-- package.json | 2 +- plugin.php | 4 ++-- readme.txt | 10 +++++++++- 4 files changed, 14 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index e6d4324..7a576cf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "magic-login", - "version": "1.9.1", + "version": "2.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "magic-login", - "version": "1.9.1", + "version": "2.0.0", "license": "GPL-2.0-or-later", "dependencies": { "normalize.css": "^8.0.1" diff --git a/package.json b/package.json index dac2759..bc15a96 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "magic-login", - "version": "1.9.1", + "version": "2.0.0", "description": "WordPress plugin for passwordless login", "author": { "name": "handyplugins", diff --git a/plugin.php b/plugin.php index 1181c47..5de1823 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: 1.9.1 + * Version: 2.0 * Requires at least: 5.0 * Requires PHP: 7.2 * Author: HandyPlugins @@ -19,7 +19,7 @@ namespace MagicLogin; // Useful global constants. -define( 'MAGIC_LOGIN_VERSION', '1.9.1' ); +define( 'MAGIC_LOGIN_VERSION', '2.0' ); 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 f99d907..606a8a1 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.4 Requires PHP: 7.2 -Stable tag: 1.9.1 +Stable tag: 2.0 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Donate link: https://handyplugins.co/donate/ @@ -99,6 +99,14 @@ However, if you wish to alter this behavior, you can easily do so by passing an == Changelog == += 2.0 (November 07, 2023) = +* Add {{MAGIC_LINK}} support to all outgoing emails that received by a single user. +* Add new placeholder supports: {{FIRST_NAME}}, {{LAST_NAME}}, {{FULL_NAME}}, {{DISPLAY_NAME}}, {{USER_EMAIL}} +* Add ajax spinner to the login form. +* Dependency updates. +* Minor tweaks on settings form. + + = 1.9.1 (October 26, 2023) = * Added French translation. * Dependency updates.