Plugin Directory

Changeset 3140123


Ignore:
Timestamp:
08/23/2024 05:17:03 AM (19 months ago)
Author:
aiwp
Message:

updated version 1.4.8

Location:
ai-addons-for-elementor/trunk
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • ai-addons-for-elementor/trunk/ai-addons.php

    r3056115 r3140123  
    44    Plugin URI: http://aiaddons.ai/
    55    Description: Discover the most advanced Elementor addons: AI featured widgets, Header & Footer builders, Mega menu builder, layout pack, drag and drop custom controls and potent custom controls.
    6     Version: 1.4.7
     6    Version: 1.4.8
    77    Author: AI WP
    88    Author URI: https://profiles.wordpress.org/aiwp/
  • ai-addons-for-elementor/trunk/core/admin/assets/css/ai-admin-page.css

    r2914304 r3140123  
    595595}
    596596.inc-tab-content {
    597     background-image: url(../../../../assets/images/bg-logo.png);
    598597    background-repeat: no-repeat;
    599598    background-position: 30px 10px;
  • ai-addons-for-elementor/trunk/includes/widgets/contact-info.php

    r2966856 r3140123  
    370370        // Go premium section
    371371        $this->start_controls_section(
    372             'aiea_section_pro',
     372            'aiea_section_pro_1',
    373373            [
    374374                'label' => esc_html__( 'Go Premium for More Features', 'ai-addons' )
     
    376376        );
    377377        $this->add_control(
    378             'aiea_get_pro',
     378            'aiea_get_pro_1',
    379379            [
    380380                'type' => Controls_Manager::RAW_HTML,
  • ai-addons-for-elementor/trunk/includes/widgets/fancy-text.php

    r2966856 r3140123  
    350350        // Go premium section
    351351        $this->start_controls_section(
    352             'aiea_section_pro',
     352            'aiea_section_pro_1',
    353353            [
    354354                'label' => esc_html__( 'Go Premium for More Features', 'ai-addons' )
     
    373373        );
    374374        $this->add_control(
    375             'aiea_get_pro',
     375            'aiea_get_pro_1',
    376376            [
    377377                'type' => Controls_Manager::RAW_HTML,
  • ai-addons-for-elementor/trunk/readme.txt

    r3056115 r3140123  
    33Tags: elementor addons, elementor, templates, elementor widgets, elements
    44Requires at least: 3.0
    5 Tested up to: 6.4.3
     5Tested up to: 6.6.1
    66Requires PHP: 5.7
    7 Stable tag: 1.4.7
     7Stable tag: 1.4.8
    88License: GPLv3
    99License URI: https://www.gnu.org/licenses/gpl-3.0.html
Note: See TracChangeset for help on using the changeset viewer.