Skip to content

Commit 5dce26d

Browse files
committed
Bump WP tested version.
1 parent 1eaf3cf commit 5dce26d

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

disable-user-login.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: Disable User Login
44
* Plugin URI: http://wordpress.org/plugins/disable-user-login
55
* Description: Provides the ability to disable user accounts and prevent them from logging in.
6-
* Version: 1.3.9
6+
* Version: 1.3.10
77
*
88
* Author: Saint Systems
99
* Author URI: https://www.saintsystems.com

includes/class-ss-disable-user-login-plugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ final class SS_Disable_User_Login_Plugin {
1515
*
1616
* @var string
1717
*/
18-
private static $version = '1.3.9';
18+
private static $version = '1.3.10';
1919

2020
/**
2121
* Plugin singleton instance

readme.txt

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ Contributors: saintsystems, anderly
33
Donate link: https://ssms.us/donate
44
Tags: users, user, login, account, disable
55
Requires at least: 4.7.0
6-
Tested up to: 6.4.2
6+
Tested up to: 6.6.1
77
Requires PHP: 5.6
8-
Stable tag: 1.3.9
9-
Version: 1.3.9
8+
Stable tag: 1.3.10
9+
Version: 1.3.10
1010
License: GPLv3
1111

1212
Provides the ability to disable user accounts and prevent them from logging in.
@@ -49,6 +49,9 @@ Yes, there is a filter in place for that, `disable_user_login.disabled_message`.
4949

5050
== Changelog ==
5151

52+
= 1.3.10 =
53+
* Bump tested WP version.
54+
5255
= 1.3.9 =
5356
* Fix bulk action nonce verification.
5457

0 commit comments

Comments
 (0)