Skip to content

Commit

Permalink
bump version to 2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mustafauysal committed Jul 10, 2024
1 parent 00b5bdb commit db7aa3e
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 8 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": "2.2.0",
"version": "2.3.0",
"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: 2.2
* Version: 2.3
* Requires at least: 5.0
* Requires PHP: 7.2
* Author: HandyPlugins
Expand All @@ -23,7 +23,7 @@
}

// Useful global constants.
define( 'MAGIC_LOGIN_VERSION', '2.2' );
define( 'MAGIC_LOGIN_VERSION', '2.3' );
define( 'MAGIC_LOGIN_PLUGIN_FILE', __FILE__ );
define( 'MAGIC_LOGIN_URL', plugin_dir_url( __FILE__ ) );
define( 'MAGIC_LOGIN_PATH', plugin_dir_path( __FILE__ ) );
Expand Down
13 changes: 10 additions & 3 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.5
Tested up to: 6.6
Requires PHP: 7.2
Stable tag: 2.2
Stable tag: 2.3
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 @@ -39,7 +39,7 @@ Here are the premium features that come with Magic Login Pro:
- __WooCommerce Integration:__ Seamless checkout experience for returning customers. [Learn more](https://handyplugins.co/docs/magic-login-woocommerce-integration/).
- __reCAPTCHA Integration:__ Safeguard your login and registration forms from spam with Google reCAPTCHA. [Learn more](https://handyplugins.co/docs/magic-login-spam-protection/#1-toc-title).
- __Cloudflare Turnstile Integration:__ Enhance spam protection for your login and registration forms using Cloudflare Turnstile. [Learn more](https://handyplugins.co/docs/magic-login-spam-protection/#2-toc-title).

- __API Support:__ Integrate Magic Login with your custom applications using the REST API.

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.

Expand Down Expand Up @@ -105,6 +105,13 @@ However, if you wish to alter this behavior, you can easily do so by passing an

== Changelog ==

= 2.3 (July 10, 2024) =
* [Added] [REST API](https://handyplugins.co/docs/magic-login-rest-api/) option to UI.
* [Added] Passing `magic_login_form` to shortcode_attr for better customization.
* [Updated] Dependency updates.
* Tested with WP 6.6
* Learn more about the new features: [Magic Login 2.3](https://handyplugins.co/blog/magic-login-rest-api-support/)

= 2.2 (May 29, 2024) =
* [Added] Settings UI update with reflecting new PRO features.
* [Added] Custom events for AJAX requests.
Expand Down

0 comments on commit db7aa3e

Please sign in to comment.