Plugin Directory

Changeset 2382574


Ignore:
Timestamp:
09/16/2020 04:16:55 AM (6 years ago)
Author:
rnlab
Message:

bump: v1.2.2

Location:
mobile-builder/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • mobile-builder/trunk/api/class-mobile-builder-wcfm.php

    r2382522 r2382574  
    9191        $accept = [ 'wcfmmp_profile_settings', 'store_name', 'wcfmmp_store_name', '_store_description' ];
    9292
    93         if ( in_array( $key, $accept ) || strpos( $key, 'mobile_builder' ) ) {
     93        if ( in_array( $key, $accept ) || strpos( $key, 'mobile_builder' ) == 0 ) {
    9494            return update_user_meta( $user_id, $key, $data );
    9595        }
  • mobile-builder/trunk/mobile-builder.php

    r2382522 r2382574  
    1111 * Plugin URI:        https://doc-oreo.rnlab.io
    1212 * Description:       The most advanced drag & drop app builder. Create multi templates and app controls.
    13  * Version:           1.2.1
     13 * Version:           1.2.2
    1414 * Author:            Rnlab.io
    1515 * Author URI:        https://rnlab.io
Note: See TracChangeset for help on using the changeset viewer.