Plugin Directory

Changeset 2370160


Ignore:
Timestamp:
08/27/2020 09:23:18 AM (6 years ago)
Author:
rnlab
Message:

bump: 1.1.7

Location:
mobile-builder/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • mobile-builder/trunk/README.txt

    r2368537 r2370160  
    4343== Changelog ==
    4444
     45= 1.4.7 =
     46
     47* Fixed: not update license
     48
    4549= 1.4.6 =
    4650
  • mobile-builder/trunk/admin/class-mobile-builder-admin.php

    r2368537 r2370160  
    316316        $license = $request->get_param( 'data' );
    317317
    318         return $license;
    319 
    320         if ( get_option( 'mobile_builder_license' ) ) {
    321             $status = update_option( 'mobile_builder_license', maybe_serialize( $license ) );
    322         } else {
    323             $status = add_option( 'mobile_builder_license', maybe_serialize( $license ) );
    324         }
     318        delete_option( 'mobile_builder_license' );
     319        $status = add_option( 'mobile_builder_license', maybe_serialize( $license ) );
    325320
    326321        return new WP_REST_Response( array( 'status' => $status ), 200 );
  • mobile-builder/trunk/mobile-builder.php

    r2368537 r2370160  
    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.1.6
     13 * Version:           1.1.7
    1414 * Author:            Rnlab.io
    1515 * Author URI:        https://rnlab.io
Note: See TracChangeset for help on using the changeset viewer.