Plugin Directory

Changeset 3088128

Timestamp:
05/17/2024 07:30:46 AM (2 months ago)
Author:
FARAZFRANK
Message:

new updated avantex 0.2.0

Location:
avantex-companion
Files:
191 added
2 edited

Legend:

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

    r3016394 r3088128  
    88* Plugin URI:   https://wordpress.org/plugins/avantex-companion
    99* Description:  Avantex Companion plugin provides themes extra settings for theme avantex.
    10 * Version:      0.1.9
     10* Version:      0.
    1111* Author:       FARAZFRANK
    1212* Author URI:   https://avantex.com/
     
    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 ) ) {
     46        if ( ( 'Avantex' == $activate_theme ) || ( 'Avantex Construction' == $activate_theme ) || ( 'Avantex Automobile' == $activate_theme ) || ( 'Avantex Education' == $activate_theme ) ) {
    4747            require 'inc/avantex/avantex.php';
    4848        }
  • avantex-companion/trunk/readme.txt

    r3016394 r3088128  
    44Requires at least: 4.0
    55Tested up to: 6.1
    6 Stable tag: 0.1.9
     6Stable tag: 0.
    77Requires PHP: 4.0 tested up to 8.0.6
    88License: GPLv3 or later
     
    2121
    2222== Changelog ==
     23
     24
    2325* Version:  0.1.9
    2426    * Added Education Data.
Note: See TracChangeset for help on using the changeset viewer.