Plugin Directory

Changeset 3102804


Ignore:
Timestamp:
06/14/2024 02:13:56 PM (22 months ago)
Author:
NicolasKulka
Message:

fix warning private

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

Legend:

Unmodified
Added
Removed
  • wps-hide-login/trunk/classes/singleton.php

    r2424419 r3102804  
    3535     * Constructor protected from the outside
    3636     */
    37     final private function __construct() {
     37    private function __construct() {
    3838        $this->init();
    3939    }
  • wps-hide-login/trunk/readme.txt

    r3102800 r3102804  
    77Tested up to: 6.5
    88Requires PHP: 7.0
    9 Stable tag: 1.9.16.2
     9Stable tag: 1.9.16.3
    1010License: GPLv2 or later
    1111License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    140140
    141141== 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/)
    142145
    143146= 1.9.16.2 =
  • wps-hide-login/trunk/wps-hide-login.php

    r3102800 r3102804  
    66Author: WPServeur, NicolasKulka, wpformation
    77Author URI: https://wpserveur.net
    8 Version: 1.9.16.2
     8Version: 1.9.16.3
    99Requires at least: 4.1
    1010Tested up to: 6.5
     
    2222
    2323// Plugin constants
    24 define( 'WPS_HIDE_LOGIN_VERSION', '1.9.16.2' );
     24define( 'WPS_HIDE_LOGIN_VERSION', '1.9.16.3' );
    2525define( 'WPS_HIDE_LOGIN_FOLDER', 'wps-hide-login' );
    2626
Note: See TracChangeset for help on using the changeset viewer.