Skip to content

Commit

Permalink
bump version to 1.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mustafauysal committed Oct 26, 2023
1 parent 489ebc3 commit 657b31d
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 7 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.0",
"version": "1.9.1",
"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
* Version: 1.9.1
* 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' );
define( 'MAGIC_LOGIN_VERSION', '1.9.1' );
define( 'MAGIC_LOGIN_PLUGIN_FILE', __FILE__ );
define( 'MAGIC_LOGIN_URL', plugin_dir_url( __FILE__ ) );
define( 'MAGIC_LOGIN_PATH', plugin_dir_path( __FILE__ ) );
Expand Down
15 changes: 13 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
Contributors: handyplugins,m_uysl
Tags: login, passwordless, passwordless-login, magic-login, magic-link
Requires at least: 5.0
Tested up to: 6.3
Tested up to: 6.4
Requires PHP: 7.2
Stable tag: 1.9
Stable tag: 1.9.1
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 @@ -84,6 +84,11 @@ Magic Login uses WordPress built-in mail functions. So, it depends on your confi

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

= Why are users redirected back to the page where they added the magic login form via shortcode? =

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.
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/)


== Screenshots ==

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

== Changelog ==

= 1.9.1 (October 26, 2023) =
* Added French translation.
* Dependency updates.
* Fix deprecated variable format.
* Tested with WP 6.4

= 1.9 (July 25, 2023) =
* Added: AJAX support for login requests.
* Bumped PHP requirement to 7.2+
Expand Down

0 comments on commit 657b31d

Please sign in to comment.