Skip to content

Commit

Permalink
Updated WP Tested version.
Browse files Browse the repository at this point in the history
  • Loading branch information
anderly committed Nov 23, 2022
1 parent 9e0dd0c commit 0ae26c0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion disable-user-login.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion includes/class-ss-disable-user-login-plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
7 changes: 5 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 0ae26c0

Please sign in to comment.