Changeset 3146266
- Timestamp:
- 09/04/2024 06:57:07 AM (16 months ago)
- Location:
- login-rebuilder/trunk
- Files:
-
- 4 edited
-
includes/form-properties.php (modified) (1 diff)
-
includes/form-xmlrpc-properties.php (modified) (1 diff)
-
login-rebuilder.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
login-rebuilder/trunk/includes/form-properties.php
r2990352 r3146266 10 10 */ 11 11 12 if ( !( isset( $this ) && is_a( $this, ' login_rebuilder' ) ) ) die( 0 );12 if ( !( isset( $this ) && is_a( $this, 'jp12net\login_rebuilder' ) ) ) die( 0 ); 13 13 ?> 14 14 <div id="<?php echo self::LOGIN_REBUILDER_PROPERTIES_NAME; ?>" class="wrap"> -
login-rebuilder/trunk/includes/form-xmlrpc-properties.php
r2728214 r3146266 10 10 */ 11 11 12 if ( !( isset( $this ) && is_a( $this, ' login_rebuilder' ) ) ) die( 0 );12 if ( !( isset( $this ) && is_a( $this, 'jp12net\login_rebuilder' ) ) ) die( 0 ); 13 13 ?> 14 14 <div id="<?php echo self::XMLRPC_PROPERTIES_NAME; ?>" class="wrap"> -
login-rebuilder/trunk/login-rebuilder.php
r3145651 r3146266 5 5 Description: 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. 6 6 Author: tmatsuur 7 Version: 2.8. 37 Version: 2.8.4 8 8 Author URI: https://12net.jp/ 9 9 Text Domain: login-rebuilder -
login-rebuilder/trunk/readme.txt
r3145651 r3146266 6 6 Requires PHP: 5.6 7 7 Tested up to: 6.6.1 8 Stable tag: 2.8. 38 Stable tag: 2.8.4 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html 11 11 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.12 This plugin will create a new login page for your site. You can also create separate login pages for administrators and for other users. 13 13 14 14 == Description == … … 95 95 == Changelog == 96 96 97 = 2.8.4 = 98 * Bug fix: Fixed a bug that prevented the settings page from displaying. 99 97 100 = 2.8.3 = 98 101 * 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.