Plugin Directory

Changeset 2695308


Ignore:
Timestamp:
03/17/2022 10:03:16 AM (4 years ago)
Author:
androidappbuilder
Message:

update version 1.1.1

Location:
mobile-app-editor
Files:
238 added
3 edited

Legend:

Unmodified
Added
Removed
  • mobile-app-editor/trunk/includes/class-wprne-rest-api.php

    r2604032 r2695308  
    3131  public function rest_api_init()
    3232  {
    33     $this->handle_preflight(); 
    34 
    3533    //init data api
    3634    register_rest_route('wprne/v1', '/init/get_init_data', array(
  • mobile-app-editor/trunk/mobile-app-editor.php

    r2631290 r2695308  
    99 * Plugin URI:        https://wprne.xyz/
    1010 * Description:       Drag and drop editor to build mobile app using wordpress.
    11  * Version:           1.1.0
     11 * Version:           1.1.1
    1212 * Author:            Mobile App Editor
    1313 * License:           GPL-2.0+
     
    2020    exit;
    2121}
    22 define( "WPRNE_VERSION", "1.1.0" );
     22define( "WPRNE_VERSION", "1.1.1" );
    2323define( "WPRNE_PLUGIN_URL", plugins_url( '', __FILE__ ) );
    2424
  • mobile-app-editor/trunk/readme.txt

    r2631290 r2695308  
    55Tested up to: 5.8.1
    66Requires PHP: 5.6
    7 Stable tag: 1.1.0
     7Stable tag: 1.1.1
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset for help on using the changeset viewer.