Plugin Directory

Changeset 2247209


Ignore:
Timestamp:
02/19/2020 11:20:38 PM (6 years ago)
Author:
rnlab
Message:

build: v1.0.0

Location:
mobile-builder/trunk
Files:
7 edited

Legend:

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

    r2247202 r2247209  
    1 === Mobile Builder ===
     1=== Mobile builder ===
    22Contributors: rnlab
    33Donate link: https://rnlab.io
    4 Tags: mobile builder, react native, flutter
     4Tags: mobile builder, app builder, react native, woocommerce mobile app
    55Requires at least: 3.0.1
    66Tested up to: 3.4
     
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     10Requires PHP: 5.6
    1011
    11 Add hooks, api routers, auth and app config for mobile app.
     12The most advanced drag & drop app builder. Create multi templates and app controls.
    1213
    1314== Description ==
    1415
    15 This is the long description.  No limit, and you can use Markdown (as well as in the following sections).
    16 
    17 For backwards compatibility, if this section is missing, the full length of the short description will be used, and
    18 Markdown parsed.
    19 
    20 A few notes about the sections above:
    21 
    22 *   "Contributors" is a comma separated list of wp.org/wp-plugins.org usernames
    23 *   "Tags" is a comma separated list of tags that apply to the plugin
    24 *   "Requires at least" is the lowest version that the plugin will work on
    25 *   "Tested up to" is the highest version that you've *successfully used to test the plugin*. Note that it might work on
    26 higher versions... this is just the highest one you've verified.
    27 *   Stable tag should indicate the Subversion "tag" of the latest stable version, or "trunk," if you use `/trunk/` for
    28 stable.
    29 
    30     Note that the `readme.txt` of the stable tag is the one that is considered the defining one for the plugin, so
    31 if the `/trunk/readme.txt` file says that the stable tag is `4.3`, then it is `/tags/4.3/readme.txt` that'll be used
    32 for displaying information about the plugin.  In this situation, the only thing considered from the trunk `readme.txt`
    33 is the stable tag pointer.  Thus, if you develop in trunk, you can update the trunk `readme.txt` to reflect changes in
    34 your in-development version, without having that information incorrectly disclosed about the current stable version
    35 that lacks those changes -- as long as the trunk's `readme.txt` points to the correct stable tag.
    36 
    37     If no stable tag is provided, it is assumed that trunk is stable, but you should specify "trunk" if that's where
    38 you put the stable version, in order to eliminate any doubt.
     16For the individuals who claim physical shops and designers, with OREO you have assortment prepared to-utilize E-commerce formats to make your portable store application. On the off chance that you had your online shops, OREO bolsters you to change over your present sites to portable store application effectively. Your store portable application will be found in both the App Store and Google Play Store. With OREO, your versatile application gives higher client experience contrasting with site on-portable. Your items will show up clear and can be zoom with no designing mistake. While you can control your store and requests of customers, your customers likewise can interface and remain mindful everything being equal and declarations of your stores in the event that they have your application on their mobiles.
    3917
    4018== Installation ==
    4119
    42 This section describes how to install the plugin and get it working.
    43 
    44 e.g.
    45 
    46 1. Upload `rnlab-app-control.php` to the `/wp-content/plugins/` directory
    47 1. Activate the plugin through the 'Plugins' menu in WordPress
    48 1. Place `<?php do_action('plugin_name_hook'); ?>` in your templates
     201. Install using the WordPress built-in Plugin installer, or Extract the zip file and drop the contents in the `wp-content/plugins/` directory of your WordPress installation.
     212. Activate the plugin through the 'Plugins' menu in WordPress.
     223. Go to Mobile Builder > Create New Template
     234. Press the 'Configure' button.
     245. Now you can drag and drop components from the left panel onto the mobile editor area.
    4925
    5026== Frequently Asked Questions ==
    5127
    52 = A question that someone might have =
     28**Will Mobile Builder work with RTL or other languages?**
    5329
    54 An answer to that question.
    55 
    56 = What about foo bar? =
    57 
    58 Answer to foo bar dilemma.
     30Yeah! The app support multi languages
    5931
    6032== Screenshots ==
    6133
    62 1. This screen shot description corresponds to screenshot-1.(png|jpg|jpeg|gif). Note that the screenshot is taken from
    63 the /assets directory or the directory that contains the stable readme.txt (tags or trunk). Screenshots in the /assets
    64 directory take precedence. For example, `/assets/screenshot-1.png` would win over `/tags/4.3/screenshot-1.png`
    65 (or jpg, jpeg, gif).
    66 2. This is the second screen shot
     341. List template
     352. Layout config
     363. General config
     374. Spacing config
     385. Colors config
     396. App settings
    6740
    6841== Changelog ==
    6942
    7043= 1.0 =
    71 * A change since the previous version.
    72 * Another change.
    73 
    74 = 0.5 =
    75 * List versions from most recent at top to oldest at bottom.
    76 
    77 == Upgrade Notice ==
    78 
    79 = 1.0 =
    80 Upgrade notices describe the reason a user should upgrade.  No more than 300 characters.
    81 
    82 = 0.5 =
    83 This version fixes a security related bug.  Upgrade immediately.
    84 
    85 == Arbitrary section ==
    86 
    87 You may provide arbitrary sections, in the same format as the ones above.  This may be of use for extremely complicated
    88 plugins where more information needs to be conveyed that doesn't fit into the categories of "description" or
    89 "installation."  Arbitrary sections will be shown below the built-in sections outlined above.
    90 
    91 == A brief Markdown Example ==
    92 
    93 Ordered list:
    94 
    95 1. Some feature
    96 1. Another feature
    97 1. Something else about the plugin
    98 
    99 Unordered list:
    100 
    101 * something
    102 * something else
    103 * third thing
    104 
    105 Here's a link to [WordPress](http://wordpress.org/ "Your favorite software") and one to [Markdown's Syntax Documentation][markdown syntax].
    106 Titles are optional, naturally.
    107 
    108 [markdown syntax]: http://daringfireball.net/projects/markdown/syntax
    109             "Markdown is what the parser uses to process much of the readme file"
    110 
    111 Markdown uses email style notation for blockquotes and I've been told:
    112 > Asterisks for *emphasis*. Double it up  for **strong**.
    113 
    114 `<?php code(); // goes in backticks ?>`
     44* Initial release.
  • mobile-builder/trunk/composer.json

    r2247202 r2247209  
    11{
    2     "name": "rnlab/wp-app-control",
    3     "description": "libs",
     2    "name": "rnlab.io/mobile-builder",
     3    "description": "The most advanced drag & drop app builder. Create multi templates and app controls.",
     4    "type": "project",
     5    "require": {
     6        "facebook/graph-sdk": "^5.7",
     7        "firebase/php-jwt": "^5.0"
     8    },
     9    "license": "GNU",
    410    "authors": [
    511        {
    6             "name": "Ngoc Dang",
     12            "name": "Rnlab.io",
    713            "email": "ngocdt@rnlab.io"
    814        }
    9     ],
    10     "require": {
    11         "firebase/php-jwt": "^5.0",
    12         "facebook/graph-sdk": "^5.7"
    13     }
     15    ]
    1416}
  • mobile-builder/trunk/composer.lock

    r2247202 r2247209  
    55        "This file is @generated automatically"
    66    ],
    7     "content-hash": "76bdd58d2f9c902b61f7b321dad5d3ad",
     7    "content-hash": "c4e66c9bf29ee23156b31208e7d5e674",
    88    "packages": [
    99        {
  • mobile-builder/trunk/uninstall.php

    r2247202 r2247209  
    2323 * @since      1.0.0
    2424 *
    25  * @package    Rnlab_App_Control
     25 * @package    Mobile_Builder
    2626 */
    2727
  • mobile-builder/trunk/vendor/autoload.php

    r2247202 r2247209  
    55require_once __DIR__ . '/composer/autoload_real.php';
    66
    7 return ComposerAutoloaderInitaa292218b79b5c54073140df910bc957::getLoader();
     7return ComposerAutoloaderInit27dabd66d1d893576d6a1c14394417b9::getLoader();
  • mobile-builder/trunk/vendor/composer/autoload_real.php

    r2247202 r2247209  
    33// autoload_real.php @generated by Composer
    44
    5 class ComposerAutoloaderInitaa292218b79b5c54073140df910bc957
     5class ComposerAutoloaderInit27dabd66d1d893576d6a1c14394417b9
    66{
    77    private static $loader;
     
    2020        }
    2121
    22         spl_autoload_register(array('ComposerAutoloaderInitaa292218b79b5c54073140df910bc957', 'loadClassLoader'), true, true);
     22        spl_autoload_register(array('ComposerAutoloaderInit27dabd66d1d893576d6a1c14394417b9', 'loadClassLoader'), true, true);
    2323        self::$loader = $loader = new \Composer\Autoload\ClassLoader();
    24         spl_autoload_unregister(array('ComposerAutoloaderInitaa292218b79b5c54073140df910bc957', 'loadClassLoader'));
     24        spl_autoload_unregister(array('ComposerAutoloaderInit27dabd66d1d893576d6a1c14394417b9', 'loadClassLoader'));
    2525
    2626        $useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
     
    2828            require_once __DIR__ . '/autoload_static.php';
    2929
    30             call_user_func(\Composer\Autoload\ComposerStaticInitaa292218b79b5c54073140df910bc957::getInitializer($loader));
     30            call_user_func(\Composer\Autoload\ComposerStaticInit27dabd66d1d893576d6a1c14394417b9::getInitializer($loader));
    3131        } else {
    3232            $map = require __DIR__ . '/autoload_namespaces.php';
     
    4949
    5050        if ($useStaticLoader) {
    51             $includeFiles = Composer\Autoload\ComposerStaticInitaa292218b79b5c54073140df910bc957::$files;
     51            $includeFiles = Composer\Autoload\ComposerStaticInit27dabd66d1d893576d6a1c14394417b9::$files;
    5252        } else {
    5353            $includeFiles = require __DIR__ . '/autoload_files.php';
    5454        }
    5555        foreach ($includeFiles as $fileIdentifier => $file) {
    56             composerRequireaa292218b79b5c54073140df910bc957($fileIdentifier, $file);
     56            composerRequire27dabd66d1d893576d6a1c14394417b9($fileIdentifier, $file);
    5757        }
    5858
     
    6161}
    6262
    63 function composerRequireaa292218b79b5c54073140df910bc957($fileIdentifier, $file)
     63function composerRequire27dabd66d1d893576d6a1c14394417b9($fileIdentifier, $file)
    6464{
    6565    if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
  • mobile-builder/trunk/vendor/composer/autoload_static.php

    r2247202 r2247209  
    55namespace Composer\Autoload;
    66
    7 class ComposerStaticInitaa292218b79b5c54073140df910bc957
     7class ComposerStaticInit27dabd66d1d893576d6a1c14394417b9
    88{
    99    public static $files = array (
     
    3333    {
    3434        return \Closure::bind(function () use ($loader) {
    35             $loader->prefixLengthsPsr4 = ComposerStaticInitaa292218b79b5c54073140df910bc957::$prefixLengthsPsr4;
    36             $loader->prefixDirsPsr4 = ComposerStaticInitaa292218b79b5c54073140df910bc957::$prefixDirsPsr4;
     35            $loader->prefixLengthsPsr4 = ComposerStaticInit27dabd66d1d893576d6a1c14394417b9::$prefixLengthsPsr4;
     36            $loader->prefixDirsPsr4 = ComposerStaticInit27dabd66d1d893576d6a1c14394417b9::$prefixDirsPsr4;
    3737
    3838        }, null, ClassLoader::class);
Note: See TracChangeset for help on using the changeset viewer.