Plugin Directory

Changeset 3270838


Ignore:
Timestamp:
04/11/2025 07:15:47 AM (12 months ago)
Author:
NicolasKulka
Message:

Tested up to 6.8

Location:
wps-hide-login
Files:
41 added
3 edited

Legend:

Unmodified
Added
Removed
  • wps-hide-login/trunk/readme.txt

    r3165575 r3270838  
    55Tags: rename, login, wp-login, wp-login.php, custom login url
    66Requires at least: 4.1
    7 Tested up to: 6.6
     7Tested up to: 6.8
    88Requires PHP: 7.0
    9 Stable tag: 1.9.17.1
     9Stable tag: 1.9.17.2
    1010License: GPLv2 or later
    1111License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    140140
    141141== Changelog ==
     142
     143= 1.9.17.2 =
     144* Tested up to 6.8
    142145
    143146= 1.9.17.1 =
  • wps-hide-login/trunk/uninstall.php

    r2257534 r3270838  
    44 *
    55 * @package   WPS Hide Login
    6  * @author    Remy Perona <remperona@gmail.com>
    76 * @license   GPL-2.0+
    8  * @link      http://remyperona.fr
    9  * @copyright 2015 Remy Perona
    107 */
    118
  • wps-hide-login/trunk/wps-hide-login.php

    r3165575 r3270838  
    66Author: WPServeur, NicolasKulka, wpformation
    77Author URI: https://wpserveur.net
    8 Version: 1.9.17.1
     8Version: 1.9.17.2
    99Requires at least: 4.1
    10 Tested up to: 6.6
     10Tested up to: 6.8
    1111Requires PHP: 7.0
    1212Domain Path: languages
     
    2222
    2323// Plugin constants
    24 define( 'WPS_HIDE_LOGIN_VERSION', '1.9.17.1' );
     24define( 'WPS_HIDE_LOGIN_VERSION', '1.9.17.2' );
    2525define( 'WPS_HIDE_LOGIN_FOLDER', 'wps-hide-login' );
    2626
Note: See TracChangeset for help on using the changeset viewer.