Skip to content

Commit

Permalink
bump version to 1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
mustafauysal committed Jul 25, 2023
1 parent e28b0b1 commit 1dd2d60
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 11 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.8.1",
"version": "1.9.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
Expand Up @@ -3,9 +3,9 @@
* Plugin Name: Magic Login
* Plugin URI: https://handyplugins.co/magic-login-pro/
* Description: Passwordless login for WordPress.
* Version: 1.8.1
* Version: 1.9
* Requires at least: 5.0
* Requires PHP: 5.6
* Requires PHP: 7.2
* Author: HandyPlugins
* Author URI: https://handyplugins.co/
* License: GPL v2 or later
Expand All @@ -19,7 +19,7 @@
namespace MagicLogin;

// Useful global constants.
define( 'MAGIC_LOGIN_VERSION', '1.8.1' );
define( 'MAGIC_LOGIN_VERSION', '1.9' );
define( 'MAGIC_LOGIN_PLUGIN_FILE', __FILE__ );
define( 'MAGIC_LOGIN_URL', plugin_dir_url( __FILE__ ) );
define( 'MAGIC_LOGIN_PATH', plugin_dir_path( __FILE__ ) );
Expand Down
23 changes: 18 additions & 5 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.2
Requires PHP: 5.6
Stable tag: 1.8.1
Tested up to: 6.3
Requires PHP: 7.2
Stable tag: 1.9
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 @@ -40,11 +40,18 @@ By upgrading to Magic Login Pro you also get access to one-on-one help from our

**[Learn more about Magic Login Pro](https://handyplugins.co/magic-login-pro/)**

= Documentation =
Our documentation can be found on [https://handyplugins.co/magic-login-pro/docs/](https://handyplugins.co/magic-login-pro/docs/)

= Contributing & Bug Report =
Bug reports and pull requests are welcome on [Github](https://github.com/HandyPlugins/magic-login). Some of our features are pro only, please consider before sending PR.

= Documentation =
Our documentation can be found on [https://handyplugins.co/magic-login-pro/docs/](https://handyplugins.co/magic-login-pro/docs/)
__If you like Magic Login, then consider checking out our other projects:__

* <a href="https://handyplugins.co/magic-login-pro/" rel="friend">Magic Login Pro</a> – Easy, secure, and passwordless authentication for WordPress.
* <a href="https://handyplugins.co/easy-text-to-speech/" rel="friend">Easy Text-to-Speech for WordPress</a> – Transform your textual content into high-quality synthesized speech with Amazon Polly.
* <a href="https://handyplugins.co/handywriter/" rel="friend">Handywriter</a> – AI-powered writing assistant that can help you create content for your WordPress.
* <a href="https://handyplugins.co/paddlepress-pro/" rel="friend">PaddlePress PRO</a> – Paddle Plugin for WordPress


== Installation ==
Expand Down Expand Up @@ -86,6 +93,12 @@ You can use `[magic_login_form]` shortcode or block. [Learn More.](https://handy

== Changelog ==

= 1.9 (July 25, 2023) =
* Added: AJAX support for login requests.
* Bumped PHP requirement to 7.2+
* Small tweaks and improvements.
* Tested with WP 6.3

= 1.8.1 (May 15, 2023) =
* Added: Styling for two-factor plugin.
* Minor UI changes.
Expand Down

0 comments on commit 1dd2d60

Please sign in to comment.