diff --git a/package-lock.json b/package-lock.json index e2e60bf..587eacc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "magic-login", - "version": "2.1.0", + "version": "2.1.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "magic-login", - "version": "2.1.0", + "version": "2.1.1", "license": "GPL-2.0-or-later", "dependencies": { "normalize.css": "^8.0.1" diff --git a/package.json b/package.json index 550e766..5947c14 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "magic-login", - "version": "2.1.0", + "version": "2.1.1", "description": "WordPress plugin for passwordless login", "author": { "name": "handyplugins", diff --git a/plugin.php b/plugin.php index d613f50..2f81fa6 100644 --- a/plugin.php +++ b/plugin.php @@ -3,7 +3,7 @@ * Plugin Name: Magic Login * Plugin URI: https://handyplugins.co/magic-login-pro/ * Description: Passwordless login for WordPress. - * Version: 2.1 + * Version: 2.1.1 * Requires at least: 5.0 * Requires PHP: 7.2 * Author: HandyPlugins @@ -19,7 +19,7 @@ namespace MagicLogin; // Useful global constants. -define( 'MAGIC_LOGIN_VERSION', '2.1' ); +define( 'MAGIC_LOGIN_VERSION', '2.1.1' ); define( 'MAGIC_LOGIN_PLUGIN_FILE', __FILE__ ); define( 'MAGIC_LOGIN_URL', plugin_dir_url( __FILE__ ) ); define( 'MAGIC_LOGIN_PATH', plugin_dir_path( __FILE__ ) ); diff --git a/readme.txt b/readme.txt index f0ed069..9bba348 100644 --- a/readme.txt +++ b/readme.txt @@ -102,6 +102,10 @@ However, if you wish to alter this behavior, you can easily do so by passing an == Changelog == += 2.1.1 (March 13, 2024) = +* Tested with WP 6.5 +* Dependency updates. + = 2.1 (February 13, 2024) = * Updated settings page with PRO features. * Added new attributes for shortcode; it's more flexible than ever. [Learn More](https://handyplugins.co/magic-login-pro/docs/shortcode/)