Skip to content

Commit

Permalink
bump version to 2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mustafauysal committed Apr 19, 2024
1 parent 645dd0b commit fc60f59
Show file tree
Hide file tree
Showing 4 changed files with 9 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": "2.1.2",
"version": "2.1.3",
"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: 2.1.2
* Version: 2.1.3
* 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', '2.1.2' );
define( 'MAGIC_LOGIN_VERSION', '2.1.3' );
define( 'MAGIC_LOGIN_PLUGIN_FILE', __FILE__ );
define( 'MAGIC_LOGIN_URL', plugin_dir_url( __FILE__ ) );
define( 'MAGIC_LOGIN_PATH', plugin_dir_path( __FILE__ ) );
Expand Down
5 changes: 4 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.5
Requires PHP: 7.2
Stable tag: 2.1.2
Stable tag: 2.1.3
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 @@ -102,6 +102,9 @@ However, if you wish to alter this behavior, you can easily do so by passing an

== Changelog ==

= 2.1.3 (April 19, 2024) =
* Improvements on uninstallation process.

= 2.1.2 (April 08, 2024) =
* Fix auto-login link when the recipient is specified in an array format.
* Dependency updates.
Expand Down

0 comments on commit fc60f59

Please sign in to comment.