Skip to content

Commit 657b31d

Browse files
committed
bump version to 1.9.1
1 parent 489ebc3 commit 657b31d

File tree

4 files changed

+18
-7
lines changed

4 files changed

+18
-7
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "magic-login",
3-
"version": "1.9.0",
3+
"version": "1.9.1",
44
"description": "WordPress plugin for passwordless login",
55
"author": {
66
"name": "handyplugins",

plugin.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: Magic Login
44
* Plugin URI: https://handyplugins.co/magic-login-pro/
55
* Description: Passwordless login for WordPress.
6-
* Version: 1.9
6+
* Version: 1.9.1
77
* Requires at least: 5.0
88
* Requires PHP: 7.2
99
* Author: HandyPlugins
@@ -19,7 +19,7 @@
1919
namespace MagicLogin;
2020

2121
// Useful global constants.
22-
define( 'MAGIC_LOGIN_VERSION', '1.9' );
22+
define( 'MAGIC_LOGIN_VERSION', '1.9.1' );
2323
define( 'MAGIC_LOGIN_PLUGIN_FILE', __FILE__ );
2424
define( 'MAGIC_LOGIN_URL', plugin_dir_url( __FILE__ ) );
2525
define( 'MAGIC_LOGIN_PATH', plugin_dir_path( __FILE__ ) );

readme.txt

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
Contributors: handyplugins,m_uysl
33
Tags: login, passwordless, passwordless-login, magic-login, magic-link
44
Requires at least: 5.0
5-
Tested up to: 6.3
5+
Tested up to: 6.4
66
Requires PHP: 7.2
7-
Stable tag: 1.9
7+
Stable tag: 1.9.1
88
License: GPLv2 or later
99
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1010
Donate link: https://handyplugins.co/donate/
@@ -84,6 +84,11 @@ Magic Login uses WordPress built-in mail functions. So, it depends on your confi
8484

8585
You can use `[magic_login_form]` shortcode or block. [Learn More.](https://handyplugins.co/magic-login-pro/docs/add-login-form-to-a-page/)
8686

87+
= Why are users redirected back to the page where they added the magic login form via shortcode? =
88+
89+
This behavior occurs because the magic login form is designed to use the current page as the target redirection URL by default. It's a way to ensure a smooth user experience by bringing users back to the page they started from.
90+
However, if you wish to alter this behavior, you can easily do so by passing an empty redirect_to="" parameter within the shortcode. [Learn More.](https://handyplugins.co/magic-login-pro/docs/shortcode/)
91+
8792

8893
== Screenshots ==
8994

@@ -94,6 +99,12 @@ You can use `[magic_login_form]` shortcode or block. [Learn More.](https://handy
9499

95100
== Changelog ==
96101

102+
= 1.9.1 (October 26, 2023) =
103+
* Added French translation.
104+
* Dependency updates.
105+
* Fix deprecated variable format.
106+
* Tested with WP 6.4
107+
97108
= 1.9 (July 25, 2023) =
98109
* Added: AJAX support for login requests.
99110
* Bumped PHP requirement to 7.2+

0 commit comments

Comments
 (0)