Plugin Directory

Changeset 2895489

Timestamp:
04/07/2023 09:31:48 AM (16 months ago)
Author:
husobj
Message:

Version 1.2.1

Location:
expire-users/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • expire-users/trunk/admin/settings.php

    r2289008 r2895489  
    7979        <div class="wrap">
    8080            <?php
    81             screen_icon();
    8281            $tag = version_compare( $wp_version, '4.3', '<' ) ? 'h2' : 'h1';
    8382            echo '<' . $tag . '>' . esc_html__( 'Expire Users Settings', 'expire-users' ) . '</' . $tag . '>';
  • expire-users/trunk/expire-users.php

    r2438129 r2895489  
    55Plugin URI: http://wordpress.org/extend/plugins/expire-users/
    66Description: Set expiry dates for user logins.
    7 Version: 1.2
     7Version: 1.2
    88Author: Ben Huson
    99Author URI: https://github.com/benhuson/expire-users
    10 Minimum WordPress Version Required: 4.3
    11 Tested up to: 5.6
     10License: GPLv2
     11License URI: https://www.gnu.org/licenses/gpl-2.0.html
     12Requires at least: 5.4
     13Requires PHP: 7.4
     14Tested up to: 6.2
    1215Text Domain: expire-users
    1316Domain Path: /languages
  • expire-users/trunk/readme.txt

    r2438129 r2895489  
    33Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=MW3TJNHM283LU
    44Tags: users, password, expire, login, roles
    5 Requires at least: 4.3
    6 Tested up to: 5.6
    7 Stable tag: 1.2
     5Requires at least: 5.4
     6Tested up to: 6.2
     7Stable tag: 1.2.1
     8Requires PHP: 7.4
    89License: GPLv2 or later
    910
     
    5960
    6061== Changelog ==
     62
     63
     64
     65
    6166
    6267= 1.2 =
     
    142147== Upgrade Notice ==
    143148
     149
     150
     151
    144152= 1.2 =
    145153Added `expire_users_current_user_expire_countdown` shortcode.
Note: See TracChangeset for help on using the changeset viewer.