Plugin Directory

Changeset 2951715


Ignore:
Timestamp:
08/10/2023 04:47:30 PM (3 years ago)
Author:
celomitan
Message:

1.2.24

  • Bug Fixing: error native video widget
Location:
gum-elementor-addon
Files:
45 added
6 edited

Legend:

Unmodified
Added
Removed
  • gum-elementor-addon/trunk/gum-elementor-addon.php

    r2886793 r2951715  
    55 * Plugin URI: http://themegum.com/
    66 * Description: Addon widget for Elementor. Slideshow, pricing table, icon list, recent post, blog term, post term, post share, post meta, post related, post adjacent, blog grid, post slider,navigation menu, image box, popover and to top button
    7  * Version: 1.2.22
     7 * Version: 1.2.24
    88 * Author: TemeGUM
    99 * Author URI: http://themegum.com
     
    1212 * Requires at least: 3.7
    1313 * Tested up to: 6.1.1
    14  * Elementor tested up to: 3.8.1
     14 * Elementor tested up to: 3.15.2
    1515 */
    1616
  • gum-elementor-addon/trunk/readme.txt

    r2886793 r2951715  
    7272
    7373== Changelog ==
     74= 1.2.24 =
     75* Bug Fixing:  error native video widget
     76
     77= 1.2.23 =
     78* Bug Fixing:  ( imBox widget carousel )
     79
     80
    7481= 1.2.22 =
    75 * Bux Fixing: Button icon style ( imBox widget, imBox widget carousel )
     82* Bug Fixing: Button icon style ( imBox widget, imBox widget carousel )
    7683* Improvement: Adding icon styles ( native icon list widget )
    7784* Improvement: Video play icon styles ( native video widget )
     
    8087
    8188= 1.2.21 =
    82 * Bux Fixing: Column reverse ordering ( Native section widget )
     89* Bug Fixing: Column reverse ordering ( Native section widget )
    8390* Improvement: Button icon style ( imBox widget, imBox widget carousel )
    8491* Improvement: Readmore button icon style ( blog grid widget )
     
    9299
    93100= 1.2.19 =
    94 * Bux Fixing: Blog grid pagination margin ( blog grid widget )
    95 * Bux Fixing: Title missing text shadow and stroke ( gum heading widget )
     101* Bug Fixing: Blog grid pagination margin ( blog grid widget )
     102* Bug Fixing: Title missing text shadow and stroke ( gum heading widget )
    96103
    97104= 1.2.18 =
     
    133140
    134141= 1.2.9 =
    135 * Bux Fixing: Blog pagination error when null ( Blog grid widget )
    136 * Bux Fixing: Periode toggle switch  ( Price table widget )
     142* Bug Fixing: Blog pagination error when null ( Blog grid widget )
     143* Bug Fixing: Periode toggle switch  ( Price table widget )
    137144* Improvement: Feature align option ( Price table widget )
    138145* Improvement: Adding blog title placement ( Blog grid widget )
     
    142149
    143150= 1.2.7 =
    144 * Bux Fixing: Post term vertical spacing
     151* Bug Fixing: Post term vertical spacing
    145152* Improvement: Adding counter text stroke style
    146153* Improvement: Adding heading widget with two colors style
    147154
    148155= 1.2.6 =
    149 * Bux Fixing: Accordion FAQ scheme error
     156* Bug Fixing: Accordion FAQ scheme error
    150157* Improvement: Adding accordion title margin and active color
    151158
    152159= 1.2.5 =
    153 * Bux Fixing: grid gutter for one column layout ( blog grid widget )
    154 * Bux Fixing: featured image height
     160* Bug Fixing: grid gutter for one column layout ( blog grid widget )
     161* Bug Fixing: featured image height
    155162
    156163= 1.2.4 =
    157 * Bux Fixing: post slider image layout on mobile view
    158 * Bux Fixing: post meta link error
     164* Bug Fixing: post slider image layout on mobile view
     165* Bug Fixing: post meta link error
    159166* Improvement: Adding layout for image box widget
    160167* Improvement: Adding tag option for post title
    161168
    162169= 1.2.3 =
    163 * Bux Fixing: recent post divider line thickness
     170* Bug Fixing: recent post divider line thickness
    164171* Improvement: Adding image box widget
    165172
    166173= 1.2.2 =
    167 * Bux Fixing: recent post layout on mobile view
     174* Bug Fixing: recent post layout on mobile view
    168175* Improvement: Adding image box carousel widget
    169176
    170177= 1.2.1 =
    171 * Bux Fixing: blog grid on mobile view and disabling carousel when no article
     178* Bug Fixing: blog grid on mobile view and disabling carousel when no article
    172179* Improvement: Adding toTop button widget
    173180
  • gum-elementor-addon/trunk/widgets/blog_grid.php

    r2886793 r2951715  
    114114
    115115  protected function _register_controls() {
    116 
    117 
    118116
    119117    $this->start_controls_section(
  • gum-elementor-addon/trunk/widgets/button.php

    r2886793 r2951715  
    1919      add_action( 'elementor/element/button/section_style/after_section_end', array( $this, 'register_section_icon_style_controls') , 999 );
    2020      add_action( 'elementor/element/before_section_start', [ $this, 'enqueue_script' ] );
    21       add_action( 'elementor/element/video/section_video_style/after_section_end', array( $this, 'register_section_play_icon_controls') , 999 );
     21      add_action( 'elementor/element/video/section_image_overlay_style/after_section_end', array( $this, 'register_section_play_icon_controls') , 999 );
    2222
    2323  }
     
    256256    );
    257257
     258 
    258259    $element->add_control(
    259260      'play_icon_radius',
     
    439440
    440441    $element->end_injection();
     442
    441443  }
    442444
  • gum-elementor-addon/trunk/widgets/carousel_ibox.php

    r2886793 r2951715  
    220220            'image'=>'',
    221221            'button_label' => esc_html__( 'Button #1', 'gum-elementor-addon' ),
    222             'content_title' =>'',
     222            'content_title' => esc_html__( 'Slide #1', 'gum-elementor-addon' ),
    223223            'content_text' =>'',
    224224            'selected_icon' => esc_html__( 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.', 'gum-elementor-addon' ),
     
    227227            'image'=>'',
    228228            'button_label' => esc_html__( 'Button #2', 'gum-elementor-addon' ),
    229             'content_title' =>'',
     229            'content_title' => esc_html__( 'Slide #2', 'gum-elementor-addon' ),
    230230            'content_text' =>'',
    231231            'selected_icon' => esc_html__( 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.', 'gum-elementor-addon' ),
     
    234234            'image'=>'',
    235235            'button_label' => esc_html__( 'Button #3', 'gum-elementor-addon' ),
    236             'content_title' =>'',
     236            'content_title' => esc_html__( 'Slide #3', 'gum-elementor-addon' ),
    237237            'content_text' =>'',
    238238            'selected_icon' => esc_html__( 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.', 'gum-elementor-addon' ),
    239239          ],
    240240        ],
    241         'title_field' => '{{{ button_label }}}'
     241        'title_field' => '{{{ content_title }}}'
    242242      ]
    243243    );
  • gum-elementor-addon/trunk/widgets/heading.php

    r2886793 r2951715  
    445445    );
    446446
     447
    447448    $this->add_responsive_control(
    448449      'main_title_padding',
     
    452453        'size_units' => [ 'px', 'em', '%' ],
    453454        'selectors' => [
    454           '{{WRAPPER}} .section-main-title span.maintitle' => 'padding: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
     455          '{{WRAPPER}} .section-main-title span.maintitle' => 'padding: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}}; margin: 0 0.33em;',
    455456        ],
    456457        'conditions' => [
     
    471472      ]
    472473    );
    473 
    474474
    475475    $this->add_control(
Note: See TracChangeset for help on using the changeset viewer.