Skip to content

Commit

Permalink
bump version to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mustafauysal committed Jan 20, 2021
1 parent 30d51a1 commit 703bc94
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 4 deletions.
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.0
* Version: 1.0.1
* 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.0' );
define( 'MAGIC_LOGIN_VERSION', '1.0.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
17 changes: 15 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Tags: login,one-time-login,passwordless-login,magic-login,magic-lin
Requires at least: 5.0
Tested up to: 5.6
Requires PHP: 5.6
Stable tag: 1.0
Stable tag: 1.0.1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand All @@ -14,6 +14,8 @@ Passwordless login for WordPress.

Easy, secure, and passwordless authentication for WordPress.

__Plugin Website__: [https://handyplugins.co/magic-login-pro/](https://handyplugins.co/magic-login-pro/)

= How does it work? 🪄 =
Magic login uses a technique called "magic links". The magic link is a unique link sent directly to your email inbox which allows to authenticate you once.

Expand All @@ -31,6 +33,13 @@ Here are the premium features comes with Magic Login Pro:

By upgrading to Magic Login Pro you also get access to one-on-one help from our knowledgeable support team and our extensive documentation site.

= 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/paddlepress-pro/docs/](https://handyplugins.co/magic-login-pro/docs/)


== Installation ==

= Manual Installation =
Expand Down Expand Up @@ -58,10 +67,14 @@ Magic Login uses WordPress built-in mail functions. So, it depends on your confi

== Screenshots ==

1. This screenshot description corresponds to screenshot-1.png in the /.wordpress-org directory.
1. Settings Page
2. Login Email

== Changelog ==

= 1.0.1 =
* Update Shared UI

= 1.0 =
* First release

Expand Down

0 comments on commit 703bc94

Please sign in to comment.