Plugin Directory

Changeset 2690739


Ignore:
Timestamp:
03/08/2022 11:38:06 AM (4 years ago)
Author:
creativebrahma
Message:

5 more demos added

Location:
multifox-plus/trunk
Files:
2 added
3 edited

Legend:

Unmodified
Added
Removed
  • multifox-plus/trunk/modules/demo-content/index.php

    r2664529 r2690739  
    2323        function fw_ext_backups_demos($demos) {
    2424            $free_demos = array(
     25                'default-lite' => array(
     26                    'title' => esc_html__('Default', 'multifox-plus'),
     27                    'screenshot' => MULTIFOX_PLUS_DIR_URL.'/modules/demo-content/screenshots/default-lite.png',
     28                    'preview_link' => 'https://multifoxtheme.com/lite'
     29                ),
    2530                'gardening-lite' => array(
    2631                    'title' => esc_html__('Gardening Lite', 'multifox-plus'),
     
    5762                    'screenshot' => MULTIFOX_PLUS_DIR_URL.'/modules/demo-content/screenshots/taxi-lite.png',
    5863                    'preview_link' => 'https://multifoxtheme.com/taxi-lite/'
     64                ),
     65                'symba-lite' => array(
     66                    'title' => esc_html__('Symba Lite', 'multifox-plus'),
     67                    'screenshot' => MULTIFOX_PLUS_DIR_URL.'/modules/demo-content/screenshots/symba-lite.png',
     68                    'preview_link' => 'https://multifoxtheme.com/symba-lite/'
    5969                )
    6070            );
  • multifox-plus/trunk/multifox-plus.php

    r2686491 r2690739  
    33 * Plugin Name: Multifox Plus
    44 * Description: Adds additional features for Multifox Theme.
    5  * Version: 1.1.1
     5 * Version: 1.1.2
    66 * Author: Creative Brahma
    77 * Author URI: https://profiles.wordpress.org/creativebrahma/
  • multifox-plus/trunk/readme.txt

    r2686491 r2690739  
    55Requires at least: 5.0
    66Tested up to: 5.9
    7 Stable tag: 1.1.1
     7Stable tag: 1.1.2
    88Requires PHP: 7.1
    99Version: 1.1.0
     
    3939
    4040== Changelog ==
     41
     42= 1.1.2 =
     43
     44    * 5 more demos added along with demo content
    4145
    4246= 1.1.1 =
Note: See TracChangeset for help on using the changeset viewer.