Plugin Directory

Changeset 2800393


Ignore:
Timestamp:
10/18/2022 06:36:21 AM (3 years ago)
Author:
themescoder
Message:

Commit Changes 18 oct

Location:
tc-ecommerce
Files:
965 added
40 edited

Legend:

Unmodified
Added
Removed
  • tc-ecommerce/trunk/functions/tc_app_setting_config.php

    r2750777 r2800393  
    88        'opt_name'             => $opt_name_tc_ecommerce_app,
    99        'display_name'         => 'TC Ecommerce',
    10         'display_version'      => '1.3.0',
     10        'display_version'      => '1.3.2',
    1111        'menu_type'            => 'menu',
    1212        'allow_sub_menu'       => true,
     
    127127                        'title' => __( 'Home Style 9', 'Theme Coder' ),
    128128                        'img' => TCVC_PLUGIN_URL . '/assets/images/hs9.png'
    129                     ),
    130                     '10'      => array(
    131                         'alt'   => 'Home Style 10',
    132                         'title' => __( 'Home Style 10', 'Theme Coder' ),
    133                         'img' => TCVC_PLUGIN_URL . '/assets/images/hs10.png'
    134                     ),
     129                    ),                 
    135130                ),
    136131                'default' => '1'
     
    351346                        'img' => TCVC_PLUGIN_URL . '/assets/images/rcard-22.png'
    352347                    ),
     348                    '23'      => array(
     349                        'alt'   => 'Card Style 23',
     350                        'title' => __( 'Card Style 23', 'Theme Coder' ),
     351                        'img' => TCVC_PLUGIN_URL . '/assets/images/rcard-23.png'
     352                    ),
     353                    '24'      => array(
     354                        'alt'   => 'Card Style 24',
     355                        'title' => __( 'Card Style 24', 'Theme Coder' ),
     356                        'img' => TCVC_PLUGIN_URL . '/assets/images/rcard-24.png'
     357                    ),
     358                    '25'      => array(
     359                        'alt'   => 'Card Style 25',
     360                        'title' => __( 'Card Style 25', 'Theme Coder' ),
     361                        'img' => TCVC_PLUGIN_URL . '/assets/images/rcard-25.png'
     362                    ),
     363                    '26'      => array(
     364                        'alt'   => 'Card Style 26',
     365                        'title' => __( 'Card Style 26', 'Theme Coder' ),
     366                        'img' => TCVC_PLUGIN_URL . '/assets/images/rcard-26.png'
     367                    ),
     368                    '27'      => array(
     369                        'alt'   => 'Card Style 27',
     370                        'title' => __( 'Card Style 27', 'Theme Coder' ),
     371                        'img' => TCVC_PLUGIN_URL . '/assets/images/rcard-27.png'
     372                    ),
    353373                ),
    354374                'default' => '1'
  • tc-ecommerce/trunk/readme.txt

    r2750777 r2800393  
    118118* Plugin Product Add-Ons  configure
    119119* Plugin Tera Wallet Configure
     120
     121= 1.3.2 =
     122* Added More Card Style
     123* Updated App Home Pages
     124* Updated App Categaory Pages
  • tc-ecommerce/trunk/tc-ecommerce.php

    r2750777 r2800393  
    44 * Plugin URI: https://themes-coder.com/
    55 * Description: A wordpress Plugin for mobile app solution for android and iOS platform with WordPress WooCommerce as backend.
    6  * Version: 1.3.0
     6 * Version: 1.3.2
    77 * Author: ThemesCoder
    88 * Author URI: https://themes-coder.com
Note: See TracChangeset for help on using the changeset viewer.