Plugin Directory

Changeset 2823022


Ignore:
Timestamp:
11/23/2022 04:38:56 PM (3 years ago)
Author:
anderly
Message:

Release 1.3.3, see readme.txt for the changelog.

Location:
disable-user-login
Files:
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • disable-user-login/tags/1.3.3/disable-user-login.php

    r2624596 r2823022  
    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.2
     6 * Version:     1.3.3
    77 *
    88 * Author:      Saint Systems
  • disable-user-login/tags/1.3.3/includes/class-ss-disable-user-login-plugin.php

    r2624596 r2823022  
    1616     * @var string
    1717     */
    18     private static $version = '1.3.2';
     18    private static $version = '1.3.3';
    1919
    2020    /**
  • disable-user-login/tags/1.3.3/readme.txt

    r2624596 r2823022  
    44Tags: users, user, login, account, disable
    55Requires at least: 4.7.0
    6 Tested up to: 5.7
     6Tested up to: 6.1.1
    77Requires PHP: 5.6
    8 Stable tag: 1.3.2
     8Stable tag: 1.3.3
    99License: GPLv3
    1010
     
    4040= Can I change the message a disabled user sees? =
    4141
    42 Yes, there is a filter in place for that, `disable_user_login_notice`.
     42Yes, there is a filter in place for that, `disable_user_login.disabled_message`.
    4343
    4444== Screenshots ==
     
    4848
    4949== Changelog ==
     50
     51= 1.3.3 =
     52* Bump WP tested version.
    5053
    5154= 1.3.2 =
  • disable-user-login/trunk/disable-user-login.php

    r2624596 r2823022  
    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.2
     6 * Version:     1.3.3
    77 *
    88 * Author:      Saint Systems
  • disable-user-login/trunk/includes/class-ss-disable-user-login-plugin.php

    r2624596 r2823022  
    1616     * @var string
    1717     */
    18     private static $version = '1.3.2';
     18    private static $version = '1.3.3';
    1919
    2020    /**
  • disable-user-login/trunk/readme.txt

    r2624596 r2823022  
    44Tags: users, user, login, account, disable
    55Requires at least: 4.7.0
    6 Tested up to: 5.7
     6Tested up to: 6.1.1
    77Requires PHP: 5.6
    8 Stable tag: 1.3.2
     8Stable tag: 1.3.3
    99License: GPLv3
    1010
     
    4040= Can I change the message a disabled user sees? =
    4141
    42 Yes, there is a filter in place for that, `disable_user_login_notice`.
     42Yes, there is a filter in place for that, `disable_user_login.disabled_message`.
    4343
    4444== Screenshots ==
     
    4848
    4949== Changelog ==
     50
     51= 1.3.3 =
     52* Bump WP tested version.
    5053
    5154= 1.3.2 =
Note: See TracChangeset for help on using the changeset viewer.