From 3e9dbe046da4b96300f251f69e89a8fb996a34ba Mon Sep 17 00:00:00 2001 From: wppm-bot Date: Wed, 7 Feb 2024 19:24:45 +0000 Subject: [PATCH] Update plugin headers for 2.4.0 --- bh-wp-autologin-urls.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/bh-wp-autologin-urls.php b/bh-wp-autologin-urls.php index 65327fa..5919ed3 100755 --- a/bh-wp-autologin-urls.php +++ b/bh-wp-autologin-urls.php @@ -10,7 +10,8 @@ * Plugin Name: Magic Emails & Autologin URLs * Plugin URI: https://wordpress.org/BrianHenryIE/bh-wp-autologin-urls * Description: Log in users via emails sent from WordPress. - * Version: 2.3.0 + * Version: 2.4.0 + * Tested up to: 6.4 * Requires PHP: 7.4 * Author: BrianHenryIE * Author URI: https://BrianHenry.ie @@ -42,7 +43,7 @@ /** * Currently plugin version. */ -define( 'BH_WP_AUTOLOGIN_URLS_VERSION', '2.3.0' ); +define( 'BH_WP_AUTOLOGIN_URLS_VERSION', '2.4.0' ); define( 'BH_WP_AUTOLOGIN_URLS_BASENAME', plugin_basename( __FILE__ ) ); /**