Skip to content

Commit

Permalink
bump version to 1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
mustafauysal committed Oct 26, 2022
1 parent 7868de0 commit 6b04355
Show file tree
Hide file tree
Showing 4 changed files with 10 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.5.2",
"version": "1.6.0",
"description": "WordPress plugin for passwordless login",
"author": {
"name": "handyplugins",
Expand Down
6 changes: 3 additions & 3 deletions plugin.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?php
/**
* Plugin Name: Magic Login - Passwordless Authentication for WordPress
* Plugin Name: Magic Login
* Plugin URI: https://handyplugins.co/magic-login-pro/
* Description: Passwordless login for WordPress.
* Version: 1.5.2
* Version: 1.6
* Requires at least: 5.0
* Requires PHP: 5.6
* Author: HandyPlugins
Expand All @@ -19,7 +19,7 @@
namespace MagicLogin;

// Useful global constants.
define( 'MAGIC_LOGIN_VERSION', '1.5.2' );
define( 'MAGIC_LOGIN_VERSION', '1.6' );
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.1
Requires PHP: 5.6
Stable tag: 1.5.2
Stable tag: 1.6
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -84,6 +84,9 @@ You can use `[magic_login_form]` shortcode or block. [Learn More.](https://handy

== Changelog ==

= 1.6 (October 26, 2022) =
* New feature: Auto Login Links

= 1.5.2 (September 27, 2022) =
* Bug fix: token validation

Expand Down

0 comments on commit 6b04355

Please sign in to comment.