Changeset 3460881
- Timestamp:
- 02/13/2026 03:43:05 PM (6 days ago)
- Location:
- az-video-and-audio-player-addon-for-elementor
- Files:
-
- 6 edited
- 1 copied
-
tags/3.0.8 (copied) (copied from az-video-and-audio-player-addon-for-elementor/trunk)
-
tags/3.0.8/includes/elementor/widgets/audio-player.php (modified) (1 diff)
-
tags/3.0.8/plugin-main.php (modified) (2 diffs)
-
tags/3.0.8/readme.txt (modified) (2 diffs)
-
trunk/includes/elementor/widgets/audio-player.php (modified) (1 diff)
-
trunk/plugin-main.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
az-video-and-audio-player-addon-for-elementor/tags/3.0.8/includes/elementor/widgets/audio-player.php
r3430080 r3460881 566 566 ); 567 567 $this->end_controls_section(); // Style tab setting_icon_section end 568 569 $this->start_controls_section( 570 'styling_download_icon_section', 571 [ 572 'label' => esc_html__( 'Download Button', 'vapfem' ), 573 'tab' => \Elementor\Controls_Manager::TAB_STYLE, 574 ] 575 ); 576 577 $this->add_control( 578 'download_icon_bg_color', 579 [ 580 'label' => esc_html__( 'BG Color', 'vapfem' ), 581 'type' => \Elementor\Controls_Manager::COLOR, 582 'selectors' => [ 583 '{{WRAPPER}} .plyr__control[data-plyr="download"]' => 'background-color:{{VALUE}}', 584 ], 585 ] 586 ); 587 588 $this->add_control( 589 'download_icon_color', 590 [ 591 'label' => esc_html__( 'Icon Color', 'vapfem' ), 592 'type' => \Elementor\Controls_Manager::COLOR, 593 'selectors' => [ 594 '{{WRAPPER}} .plyr__control[data-plyr="download"] svg' => 'color:{{VALUE}}', 595 ], 596 ] 597 ); 598 599 $this->add_control( 600 'download_icon_hover_bg_color', 601 [ 602 'label' => esc_html__( 'Hover BG Color', 'vapfem' ), 603 'type' => \Elementor\Controls_Manager::COLOR, 604 'selectors' => [ 605 '{{WRAPPER}} .plyr__control[data-plyr="download"]:hover' => 'background-color:{{VALUE}}', 606 ], 607 ] 608 ); 609 610 $this->add_control( 611 'download_icon_hover_color', 612 [ 613 'label' => esc_html__( 'Hover Icon Color', 'vapfem' ), 614 'type' => \Elementor\Controls_Manager::COLOR, 615 'selectors' => [ 616 '{{WRAPPER}} .plyr__control[data-plyr="download"]:hover svg' => 'color:{{VALUE}}', 617 ], 618 ] 619 ); 620 621 $this->add_group_control( 622 \Elementor\Group_Control_Border::get_type(), 623 [ 624 'name' => 'download_icon_border', 625 'label' => esc_html__( 'Border', 'vapfem' ), 626 'selector' => '{{WRAPPER}} .plyr__control[data-plyr="download"]' 627 ] 628 ); 629 $this->end_controls_section(); // Style tab download_icon_section end 568 630 569 631 $this->start_controls_section( -
az-video-and-audio-player-addon-for-elementor/tags/3.0.8/plugin-main.php
r3433502 r3460881 4 4 Plugin URI: https://leanplugins.com/ 5 5 Description: Video & Audio player for Elementor, Gutenberg & Classic Editor 6 Version: 3.0. 76 Version: 3.0.8 7 7 Author: LeanPlugins 8 8 Author URI: https://leanplugins.com/ … … 19 19 // Both version may have this constant, so check first 20 20 if (!defined('LEANPL_VERSION')) { 21 define('LEANPL_VERSION', '3.0. 7');21 define('LEANPL_VERSION', '3.0.8'); 22 22 define('LEANPL_URI', plugins_url('', __FILE__)); 23 23 define('LEANPL_DIR', dirname(__FILE__)); -
az-video-and-audio-player-addon-for-elementor/tags/3.0.8/readme.txt
r3433502 r3460881 5 5 Tested up to: 6.9 6 6 Requires PHP: 7.4 7 Stable tag: 3.0. 77 Stable tag: 3.0.8 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 100 100 101 101 == Changelog == 102 = Version: 3.0.8 = 103 Added: Download button styling option to the audio player elementor widget 104 102 105 = Version: 3.0.7 = 103 106 Fixed: Play Large button were not showing for very newly created video player -
az-video-and-audio-player-addon-for-elementor/trunk/includes/elementor/widgets/audio-player.php
r3430080 r3460881 566 566 ); 567 567 $this->end_controls_section(); // Style tab setting_icon_section end 568 569 $this->start_controls_section( 570 'styling_download_icon_section', 571 [ 572 'label' => esc_html__( 'Download Button', 'vapfem' ), 573 'tab' => \Elementor\Controls_Manager::TAB_STYLE, 574 ] 575 ); 576 577 $this->add_control( 578 'download_icon_bg_color', 579 [ 580 'label' => esc_html__( 'BG Color', 'vapfem' ), 581 'type' => \Elementor\Controls_Manager::COLOR, 582 'selectors' => [ 583 '{{WRAPPER}} .plyr__control[data-plyr="download"]' => 'background-color:{{VALUE}}', 584 ], 585 ] 586 ); 587 588 $this->add_control( 589 'download_icon_color', 590 [ 591 'label' => esc_html__( 'Icon Color', 'vapfem' ), 592 'type' => \Elementor\Controls_Manager::COLOR, 593 'selectors' => [ 594 '{{WRAPPER}} .plyr__control[data-plyr="download"] svg' => 'color:{{VALUE}}', 595 ], 596 ] 597 ); 598 599 $this->add_control( 600 'download_icon_hover_bg_color', 601 [ 602 'label' => esc_html__( 'Hover BG Color', 'vapfem' ), 603 'type' => \Elementor\Controls_Manager::COLOR, 604 'selectors' => [ 605 '{{WRAPPER}} .plyr__control[data-plyr="download"]:hover' => 'background-color:{{VALUE}}', 606 ], 607 ] 608 ); 609 610 $this->add_control( 611 'download_icon_hover_color', 612 [ 613 'label' => esc_html__( 'Hover Icon Color', 'vapfem' ), 614 'type' => \Elementor\Controls_Manager::COLOR, 615 'selectors' => [ 616 '{{WRAPPER}} .plyr__control[data-plyr="download"]:hover svg' => 'color:{{VALUE}}', 617 ], 618 ] 619 ); 620 621 $this->add_group_control( 622 \Elementor\Group_Control_Border::get_type(), 623 [ 624 'name' => 'download_icon_border', 625 'label' => esc_html__( 'Border', 'vapfem' ), 626 'selector' => '{{WRAPPER}} .plyr__control[data-plyr="download"]' 627 ] 628 ); 629 $this->end_controls_section(); // Style tab download_icon_section end 568 630 569 631 $this->start_controls_section( -
az-video-and-audio-player-addon-for-elementor/trunk/plugin-main.php
r3433502 r3460881 4 4 Plugin URI: https://leanplugins.com/ 5 5 Description: Video & Audio player for Elementor, Gutenberg & Classic Editor 6 Version: 3.0. 76 Version: 3.0.8 7 7 Author: LeanPlugins 8 8 Author URI: https://leanplugins.com/ … … 19 19 // Both version may have this constant, so check first 20 20 if (!defined('LEANPL_VERSION')) { 21 define('LEANPL_VERSION', '3.0. 7');21 define('LEANPL_VERSION', '3.0.8'); 22 22 define('LEANPL_URI', plugins_url('', __FILE__)); 23 23 define('LEANPL_DIR', dirname(__FILE__)); -
az-video-and-audio-player-addon-for-elementor/trunk/readme.txt
r3433502 r3460881 5 5 Tested up to: 6.9 6 6 Requires PHP: 7.4 7 Stable tag: 3.0. 77 Stable tag: 3.0.8 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 100 100 101 101 == Changelog == 102 = Version: 3.0.8 = 103 Added: Download button styling option to the audio player elementor widget 104 102 105 = Version: 3.0.7 = 103 106 Fixed: Play Large button were not showing for very newly created video player
Note: See TracChangeset
for help on using the changeset viewer.