Changeset 3270838
- Timestamp:
- 04/11/2025 07:15:47 AM (12 months ago)
- Location:
- wps-hide-login
- Files:
-
- 41 added
- 3 edited
-
tags/1.9.17.2 (added)
-
tags/1.9.17.2/assets (added)
-
tags/1.9.17.2/assets/js (added)
-
tags/1.9.17.2/assets/js/functions.js (added)
-
tags/1.9.17.2/autoload.php (added)
-
tags/1.9.17.2/classes (added)
-
tags/1.9.17.2/classes/plugin.php (added)
-
tags/1.9.17.2/classes/singleton.php (added)
-
tags/1.9.17.2/composer.json (added)
-
tags/1.9.17.2/composer.lock (added)
-
tags/1.9.17.2/languages (added)
-
tags/1.9.17.2/languages/wps-hide-login-cs_CZ.mo (added)
-
tags/1.9.17.2/languages/wps-hide-login-cs_CZ.po (added)
-
tags/1.9.17.2/languages/wps-hide-login-da_DK.mo (added)
-
tags/1.9.17.2/languages/wps-hide-login-da_DK.po (added)
-
tags/1.9.17.2/languages/wps-hide-login-es_ES.mo (added)
-
tags/1.9.17.2/languages/wps-hide-login-es_ES.po (added)
-
tags/1.9.17.2/languages/wps-hide-login-fr_FR.mo (added)
-
tags/1.9.17.2/languages/wps-hide-login-fr_FR.po (added)
-
tags/1.9.17.2/languages/wps-hide-login-it_IT.mo (added)
-
tags/1.9.17.2/languages/wps-hide-login-it_IT.po (added)
-
tags/1.9.17.2/languages/wps-hide-login-ru_RU.mo (added)
-
tags/1.9.17.2/languages/wps-hide-login-ru_RU.po (added)
-
tags/1.9.17.2/languages/wps-hide-login.pot (added)
-
tags/1.9.17.2/readme.txt (added)
-
tags/1.9.17.2/uninstall.php (added)
-
tags/1.9.17.2/vendor (added)
-
tags/1.9.17.2/vendor/autoload.php (added)
-
tags/1.9.17.2/vendor/composer (added)
-
tags/1.9.17.2/vendor/composer/ClassLoader.php (added)
-
tags/1.9.17.2/vendor/composer/InstalledVersions.php (added)
-
tags/1.9.17.2/vendor/composer/LICENSE (added)
-
tags/1.9.17.2/vendor/composer/autoload_classmap.php (added)
-
tags/1.9.17.2/vendor/composer/autoload_namespaces.php (added)
-
tags/1.9.17.2/vendor/composer/autoload_psr4.php (added)
-
tags/1.9.17.2/vendor/composer/autoload_real.php (added)
-
tags/1.9.17.2/vendor/composer/autoload_static.php (added)
-
tags/1.9.17.2/vendor/composer/installed.json (added)
-
tags/1.9.17.2/vendor/composer/installed.php (added)
-
tags/1.9.17.2/vendor/composer/platform_check.php (added)
-
tags/1.9.17.2/wps-hide-login.php (added)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/uninstall.php (modified) (1 diff)
-
trunk/wps-hide-login.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wps-hide-login/trunk/readme.txt
r3165575 r3270838 5 5 Tags: rename, login, wp-login, wp-login.php, custom login url 6 6 Requires at least: 4.1 7 Tested up to: 6. 67 Tested up to: 6.8 8 8 Requires PHP: 7.0 9 Stable tag: 1.9.17. 19 Stable tag: 1.9.17.2 10 10 License: GPLv2 or later 11 11 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 140 140 141 141 == Changelog == 142 143 = 1.9.17.2 = 144 * Tested up to 6.8 142 145 143 146 = 1.9.17.1 = -
wps-hide-login/trunk/uninstall.php
r2257534 r3270838 4 4 * 5 5 * @package WPS Hide Login 6 * @author Remy Perona <remperona@gmail.com>7 6 * @license GPL-2.0+ 8 * @link http://remyperona.fr9 * @copyright 2015 Remy Perona10 7 */ 11 8 -
wps-hide-login/trunk/wps-hide-login.php
r3165575 r3270838 6 6 Author: WPServeur, NicolasKulka, wpformation 7 7 Author URI: https://wpserveur.net 8 Version: 1.9.17. 18 Version: 1.9.17.2 9 9 Requires at least: 4.1 10 Tested up to: 6. 610 Tested up to: 6.8 11 11 Requires PHP: 7.0 12 12 Domain Path: languages … … 22 22 23 23 // Plugin constants 24 define( 'WPS_HIDE_LOGIN_VERSION', '1.9.17. 1' );24 define( 'WPS_HIDE_LOGIN_VERSION', '1.9.17.2' ); 25 25 define( 'WPS_HIDE_LOGIN_FOLDER', 'wps-hide-login' ); 26 26
Note: See TracChangeset
for help on using the changeset viewer.