Changeset 2823022
- Timestamp:
- 11/23/2022 04:38:56 PM (3 years ago)
- Location:
- disable-user-login
- Files:
-
- 6 edited
- 1 copied
-
tags/1.3.3 (copied) (copied from disable-user-login/trunk)
-
tags/1.3.3/disable-user-login.php (modified) (1 diff)
-
tags/1.3.3/includes/class-ss-disable-user-login-plugin.php (modified) (1 diff)
-
tags/1.3.3/readme.txt (modified) (3 diffs)
-
trunk/disable-user-login.php (modified) (1 diff)
-
trunk/includes/class-ss-disable-user-login-plugin.php (modified) (1 diff)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
disable-user-login/tags/1.3.3/disable-user-login.php
r2624596 r2823022 4 4 * Plugin URI: http://wordpress.org/plugins/disable-user-login 5 5 * Description: Provides the ability to disable user accounts and prevent them from logging in. 6 * Version: 1.3. 26 * Version: 1.3.3 7 7 * 8 8 * Author: Saint Systems -
disable-user-login/tags/1.3.3/includes/class-ss-disable-user-login-plugin.php
r2624596 r2823022 16 16 * @var string 17 17 */ 18 private static $version = '1.3. 2';18 private static $version = '1.3.3'; 19 19 20 20 /** -
disable-user-login/tags/1.3.3/readme.txt
r2624596 r2823022 4 4 Tags: users, user, login, account, disable 5 5 Requires at least: 4.7.0 6 Tested up to: 5.76 Tested up to: 6.1.1 7 7 Requires PHP: 5.6 8 Stable tag: 1.3. 28 Stable tag: 1.3.3 9 9 License: GPLv3 10 10 … … 40 40 = Can I change the message a disabled user sees? = 41 41 42 Yes, there is a filter in place for that, `disable_user_login _notice`.42 Yes, there is a filter in place for that, `disable_user_login.disabled_message`. 43 43 44 44 == Screenshots == … … 48 48 49 49 == Changelog == 50 51 = 1.3.3 = 52 * Bump WP tested version. 50 53 51 54 = 1.3.2 = -
disable-user-login/trunk/disable-user-login.php
r2624596 r2823022 4 4 * Plugin URI: http://wordpress.org/plugins/disable-user-login 5 5 * Description: Provides the ability to disable user accounts and prevent them from logging in. 6 * Version: 1.3. 26 * Version: 1.3.3 7 7 * 8 8 * Author: Saint Systems -
disable-user-login/trunk/includes/class-ss-disable-user-login-plugin.php
r2624596 r2823022 16 16 * @var string 17 17 */ 18 private static $version = '1.3. 2';18 private static $version = '1.3.3'; 19 19 20 20 /** -
disable-user-login/trunk/readme.txt
r2624596 r2823022 4 4 Tags: users, user, login, account, disable 5 5 Requires at least: 4.7.0 6 Tested up to: 5.76 Tested up to: 6.1.1 7 7 Requires PHP: 5.6 8 Stable tag: 1.3. 28 Stable tag: 1.3.3 9 9 License: GPLv3 10 10 … … 40 40 = Can I change the message a disabled user sees? = 41 41 42 Yes, there is a filter in place for that, `disable_user_login _notice`.42 Yes, there is a filter in place for that, `disable_user_login.disabled_message`. 43 43 44 44 == Screenshots == … … 48 48 49 49 == Changelog == 50 51 = 1.3.3 = 52 * Bump WP tested version. 50 53 51 54 = 1.3.2 =
Note: See TracChangeset
for help on using the changeset viewer.