Skip to content

Commit

Permalink
bump version to 2.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mustafauysal committed Oct 7, 2024
1 parent 5e7053e commit f9ca372
Show file tree
Hide file tree
Showing 4 changed files with 10 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.3.1",
"version": "2.3.2",
"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.3.1
* Version: 2.3.2
* Requires at least: 5.0
* Requires PHP: 7.2
* Author: HandyPlugins
Expand All @@ -23,7 +23,7 @@
}

// Useful global constants.
define( 'MAGIC_LOGIN_VERSION', '2.3.1' );
define( 'MAGIC_LOGIN_VERSION', '2.3.2' );
define( 'MAGIC_LOGIN_PLUGIN_FILE', __FILE__ );
define( 'MAGIC_LOGIN_URL', plugin_dir_url( __FILE__ ) );
define( 'MAGIC_LOGIN_PATH', plugin_dir_path( __FILE__ ) );
Expand Down
6 changes: 5 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.6
Requires PHP: 7.2
Stable tag: 2.3.1
Stable tag: 2.3.2
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 @@ -114,6 +114,10 @@ However, if you wish to alter this behavior, you can easily do so by passing an

== Changelog ==

= 2.3.2 (October 07, 2024) =
* [Improved] Two-factor compatibility.
* [Updated] Dependencies.

= 2.3.1 (September 09, 2024) =
* Minor tweaks and adjustments.
* [Updated] Dependencies.
Expand Down

0 comments on commit f9ca372

Please sign in to comment.