Plugin Directory

Changeset 3217488


Ignore:
Timestamp:
01/06/2025 07:49:44 AM (15 months ago)
Author:
vladff
Message:

1.0.12

Location:
athemes-addons-for-elementor-lite/trunk
Files:
4 edited

Legend:

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

    r3210541 r3217488  
    44 * Plugin URI:  https://athemes.com/addons-for-elementor
    55 * Description: Widgets and extensions for the Elementor page builder
    6  * Version:     1.0.11
     6 * Version:     1.0.12
    77 * Author:      aThemes
    88 * Author URI:  https://athemes.com
     
    2424
    2525// AAFE constants.
    26 define( 'ATHEMES_AFE_VERSION', '1.0.11' );
     26define( 'ATHEMES_AFE_VERSION', '1.0.12' );
    2727define( 'ATHEMES_AFE_FILE', __FILE__ );
    2828define( 'ATHEMES_AFE_BASE', trailingslashit( plugin_basename( ATHEMES_AFE_FILE ) ) );
  • athemes-addons-for-elementor-lite/trunk/inc/functions.php

    r3210541 r3217488  
    120120            'has_scripts'   => false,
    121121        ),
    122         /*
    123122        'creative-button' => array(
    124123            'pro'           => true,
    125124            'category'      => 'content',
    126125            'title'         => esc_html__( 'Creative Button', 'athemes-addons-elementor' ),
    127             'desc'           => esc_html__( 'Multiple creative buttons designs', 'athemes-addons-elementor' ),
     126            'desc'           => esc_html__( 'Multiple creative button designs', 'athemes-addons-elementor' ),
    128127            'tutorial_url'  => 'https://docs.athemes.com/article/creative-button/',
    129128            'preview_url'   => 'https://addons.athemes.com/widget/creative-button/',
    130129            'class'         => 'aThemes_Addons\Widgets\Creative_Button',
    131             'has_styles'    => true,
    132             'has_scripts'   => false,
    133         ),
    134         */
     130            'has_styles'    => false, // Styles are registered in the loader and loaded from the widget for the selected button style
     131            'has_scripts'   => false,
     132        ),
    135133        'whatsapp-chat' => array(
    136134            'pro'           => true,
     
    759757            'title'         => esc_html__( 'Content Protection', 'athemes-addons-elementor' ),
    760758            'desc'          => esc_html__( 'Protect a section through password or user-role', 'athemes-addons-elementor' ),
    761             'tutorial_url'  => 'https://docs.athemes.com/article/content-protection/',
    762             'preview_url'   => 'https://addons.athemes.com/widget/content-protection/',
     759            'tutorial_url'  => '',
     760            'preview_url'   => '',
    763761            'class'         => 'aThemes_Addons\Extensions\Content_Protection',
    764762            'has_styles'    => false,
  • athemes-addons-for-elementor-lite/trunk/inc/traits/button-trait.php

    r3191533 r3217488  
    397397        $instance->add_render_attribute( $prefix . 'wrapper', 'class', 'elementor-button-wrapper' );
    398398   
    399         $instance->add_render_attribute( $prefix . 'button', 'class', 'button aafe-button' );
     399        $instance->add_render_attribute( $prefix . 'button', 'class', 'button aafe-button roll-button' );
    400400
    401401        $instance->add_render_attribute( $prefix . 'button', 'class', $selector );
  • athemes-addons-for-elementor-lite/trunk/readme.txt

    r3210541 r3217488  
    44Tested up to: 6.6.1
    55Requires PHP: 5.6
    6 Stable tag: 1.0.11
     6Stable tag: 1.0.12
    77Contributors: aThemes
    88License: GPLv3 or later
     
    142142== Changelog ==
    143143
     144= 1.0.12 =
     145* added creative button widget to pro widget list
     146* disabled some AI fields
     147
    144148= 1.0.11 =
    145149* Improved compatibility with Elementor 3.2.6
Note: See TracChangeset for help on using the changeset viewer.