Changeset 3102804
- Timestamp:
- 06/14/2024 02:13:56 PM (22 months ago)
- Location:
- wps-hide-login
- Files:
-
- 41 added
- 3 edited
-
tags/1.9.16.3 (added)
-
tags/1.9.16.3/assets (added)
-
tags/1.9.16.3/assets/js (added)
-
tags/1.9.16.3/assets/js/functions.js (added)
-
tags/1.9.16.3/autoload.php (added)
-
tags/1.9.16.3/classes (added)
-
tags/1.9.16.3/classes/plugin.php (added)
-
tags/1.9.16.3/classes/singleton.php (added)
-
tags/1.9.16.3/composer.json (added)
-
tags/1.9.16.3/composer.lock (added)
-
tags/1.9.16.3/languages (added)
-
tags/1.9.16.3/languages/wps-hide-login-cs_CZ.mo (added)
-
tags/1.9.16.3/languages/wps-hide-login-cs_CZ.po (added)
-
tags/1.9.16.3/languages/wps-hide-login-da_DK.mo (added)
-
tags/1.9.16.3/languages/wps-hide-login-da_DK.po (added)
-
tags/1.9.16.3/languages/wps-hide-login-es_ES.mo (added)
-
tags/1.9.16.3/languages/wps-hide-login-es_ES.po (added)
-
tags/1.9.16.3/languages/wps-hide-login-fr_FR.mo (added)
-
tags/1.9.16.3/languages/wps-hide-login-fr_FR.po (added)
-
tags/1.9.16.3/languages/wps-hide-login-it_IT.mo (added)
-
tags/1.9.16.3/languages/wps-hide-login-it_IT.po (added)
-
tags/1.9.16.3/languages/wps-hide-login-ru_RU.mo (added)
-
tags/1.9.16.3/languages/wps-hide-login-ru_RU.po (added)
-
tags/1.9.16.3/languages/wps-hide-login.pot (added)
-
tags/1.9.16.3/readme.txt (added)
-
tags/1.9.16.3/uninstall.php (added)
-
tags/1.9.16.3/vendor (added)
-
tags/1.9.16.3/vendor/autoload.php (added)
-
tags/1.9.16.3/vendor/composer (added)
-
tags/1.9.16.3/vendor/composer/ClassLoader.php (added)
-
tags/1.9.16.3/vendor/composer/InstalledVersions.php (added)
-
tags/1.9.16.3/vendor/composer/LICENSE (added)
-
tags/1.9.16.3/vendor/composer/autoload_classmap.php (added)
-
tags/1.9.16.3/vendor/composer/autoload_namespaces.php (added)
-
tags/1.9.16.3/vendor/composer/autoload_psr4.php (added)
-
tags/1.9.16.3/vendor/composer/autoload_real.php (added)
-
tags/1.9.16.3/vendor/composer/autoload_static.php (added)
-
tags/1.9.16.3/vendor/composer/installed.json (added)
-
tags/1.9.16.3/vendor/composer/installed.php (added)
-
tags/1.9.16.3/vendor/composer/platform_check.php (added)
-
tags/1.9.16.3/wps-hide-login.php (added)
-
trunk/classes/singleton.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/wps-hide-login.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wps-hide-login/trunk/classes/singleton.php
r2424419 r3102804 35 35 * Constructor protected from the outside 36 36 */ 37 finalprivate function __construct() {37 private function __construct() { 38 38 $this->init(); 39 39 } -
wps-hide-login/trunk/readme.txt
r3102800 r3102804 7 7 Tested up to: 6.5 8 8 Requires PHP: 7.0 9 Stable tag: 1.9.16. 29 Stable tag: 1.9.16.3 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.16.3 = 144 * Fix NOTICE: PHP message: PHP Warning: Private methods cannot be final as they are never overridden by other classes (https://wordpress.org/support/topic/private-methods-cannot-be-final-as-they-are-never-overridden-by-other-classes-2/) 142 145 143 146 = 1.9.16.2 = -
wps-hide-login/trunk/wps-hide-login.php
r3102800 r3102804 6 6 Author: WPServeur, NicolasKulka, wpformation 7 7 Author URI: https://wpserveur.net 8 Version: 1.9.16. 28 Version: 1.9.16.3 9 9 Requires at least: 4.1 10 10 Tested up to: 6.5 … … 22 22 23 23 // Plugin constants 24 define( 'WPS_HIDE_LOGIN_VERSION', '1.9.16. 2' );24 define( 'WPS_HIDE_LOGIN_VERSION', '1.9.16.3' ); 25 25 define( 'WPS_HIDE_LOGIN_FOLDER', 'wps-hide-login' ); 26 26
Note: See TracChangeset
for help on using the changeset viewer.