Changeset 2779239
- Timestamp:
- 09/02/2022 12:10:31 PM (4 years ago)
- Location:
- mobile-app-editor
- Files:
-
- 44 added
- 2 edited
-
tags/1.2.2 (added)
-
tags/1.2.2/admin (added)
-
tags/1.2.2/admin/class-wprne-admin.php (added)
-
tags/1.2.2/admin/index.php (added)
-
tags/1.2.2/assets (added)
-
tags/1.2.2/assets/css (added)
-
tags/1.2.2/assets/css/editor-main-style.css (added)
-
tags/1.2.2/assets/css/editor-style.css (added)
-
tags/1.2.2/assets/fonts (added)
-
tags/1.2.2/assets/fonts/font-bold.ttf (added)
-
tags/1.2.2/assets/fonts/font-regular.ttf (added)
-
tags/1.2.2/assets/fonts/font-semibold.ttf (added)
-
tags/1.2.2/assets/js (added)
-
tags/1.2.2/assets/js/editor-display.js (added)
-
tags/1.2.2/assets/js/editor-main-script.js (added)
-
tags/1.2.2/assets/js/editor-runtime-script.js (added)
-
tags/1.2.2/assets/js/editor-script.js (added)
-
tags/1.2.2/assets/media (added)
-
tags/1.2.2/assets/media/FontAwesome.ttf (added)
-
tags/1.2.2/assets/media/MaterialIcons.ttf (added)
-
tags/1.2.2/assets/media/checkbcd1a436590360ed53ac2f46c76e43e4.bcd1a436.png (added)
-
tags/1.2.2/assets/media/placeholder.png (added)
-
tags/1.2.2/includes (added)
-
tags/1.2.2/includes/blank-template.php (added)
-
tags/1.2.2/includes/class-wprne-activator.php (added)
-
tags/1.2.2/includes/class-wprne-deactivator.php (added)
-
tags/1.2.2/includes/class-wprne-i18n.php (added)
-
tags/1.2.2/includes/class-wprne-loader.php (added)
-
tags/1.2.2/includes/class-wprne-page-templater.php (added)
-
tags/1.2.2/includes/class-wprne-rest-api.php (added)
-
tags/1.2.2/includes/class-wprne-woocommerce.php (added)
-
tags/1.2.2/includes/class-wprne.php (added)
-
tags/1.2.2/includes/index.php (added)
-
tags/1.2.2/index.php (added)
-
tags/1.2.2/languages (added)
-
tags/1.2.2/languages/mobile-app-editor.pot (added)
-
tags/1.2.2/license.txt (added)
-
tags/1.2.2/media (added)
-
tags/1.2.2/media/FontAwesome.ttf (added)
-
tags/1.2.2/media/MaterialIcons.ttf (added)
-
tags/1.2.2/media/checkbcd1a436590360ed53ac2f46c76e43e4.bcd1a436.png (added)
-
tags/1.2.2/media/placeholder.png (added)
-
tags/1.2.2/mobile-app-editor.php (added)
-
tags/1.2.2/readme.txt (added)
-
trunk/mobile-app-editor.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
mobile-app-editor/trunk/mobile-app-editor.php
r2728569 r2779239 9 9 * Plugin URI: https://wprne.xyz/ 10 10 * Description: Drag and drop editor to build mobile app using wordpress. 11 * Version: 1.2. 111 * Version: 1.2.2 12 12 * Author: Mobile App Editor 13 13 * License: GPL-2.0+ … … 20 20 exit; 21 21 } 22 define( "WPRNE_VERSION", "1.2. 1" );22 define( "WPRNE_VERSION", "1.2.2" ); 23 23 define( "WPRNE_PLUGIN_URL", plugins_url( '', __FILE__ ) ); 24 24 -
mobile-app-editor/trunk/readme.txt
r2730553 r2779239 3 3 Tags: mobile app builder, mobile app, create app, android app builder, app creator 4 4 Requires at least: 5.0 5 Tested up to: 5.9.05 Tested up to: 6.0.1 6 6 Requires PHP: 5.6 7 Stable tag: 1.2. 17 Stable tag: 1.2.2 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 22 22 23 23 [Buy Pro Version](https://payhip.com/b/w2OLv) 24 25 [Demo on Play Store](https://play.google.com/store/apps/details?id=com.syarifstudio.woocommercestore)26 24 27 25 == Frequently Asked Questions ==
Note: See TracChangeset
for help on using the changeset viewer.