Plugin Directory

Changeset 3101643

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

NEW UPDATE fIX CSS AND ADD CHILD THEME

Location:
avantex-companion
Files:
195 added
4 edited

Legend:

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

    r3101583 r3101643  
    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.2
     10* Version:      0.2.
    1111* Author:       FARAZFRANK
    1212* Author URI:   https://avantex.com/
    13 * Tested up to: 6.5
     13* Tested up to: 6.
    1414* Requires:     4.0 or higher
    1515* License:      GPLv3 or later
  • avantex-companion/trunk/inc/avantex/demo-content/setup.php

    r3101583 r3101643  
    235235        ),
    236236        array(
    237             'name'     => 'Slider Factory',
    238             'slug'     => 'slider-factory',
     237            'name'     => '',
     238            'slug'     => '',
    239239            'required' => true,
    240240        ),
  • avantex-companion/trunk/inc/avantex/front-page/index-news.php

    r2893194 r3101643  
    6767                                    ?>
    6868                                    <p><?php echo esc_html( $avantex_exerpt_result ); ?></p>
    69                                     <p><a href="<?php echo esc_html( the_permalink( $avantex_post_item['ID'] ) ); ?>" class="more-link">READ MORE</a></p>
     69                                    <p><a href="<?php echo esc_html( the_permalink( $avantex_post_item['ID'] ) ); ?>" class="more-link"></a></p>
    7070                                </div>
    7171                            </div>
  • avantex-companion/trunk/readme.txt

    r3101583 r3101643  
    22Contributors: FARAZFRANK
    33Tags: frontpage, theme page, featured, widgets, admin, companion, homepage, WordPress frontpage, template, theme builder, page builder
    4 Requires at least: 4.0
    5 Tested up to: 6.5
    6 Stable tag: 0.2.2
    7 Requires PHP: 4.0 tested up to 8.0.6
     4Requires at least: 4.0
     5Tested up to: 6.5
     6Stable tag: 0.2.
     7Requires PHP: tested up to 8.0.6
    88License: GPLv3 or later
    99License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    2121
    2222== Changelog ==
     23
     24
     25
    2326* Version:  0.2.2
    2427    * Added Yoga Data.
Note: See TracChangeset for help on using the changeset viewer.