Plugin Directory

Changeset 3146266


Ignore:
Timestamp:
09/04/2024 06:57:07 AM (16 months ago)
Author:
tmatsuur
Message:

[Update] login rebuilder:2.8.4 Fixed a bug that prevented the settings page from displaying.

Location:
login-rebuilder/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • login-rebuilder/trunk/includes/form-properties.php

    r2990352 r3146266  
    1010 */
    1111
    12 if ( !( isset( $this ) && is_a( $this, 'login_rebuilder' ) ) ) die( 0 );
     12if ( !( isset( $this ) && is_a( $this, 'jp12net\login_rebuilder' ) ) ) die( 0 );
    1313?>
    1414<div id="<?php echo self::LOGIN_REBUILDER_PROPERTIES_NAME; ?>" class="wrap">
  • login-rebuilder/trunk/includes/form-xmlrpc-properties.php

    r2728214 r3146266  
    1010 */
    1111
    12 if ( !( isset( $this ) && is_a( $this, 'login_rebuilder' ) ) ) die( 0 );
     12if ( !( isset( $this ) && is_a( $this, 'jp12net\login_rebuilder' ) ) ) die( 0 );
    1313?>
    1414<div id="<?php echo self::XMLRPC_PROPERTIES_NAME; ?>" class="wrap">
  • login-rebuilder/trunk/login-rebuilder.php

    r3145651 r3146266  
    55Description: This plugin will create a new login page for your site. The new login page can be placed in any directory. You can also create separate login pages for administrators and for other users.
    66Author: tmatsuur
    7 Version: 2.8.3
     7Version: 2.8.4
    88Author URI: https://12net.jp/
    99Text Domain: login-rebuilder
  • login-rebuilder/trunk/readme.txt

    r3145651 r3146266  
    66Requires PHP: 5.6
    77Tested up to: 6.6.1
    8 Stable tag: 2.8.3
     8Stable tag: 2.8.4
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
    1111
    12 This plugin will create a new login page for your site. The new login page can be placed in any directory. You can also create separate login pages for administrators and for other users.
     12This plugin will create a new login page for your site. You can also create separate login pages for administrators and for other users.
    1313
    1414== Description ==
     
    9595== Changelog ==
    9696
     97= 2.8.4 =
     98* Bug fix: Fixed a bug that prevented the settings page from displaying.
     99
    97100= 2.8.3 =
    98101* Bug fix: Changed to apply 'Unknown' to internally stored hostname when $_SERVER['HTTP_HOST'] does not exist.
Note: See TracChangeset for help on using the changeset viewer.