Plugin Directory

Changeset 1856123


Ignore:
Timestamp:
04/11/2018 02:45:22 AM (8 years ago)
Author:
yutuo
Message:

Fixed a bug in "Only registered user access"

Location:
wp-switch-util/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • wp-switch-util/trunk/README.md

    r1652348 r1856123  
    4747#### Changelog
    4848
     49**1.1.2**
     50
     51* Fixed a bug in "Only registered user access"
     52* 修改添加仅登陆用户可访问功能Bug
     53
    4954**1.1.1**
    5055
  • wp-switch-util/trunk/readme.txt

    r1652348 r1856123  
    44Tags: CacheAvatar FormatUrl DisableHistroy
    55Requires at least: 3.0.1
    6 Tested up to: 4.4
     6Tested up to: 4.9.5
    77Stable tag: 0.3.1
    88License: GPLv3 or later
     
    6262== Changelog ==
    6363
     64= 1.1.2 =
     65
     66* Fixed a bug in "Only registered user access"
     67* 修改添加仅登陆用户可访问功能Bug
     68
    6469= 1.1.1 =
    6570
  • wp-switch-util/trunk/wp_switch_util.php

    r1652348 r1856123  
    55 * Plugin URI: http://yutuo.net/archives/f685d2dbbb176e86.html
    66 * Description: This plugin can: cache the avatar, format you url, disable the histroy, disable auto save, disable admin bar
    7  * Version: 1.1.1
     7 * Version: 1.1.2
    88 * Author: yutuo
    99 * Author URI: http://yutuo.net
     
    3838    /** 注册用户页面 */
    3939    static $REG_USER_ONLY_PAGES = array(
    40         'cacheavatar' => '0',
    41         'cacheday' => '15',
    42         'mdb5url' => '0',
    43         'mdb5length' => '16',
    44         'mdb5typepost' => '1',
    45         'mdb5typepage' => '0',
    46         'changeword' => '0',
    47         'autosave' => '0',
    48         'hirstroy' => '0',
    49         'pingback' => '0',
    50         'adminbar' => '0',
    51         'linkmanager' => '0',
    52         'autopcontent' => '0',
    53         'autopcomment' => '0',
    54         'reguseronly' => '0',
     40        'wp-login.php',
     41        'wp-register.php',
    5542    );
    5643}
Note: See TracChangeset for help on using the changeset viewer.