Plugin Directory

Changeset 2306786


Ignore:
Timestamp:
05/17/2020 09:52:04 PM (6 years ago)
Author:
thememiles
Message:

Business theme Demo added

Location:
thememiles-toolset/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • thememiles-toolset/trunk/inc/hooks.php

    r2252205 r2306786  
    240240                                'slug'      => 'instagram-feed',
    241241                            ),
     242
     243                         
    242244                        )
    243245                    ),
     
    275277                                'slug'      => 'wpforms-lite',
    276278                            ),
     279                           
     280                            array(
     281                                'name'      => 'Instagram Feed',
     282                                'slug'      => 'instagram-feed',
     283                            ),
     284                           
    277285                        )
    278286                    ),
    279287                );
    280288                break;
     289
     290                 case "business-trade":
     291                $templates = array(
     292                    array(
     293                        'title' => __( 'Main Demo', 'thememiles-toolset' ),/*Title*/
     294                        'is_premium' => false,/*Premium*/
     295                        'type' => 'normal',
     296                        'author' => __( 'Thememiles', 'thememiles-toolset' ),/*Author Name*/
     297                        'keywords' => array( 'main', 'demo' ),/*Search keyword*/
     298                        'categories' => array( 'busiess' ),/*Categories*/
     299                        'template_url' => array(
     300                            'content' => THEMEMILES_TOOLSET_TEMPLATE_URL.$theme_slug.'/demo-1/content.json',
     301                            'options' => THEMEMILES_TOOLSET_TEMPLATE_URL.$theme_slug.'/demo-1/options.json',
     302                            'widgets' => THEMEMILES_TOOLSET_TEMPLATE_URL.$theme_slug.'/demo-1/widgets.json'
     303                        ),
     304                        'screenshot_url' => THEMEMILES_TOOLSET_TEMPLATE_URL.$theme_slug.'/demo-1/demo.jpg',/*Screenshot of block*/
     305                        'demo_url' => 'https://demo.thememiles.com/business-trade/',/*Demo Url*/
     306                        'plugins' => array(
     307                           
     308
     309                           array(
     310                                'name'      => 'Mailchimp',
     311                                'slug'      => 'mailchimp-for-wp',
     312                            ),
     313
     314                            array(
     315                                'name'     => esc_html__( 'Everest Forms', 'business-trade' ),
     316                                'slug'     => 'everest-forms',
     317                                'required' => false,
     318                            ),
     319
     320                            array(
     321                                    'name'     => esc_html__( 'Elementor', 'business-trade' ),
     322                                    'slug'     => 'elementor',
     323                                    'required' => false,
     324                                ),
     325                        )
     326                    ),
     327                );
     328                break;
     329
    281330            default:
    282331                $templates = array();
  • thememiles-toolset/trunk/readme.txt

    r2252205 r2306786  
    33Tags: thememiles, theme demos, demo, importer, one click import
    44Requires at least: 4.6
    5 Tested up to: 5.3
     5Tested up to: 5.4.1
    66Requires PHP: 4.6
    7 Stable tag: 1.0.0
     7Stable tag: 1.0.1
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    3535
    3636= 1. What is the plugin license? =
    37    This plugin is released under a GPL license. =
     37   This plugin is released under a GPL license.
    3838
    3939= 2. What themes this plugin supports?
    40    The plugin currently only supports ThemeMiles Themes. =
     40   The plugin currently only supports ThemeMiles Themes.
    4141
    4242= 3. Where I can see the Settings?
    43   Check all the available options inside Appearance > One Click Demo Import. =
     43  Check all the available options inside Appearance > One Click Demo Import.
    4444
    4545== Images License ==
     
    5151== Changelog ==
    5252
     53= 1.0.1 =
     54* Business Trade Demo Added
     55
    5356= 1.0.0 =
    5457* Submitted on .org
  • thememiles-toolset/trunk/thememiles-toolset.php

    r2252205 r2306786  
    55Plugin Name: Thememiles Toolset
    66Description: Import Thememiles official Themes Demo Content, widgets and theme settings with just one click.
    7 Version:     1.0.0
     7Version:     1.0.1
    88Author:      Thememiles
    99Author URI:  http://www.thememiles.com
Note: See TracChangeset for help on using the changeset viewer.