Plugin Directory

Changeset 3150267


Ignore:
Timestamp:
09/11/2024 05:46:02 PM (18 months ago)
Author:
whyun
Message:

release 1.5.3.2

Location:
wpcom-member
Files:
68 added
3 edited

Legend:

Unmodified
Added
Removed
  • wpcom-member/trunk/includes/form-validation.php

    r3147399 r3150267  
    123123        $filter = 'wpcom_login_form_items';
    124124        $sms_login = 0;
    125         if (isset($_POST['user_phone']) && $user_phone = sanitize_text_field(wp_unslash($_POST['user_phone'])) && !isset($_POST['user_login']) && !isset($_POST['user_password']) && is_wpcom_enable_phone()) {
     125        if (isset($_POST['user_phone']) && ($user_phone = sanitize_text_field(wp_unslash($_POST['user_phone']))) && !isset($_POST['user_login']) && !isset($_POST['user_password']) && is_wpcom_enable_phone()) {
    126126            $filter = 'wpcom_sms_code_items';
    127127            $sms_login = 1;
  • wpcom-member/trunk/index.php

    r3148979 r3150267  
    33 * Plugin Name: WPCOM Member 用户中心
    44 * Description: WordPress用户中心插件 / User profile & membership plugin for WordPress
    5  * Version: 1.5.3.1
     5 * Version: 1.5.3.2
    66 * Author: WPCOM
    77 * Author URI: https://www.wpcom.cn
     
    1010 */
    1111
    12 define( 'WPMX_VERSION', '1.5.3.1' );
     12define( 'WPMX_VERSION', '1.5.3.2' );
    1313define( 'WPMX_DIR', plugin_dir_path( __FILE__ ) );
    1414define( 'WPMX_URI', plugins_url( '/', __FILE__ ) );
  • wpcom-member/trunk/readme.txt

    r3148979 r3150267  
    44Tags: 用户中心, membership
    55Requires at least: 6.1.1
    6 Tested up to: 6.6.1
    7 Stable tag: 1.5.3.1
     6Tested up to: 6.6.2
     7Stable tag: 1.5.3.2
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    6161### 更新记录
    6262
     63**1.5.3.2** - 2024-09-12
     64
     65- 优化手机号快捷登录异常的情况;
     66
    6367**1.5.3.1** - 2024-09-10
    6468
Note: See TracChangeset for help on using the changeset viewer.