Changeset 3212923
- Timestamp:
- 12/25/2024 12:17:42 PM (15 months ago)
- Location:
- wpcom-member
- Files:
-
- 68 added
- 3 edited
-
tags/1.7.1 (added)
-
tags/1.7.1/admin (added)
-
tags/1.7.1/admin/css (added)
-
tags/1.7.1/admin/css/material-icons.css (added)
-
tags/1.7.1/admin/css/material-icons.css.map (added)
-
tags/1.7.1/admin/css/panel.css (added)
-
tags/1.7.1/admin/css/panel.css.map (added)
-
tags/1.7.1/admin/fonts (added)
-
tags/1.7.1/admin/fonts/material-icons.woff (added)
-
tags/1.7.1/admin/fonts/material-icons.woff2 (added)
-
tags/1.7.1/admin/includes (added)
-
tags/1.7.1/admin/includes/class-plugin-panel.php (added)
-
tags/1.7.1/admin/includes/class-utils.php (added)
-
tags/1.7.1/admin/js (added)
-
tags/1.7.1/admin/js/panel.js (added)
-
tags/1.7.1/admin/load.php (added)
-
tags/1.7.1/css (added)
-
tags/1.7.1/css/admin.css (added)
-
tags/1.7.1/css/cropper.min.css (added)
-
tags/1.7.1/css/style.css (added)
-
tags/1.7.1/images (added)
-
tags/1.7.1/images/empty-comment.svg (added)
-
tags/1.7.1/images/empty-download.svg (added)
-
tags/1.7.1/images/empty-favorite.svg (added)
-
tags/1.7.1/images/empty-follow.svg (added)
-
tags/1.7.1/images/empty-message.svg (added)
-
tags/1.7.1/images/empty-notification.svg (added)
-
tags/1.7.1/images/empty-post.svg (added)
-
tags/1.7.1/images/empty-qa.svg (added)
-
tags/1.7.1/images/lazy.png (added)
-
tags/1.7.1/images/loading.gif (added)
-
tags/1.7.1/images/placeholder.jpg (added)
-
tags/1.7.1/includes (added)
-
tags/1.7.1/includes/class-member.php (added)
-
tags/1.7.1/includes/class-sesstion.php (added)
-
tags/1.7.1/includes/form-validation.php (added)
-
tags/1.7.1/includes/functions.php (added)
-
tags/1.7.1/includes/link-template.php (added)
-
tags/1.7.1/includes/member-functions.php (added)
-
tags/1.7.1/includes/nav-menu.php (added)
-
tags/1.7.1/includes/required.php (added)
-
tags/1.7.1/includes/social-login.php (added)
-
tags/1.7.1/index.php (added)
-
tags/1.7.1/js (added)
-
tags/1.7.1/js/blocks.js (added)
-
tags/1.7.1/js/cropper.min.js (added)
-
tags/1.7.1/js/icons-2.8.8.js (added)
-
tags/1.7.1/js/index.js (added)
-
tags/1.7.1/js/login.js (added)
-
tags/1.7.1/lang (added)
-
tags/1.7.1/lang/wpcom-member-zh_CN.mo (added)
-
tags/1.7.1/lang/wpcom-member-zh_CN.po (added)
-
tags/1.7.1/lang/wpcom-member-zh_TW.mo (added)
-
tags/1.7.1/lang/wpcom-member-zh_TW.po (added)
-
tags/1.7.1/readme.txt (added)
-
tags/1.7.1/templates (added)
-
tags/1.7.1/templates/account.php (added)
-
tags/1.7.1/templates/approve-notice.php (added)
-
tags/1.7.1/templates/approve-resend.php (added)
-
tags/1.7.1/templates/comment.php (added)
-
tags/1.7.1/templates/login.php (added)
-
tags/1.7.1/templates/lostpassword.php (added)
-
tags/1.7.1/templates/post.php (added)
-
tags/1.7.1/templates/profile.php (added)
-
tags/1.7.1/templates/register.php (added)
-
tags/1.7.1/templates/social-login-connect.php (added)
-
tags/1.7.1/templates/user-card.php (added)
-
tags/1.7.1/templates/user-list.php (added)
-
trunk/includes/functions.php (modified) (1 diff)
-
trunk/index.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wpcom-member/trunk/includes/functions.php
r3212457 r3212923 830 830 function wpcom_need_fill_login($user_id){ 831 831 $options = $GLOBALS['wpmx_options']; 832 if($user_id && isset($options['member_fill_login']) && $options['member_fill_login'] == 1 ){832 if($user_id && isset($options['member_fill_login']) && $options['member_fill_login'] == 1 && !user_can($user_id, 'edit_post')){ 833 833 $user = get_user_by('id', $user_id); 834 834 if($user && isset($user->ID) && $user->ID){ -
wpcom-member/trunk/index.php
r3212457 r3212923 3 3 * Plugin Name: WPCOM Member 用户中心 4 4 * Description: WordPress用户中心插件 / User profile & membership plugin for WordPress 5 * Version: 1.7. 05 * Version: 1.7.1 6 6 * Author: WPCOM 7 7 * Author URI: https://www.wpcom.cn … … 10 10 */ 11 11 12 define( 'WPMX_VERSION', '1.7. 0' );12 define( 'WPMX_VERSION', '1.7.1' ); 13 13 define( 'WPMX_DIR', plugin_dir_path( __FILE__ ) ); 14 14 define( 'WPMX_URI', plugins_url( '/', __FILE__ ) ); -
wpcom-member/trunk/readme.txt
r3212457 r3212923 5 5 Requires at least: 6.1.1 6 6 Tested up to: 6.7.1 7 Stable tag: 1.7. 07 Stable tag: 1.7.1 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 62 62 ### 更新记录 63 63 64 **1.7.1** - 2024-12-25 65 66 - 优化开启`补充电子邮箱`/`补充手机号码`选项后管理员权限用户未完善邮箱或者手机号码也无法发布内容的情况,调整为拦截没有文章编辑权限的用户 67 64 68 **1.7.0** - 2024-12-24 65 69
Note: See TracChangeset
for help on using the changeset viewer.