Skip to content

Commit

Permalink
bump version to 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mustafauysal committed Nov 7, 2023
1 parent 7d75784 commit 1aa627b
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "magic-login",
"version": "1.9.1",
"version": "2.0.0",
"description": "WordPress plugin for passwordless login",
"author": {
"name": "handyplugins",
Expand Down
4 changes: 2 additions & 2 deletions plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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__ ) );
Expand Down
10 changes: 9 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 1aa627b

Please sign in to comment.