From 0ae26c0cc6547d327027a152bef0e9cdc3c6f460 Mon Sep 17 00:00:00 2001 From: Adam Anderly Date: Wed, 23 Nov 2022 10:36:37 -0600 Subject: [PATCH] Updated WP Tested version. --- disable-user-login.php | 2 +- includes/class-ss-disable-user-login-plugin.php | 2 +- readme.txt | 7 +++++-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/disable-user-login.php b/disable-user-login.php index a12df6e..418a518 100644 --- a/disable-user-login.php +++ b/disable-user-login.php @@ -3,7 +3,7 @@ * Plugin Name: Disable User Login * Plugin URI: http://wordpress.org/plugins/disable-user-login * Description: Provides the ability to disable user accounts and prevent them from logging in. - * Version: 1.3.2 + * Version: 1.3.3 * * Author: Saint Systems * Author URI: https://www.saintsystems.com diff --git a/includes/class-ss-disable-user-login-plugin.php b/includes/class-ss-disable-user-login-plugin.php index 7e9d942..04b3868 100644 --- a/includes/class-ss-disable-user-login-plugin.php +++ b/includes/class-ss-disable-user-login-plugin.php @@ -15,7 +15,7 @@ final class SS_Disable_User_Login_Plugin { * * @var string */ - private static $version = '1.3.2'; + private static $version = '1.3.3'; /** * Plugin singleton instance diff --git a/readme.txt b/readme.txt index d736f10..f633a83 100644 --- a/readme.txt +++ b/readme.txt @@ -3,9 +3,9 @@ Contributors: saintsystems, anderly Donate link: https://ssms.us/donate Tags: users, user, login, account, disable Requires at least: 4.7.0 -Tested up to: 5.7 +Tested up to: 6.1.1 Requires PHP: 5.6 -Stable tag: 1.3.2 +Stable tag: 1.3.3 License: GPLv3 Provides the ability to disable user accounts and prevent them from logging in. @@ -48,6 +48,9 @@ Yes, there is a filter in place for that, `disable_user_login_notice`. == Changelog == += 1.3.3 = +* Bump WP tested version. + = 1.3.2 = * Static method to return user meta key * Fix some comments