Changeset 1856123
- Timestamp:
- 04/11/2018 02:45:22 AM (8 years ago)
- Location:
- wp-switch-util/trunk
- Files:
-
- 3 edited
-
README.md (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
wp_switch_util.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-switch-util/trunk/README.md
r1652348 r1856123 47 47 #### Changelog 48 48 49 **1.1.2** 50 51 * Fixed a bug in "Only registered user access" 52 * 修改添加仅登陆用户可访问功能Bug 53 49 54 **1.1.1** 50 55 -
wp-switch-util/trunk/readme.txt
r1652348 r1856123 4 4 Tags: CacheAvatar FormatUrl DisableHistroy 5 5 Requires at least: 3.0.1 6 Tested up to: 4. 46 Tested up to: 4.9.5 7 7 Stable tag: 0.3.1 8 8 License: GPLv3 or later … … 62 62 == Changelog == 63 63 64 = 1.1.2 = 65 66 * Fixed a bug in "Only registered user access" 67 * 修改添加仅登陆用户可访问功能Bug 68 64 69 = 1.1.1 = 65 70 -
wp-switch-util/trunk/wp_switch_util.php
r1652348 r1856123 5 5 * Plugin URI: http://yutuo.net/archives/f685d2dbbb176e86.html 6 6 * Description: This plugin can: cache the avatar, format you url, disable the histroy, disable auto save, disable admin bar 7 * Version: 1.1. 17 * Version: 1.1.2 8 8 * Author: yutuo 9 9 * Author URI: http://yutuo.net … … 38 38 /** 注册用户页面 */ 39 39 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', 55 42 ); 56 43 }
Note: See TracChangeset
for help on using the changeset viewer.