Plugin Directory

Changeset 3101583

Timestamp:
06/12/2024 07:01:08 AM (7 weeks ago)
Author:
FARAZFRANK
Message:

new version child theme added

Location:
avantex-companion
Files:
222 added
3 edited

Legend:

Unmodified
Added
Removed
  • avantex-companion/trunk/avantex-companion.php

    r3090731 r3101583  
    88* Plugin URI:   https://wordpress.org/plugins/avantex-companion
    99* Description:  Avantex Companion plugin provides themes extra settings for theme avantex.
    10 * Version:      0.2.1
     10* Version:      0.2.
    1111* Author:       FARAZFRANK
    1212* Author URI:   https://avantex.com/
    13 * Tested up to: 6.2
     13* Tested up to: 6.
    1414* Requires:     4.0 or higher
    1515* License:      GPLv3 or later
     
    4444        $activate_theme_data = wp_get_theme(); // getting current theme data.
    4545        $activate_theme      = $activate_theme_data->name;
    46         if ( ( 'Avantex' == $activate_theme ) || ( 'Avantex Construction' == $activate_theme ) || ( 'Avantex Automobile' == $activate_theme ) || ( 'Avantex Education' == $activate_theme ) || ( 'Avantex Medical' == $activate_theme ) ) {
     46        if ( ( 'Avantex' == $activate_theme ) || ( 'Avantex Construction' == $activate_theme ) || ( 'Avantex Automobile' == $activate_theme ) || ( 'Avantex Education' == $activate_theme ) || ( 'Avantex Medical' == $activate_theme ) ) {
    4747            require 'inc/avantex/avantex.php';
    4848        }
    49 
    5049    }
    5150    add_action( 'init', 'avantex_companion_init' );
  • avantex-companion/trunk/inc/avantex/demo-content/setup.php

    r3090731 r3101583  
    170170                break;
    171171            case 'Avantex Medical':
    172                 $menu_name        = 'Avantex Education Menu';
     172                $menu_name        = 'Avantex Menu';
    173173                $front_page_title = 'Medical Home';
    174174                break;
  • avantex-companion/trunk/readme.txt

    r3090731 r3101583  
    33Tags: frontpage, theme page, featured, widgets, admin, companion, homepage, WordPress frontpage, template, theme builder, page builder
    44Requires at least: 4.0
    5 Tested up to: 6.1
    6 Stable tag: 0.2.1
     5Tested up to: 6.
     6Stable tag: 0.2.
    77Requires PHP: 4.0 tested up to 8.0.6
    88License: GPLv3 or later
     
    2121
    2222== Changelog ==
     23
     24
    2325* Version:  0.2.1
    2426    * Added Medical Homepage Set fixed.
Note: See TracChangeset for help on using the changeset viewer.