Changeset 3140123
- Timestamp:
- 08/23/2024 05:17:03 AM (19 months ago)
- Location:
- ai-addons-for-elementor/trunk
- Files:
-
- 5 edited
-
ai-addons.php (modified) (1 diff)
-
core/admin/assets/css/ai-admin-page.css (modified) (1 diff)
-
includes/widgets/contact-info.php (modified) (2 diffs)
-
includes/widgets/fancy-text.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ai-addons-for-elementor/trunk/ai-addons.php
r3056115 r3140123 4 4 Plugin URI: http://aiaddons.ai/ 5 5 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. 76 Version: 1.4.8 7 7 Author: AI WP 8 8 Author URI: https://profiles.wordpress.org/aiwp/ -
ai-addons-for-elementor/trunk/core/admin/assets/css/ai-admin-page.css
r2914304 r3140123 595 595 } 596 596 .inc-tab-content { 597 background-image: url(../../../../assets/images/bg-logo.png);598 597 background-repeat: no-repeat; 599 598 background-position: 30px 10px; -
ai-addons-for-elementor/trunk/includes/widgets/contact-info.php
r2966856 r3140123 370 370 // Go premium section 371 371 $this->start_controls_section( 372 'aiea_section_pro ',372 'aiea_section_pro_1', 373 373 [ 374 374 'label' => esc_html__( 'Go Premium for More Features', 'ai-addons' ) … … 376 376 ); 377 377 $this->add_control( 378 'aiea_get_pro ',378 'aiea_get_pro_1', 379 379 [ 380 380 'type' => Controls_Manager::RAW_HTML, -
ai-addons-for-elementor/trunk/includes/widgets/fancy-text.php
r2966856 r3140123 350 350 // Go premium section 351 351 $this->start_controls_section( 352 'aiea_section_pro ',352 'aiea_section_pro_1', 353 353 [ 354 354 'label' => esc_html__( 'Go Premium for More Features', 'ai-addons' ) … … 373 373 ); 374 374 $this->add_control( 375 'aiea_get_pro ',375 'aiea_get_pro_1', 376 376 [ 377 377 'type' => Controls_Manager::RAW_HTML, -
ai-addons-for-elementor/trunk/readme.txt
r3056115 r3140123 3 3 Tags: elementor addons, elementor, templates, elementor widgets, elements 4 4 Requires at least: 3.0 5 Tested up to: 6. 4.35 Tested up to: 6.6.1 6 6 Requires PHP: 5.7 7 Stable tag: 1.4. 77 Stable tag: 1.4.8 8 8 License: GPLv3 9 9 License URI: https://www.gnu.org/licenses/gpl-3.0.html
Note: See TracChangeset
for help on using the changeset viewer.