Changeset 3245718
- Timestamp:
- 02/24/2025 12:01:50 PM (13 months ago)
- Location:
- better-elementor-addons/trunk
- Files:
-
- 63 edited
-
better-addons.php (modified) (3 diffs)
-
readme.txt (modified) (2 diffs)
-
widgets/about/about.php (modified) (1 diff)
-
widgets/better-clients.php (modified) (1 diff)
-
widgets/better-contact-form.php (modified) (1 diff)
-
widgets/better-header.php (modified) (1 diff)
-
widgets/better-heading.php (modified) (1 diff)
-
widgets/better-menu-list.php (modified) (1 diff)
-
widgets/better-portfolio.php (modified) (1 diff)
-
widgets/better-price.php (modified) (1 diff)
-
widgets/better-team.php (modified) (1 diff)
-
widgets/blog-adv/blog-adv.php (modified) (1 diff)
-
widgets/blog/blog.php (modified) (1 diff)
-
widgets/bottom-shape/bottom-shape.php (modified) (1 diff)
-
widgets/breadcrumbs/breadcrumbs.php (modified) (2 diffs)
-
widgets/button-adv/button-adv.php (modified) (1 diff)
-
widgets/button/button.php (modified) (2 diffs)
-
widgets/cart/cart.php (modified) (1 diff)
-
widgets/clients/clients.php (modified) (1 diff)
-
widgets/comparison/comparison.php (modified) (1 diff)
-
widgets/contact/contact.php (modified) (1 diff)
-
widgets/countdown/countdown.php (modified) (1 diff)
-
widgets/counter/counter.php (modified) (2 diffs)
-
widgets/fancy/fancy.php (modified) (1 diff)
-
widgets/featured/featured.php (modified) (1 diff)
-
widgets/flip-box/flip-box.php (modified) (1 diff)
-
widgets/gallery/gallery.php (modified) (1 diff)
-
widgets/header-search/header-search.php (modified) (1 diff)
-
widgets/heading-adv/heading-adv.php (modified) (1 diff)
-
widgets/heading/heading.php (modified) (1 diff)
-
widgets/icon-box/icon-box.php (modified) (1 diff)
-
widgets/image-box-slider/image-box-slider.php (modified) (1 diff)
-
widgets/image-box/image-box.php (modified) (1 diff)
-
widgets/image/image.php (modified) (2 diffs)
-
widgets/info-box/info-box.php (modified) (1 diff)
-
widgets/insta/insta.php (modified) (1 diff)
-
widgets/list-holder.php (modified) (1 diff)
-
widgets/logo/logo.php (modified) (1 diff)
-
widgets/map/map.php (modified) (1 diff)
-
widgets/menu-list/menu-list.php (modified) (1 diff)
-
widgets/menu/menu.php (modified) (1 diff)
-
widgets/nav/nav.php (modified) (1 diff)
-
widgets/portfolio/portfolio.php (modified) (1 diff)
-
widgets/post-author/post-author.php (modified) (1 diff)
-
widgets/post-comments/post-comments.php (modified) (1 diff)
-
widgets/post-date/post-date.php (modified) (1 diff)
-
widgets/post-featured-image/post-featured-image.php (modified) (1 diff)
-
widgets/post-title/post-title.php (modified) (1 diff)
-
widgets/price/price.php (modified) (1 diff)
-
widgets/product/product.php (modified) (1 diff)
-
widgets/search-widget/search-widget.php (modified) (1 diff)
-
widgets/search/search.php (modified) (1 diff)
-
widgets/services/services.php (modified) (1 diff)
-
widgets/shadow/shadow.php (modified) (1 diff)
-
widgets/showcase/showcase.php (modified) (1 diff)
-
widgets/slider-parallax/slider-parallax.php (modified) (1 diff)
-
widgets/slider/slider.php (modified) (1 diff)
-
widgets/team/team.php (modified) (1 diff)
-
widgets/testimonial-carousel/testimonial-carousel.php (modified) (1 diff)
-
widgets/testimonial/testimonial.php (modified) (1 diff)
-
widgets/top-shape/top-shape.php (modified) (1 diff)
-
widgets/video-box/video-box.php (modified) (1 diff)
-
widgets/woo/woo.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
better-elementor-addons/trunk/better-addons.php
r3202570 r3245718 3 3 /** 4 4 * @package better_el_addons 5 * @version 1.5. 35 * @version 1.5.4 6 6 */ 7 7 /** … … 9 9 * Description: Simple Elementor Addons for making Beautiful Website. 10 10 * Plugin URI: https://wordpress.org/plugins/better-elementor-addons/ 11 * Version: 1.5. 311 * Version: 1.5.4 12 12 * Author: BetterAddons 13 13 * Author URI: https://widgets.betteraddons.com/ … … 25 25 26 26 // Plugin version 27 define( 'BEA_VERSION', '1.5. 3' );27 define( 'BEA_VERSION', '1.5.4' ); 28 28 // Plugin Root File 29 29 define( 'BEA_PLUGIN_FILE', __FILE__ ); -
better-elementor-addons/trunk/readme.txt
r3202570 r3245718 6 6 Tested up to: 6.7 7 7 Requires PHP: 5.6 8 Elementor tested up to: 3.25.10 9 Elementor Pro tested up to: 3.25.4 10 Stable tag: 1.5.3 8 Elementor tested up to: 3.27.6 9 Stable tag: 1.5.4 11 10 License: GPLv2 or later 12 11 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 75 74 76 75 == Changelog == 76 = 1.5.4 - 24/02/2025 = 77 Compatibility update. 77 78 78 79 = 1.5.3 - 04/12/2024 = -
better-elementor-addons/trunk/widgets/about/about.php
r3094035 r3245718 87 87 * @access protected 88 88 */ 89 protected function _register_controls() {89 protected function register_controls() { 90 90 // start of the Content tab section 91 91 -
better-elementor-addons/trunk/widgets/better-clients.php
r3094035 r3245718 100 100 * @access protected 101 101 */ 102 protected function _register_controls() {102 protected function register_controls() { 103 103 104 104 // start of the Content tab section -
better-elementor-addons/trunk/widgets/better-contact-form.php
r3094035 r3245718 101 101 * @access protected 102 102 */ 103 protected function _register_controls() {103 protected function register_controls() { 104 104 105 105 $this->start_controls_section( -
better-elementor-addons/trunk/widgets/better-header.php
r3094035 r3245718 111 111 * @access protected 112 112 */ 113 protected function _register_controls() {113 protected function register_controls() { 114 114 115 115 // start of the Content tab section -
better-elementor-addons/trunk/widgets/better-heading.php
r3094035 r3245718 82 82 * @access protected 83 83 */ 84 protected function _register_controls() {84 protected function register_controls() { 85 85 86 86 // start of the Content tab section -
better-elementor-addons/trunk/widgets/better-menu-list.php
r3102036 r3245718 82 82 * @access protected 83 83 */ 84 protected function _register_controls() {84 protected function register_controls() { 85 85 86 86 $this->start_controls_section( -
better-elementor-addons/trunk/widgets/better-portfolio.php
r3094035 r3245718 95 95 * @access protected 96 96 */ 97 protected function _register_controls()97 protected function register_controls() 98 98 { 99 99 // start of the Content tab section -
better-elementor-addons/trunk/widgets/better-price.php
r3106619 r3245718 97 97 * @access protected 98 98 */ 99 protected function _register_controls() {99 protected function register_controls() { 100 100 101 101 // start of the Content tab section -
better-elementor-addons/trunk/widgets/better-team.php
r3094035 r3245718 82 82 * @access protected 83 83 */ 84 protected function _register_controls() {84 protected function register_controls() { 85 85 // start of the Content tab section 86 86 $this->start_controls_section( -
better-elementor-addons/trunk/widgets/blog-adv/blog-adv.php
r3102036 r3245718 96 96 * @access protected 97 97 */ 98 protected function _register_controls()98 protected function register_controls() 99 99 { 100 100 -
better-elementor-addons/trunk/widgets/blog/blog.php
r3102036 r3245718 101 101 * @access protected 102 102 */ 103 protected function _register_controls() {103 protected function register_controls() { 104 104 105 105 $this->start_controls_section( -
better-elementor-addons/trunk/widgets/bottom-shape/bottom-shape.php
r3102036 r3245718 82 82 * @access protected 83 83 */ 84 protected function _register_controls() {84 protected function register_controls() { 85 85 86 86 $this->start_controls_section( -
better-elementor-addons/trunk/widgets/breadcrumbs/breadcrumbs.php
r3102036 r3245718 11 11 use Elementor\Icons_Manager; 12 12 use Elementor\Group_Control_Image_Size; 13 use Elementor\Scheme_Base;14 13 15 14 … … 89 88 * @access protected 90 89 */ 91 protected function _register_controls() {90 protected function register_controls() { 92 91 93 92 $this->start_controls_section( -
better-elementor-addons/trunk/widgets/button-adv/button-adv.php
r3102036 r3245718 93 93 * @access protected 94 94 */ 95 protected function _register_controls()95 protected function register_controls() 96 96 { 97 97 //----------------------------------------------- Box content section-----------------------------------// -
better-elementor-addons/trunk/widgets/button/button.php
r3102036 r3245718 11 11 use Elementor\Icons_Manager; 12 12 use Elementor\Group_Control_Image_Size; 13 use Elementor\Scheme_Base;14 13 15 14 … … 89 88 * @access protected 90 89 */ 91 protected function _register_controls() {90 protected function register_controls() { 92 91 93 92 $this->start_controls_section( -
better-elementor-addons/trunk/widgets/cart/cart.php
r3102036 r3245718 84 84 * @access protected 85 85 */ 86 protected function _register_controls() {86 protected function register_controls() { 87 87 88 88 $this->start_controls_section( -
better-elementor-addons/trunk/widgets/clients/clients.php
r3094035 r3245718 100 100 * @access protected 101 101 */ 102 protected function _register_controls() {102 protected function register_controls() { 103 103 104 104 // start of the Content tab section -
better-elementor-addons/trunk/widgets/comparison/comparison.php
r3094035 r3245718 85 85 * @access protected 86 86 */ 87 protected function _register_controls() {87 protected function register_controls() { 88 88 // start of the Content tab section 89 89 $this->start_controls_section( -
better-elementor-addons/trunk/widgets/contact/contact.php
r3094035 r3245718 99 99 * @access protected 100 100 */ 101 protected function _register_controls() {101 protected function register_controls() { 102 102 103 103 $this->start_controls_section( -
better-elementor-addons/trunk/widgets/countdown/countdown.php
r3094035 r3245718 81 81 * @access protected 82 82 */ 83 protected function _register_controls() {83 protected function register_controls() { 84 84 85 85 $this->start_controls_section( -
better-elementor-addons/trunk/widgets/counter/counter.php
r3102036 r3245718 11 11 use Elementor\Icons_Manager; 12 12 use Elementor\Group_Control_Image_Size; 13 use Elementor\Scheme_Base;14 13 15 14 … … 104 103 * @access protected 105 104 */ 106 protected function _register_controls() {105 protected function register_controls() { 107 106 108 107 $this->start_controls_section( -
better-elementor-addons/trunk/widgets/fancy/fancy.php
r3102036 r3245718 86 86 * @access protected 87 87 */ 88 protected function _register_controls() {88 protected function register_controls() { 89 89 90 90 -
better-elementor-addons/trunk/widgets/featured/featured.php
r3102036 r3245718 82 82 * @access protected 83 83 */ 84 protected function _register_controls() {84 protected function register_controls() { 85 85 86 86 $this->start_controls_section( -
better-elementor-addons/trunk/widgets/flip-box/flip-box.php
r3102036 r3245718 90 90 * @access protected 91 91 */ 92 protected function _register_controls()92 protected function register_controls() 93 93 { 94 94 -
better-elementor-addons/trunk/widgets/gallery/gallery.php
r3102036 r3245718 84 84 * @access protected 85 85 */ 86 protected function _register_controls() {86 protected function register_controls() { 87 87 88 88 $this->start_controls_section( -
better-elementor-addons/trunk/widgets/header-search/header-search.php
r3102036 r3245718 93 93 * @access protected 94 94 */ 95 protected function _register_controls() {95 protected function register_controls() { 96 96 97 97 $this->start_controls_section( -
better-elementor-addons/trunk/widgets/heading-adv/heading-adv.php
r3102036 r3245718 90 90 * @access protected 91 91 */ 92 protected function _register_controls()92 protected function register_controls() 93 93 { 94 94 -
better-elementor-addons/trunk/widgets/heading/heading.php
r3094035 r3245718 89 89 * @access protected 90 90 */ 91 protected function _register_controls() {91 protected function register_controls() { 92 92 93 93 // start of the Content tab section -
better-elementor-addons/trunk/widgets/icon-box/icon-box.php
r3102036 r3245718 91 91 * @access protected 92 92 */ 93 protected function _register_controls()93 protected function register_controls() 94 94 { 95 95 -
better-elementor-addons/trunk/widgets/image-box-slider/image-box-slider.php
r3102036 r3245718 84 84 * @access protected 85 85 */ 86 protected function _register_controls() {86 protected function register_controls() { 87 87 88 88 $this->start_controls_section( -
better-elementor-addons/trunk/widgets/image-box/image-box.php
r3094035 r3245718 97 97 * @access protected 98 98 */ 99 protected function _register_controls() {99 protected function register_controls() { 100 100 101 101 // start of the Content tab section -
better-elementor-addons/trunk/widgets/image/image.php
r3102036 r3245718 11 11 use Elementor\Icons_Manager; 12 12 use Elementor\Group_Control_Image_Size; 13 use Elementor\Scheme_Base;14 13 15 14 … … 89 88 * @access protected 90 89 */ 91 protected function _register_controls() {90 protected function register_controls() { 92 91 93 92 $this->start_controls_section( -
better-elementor-addons/trunk/widgets/info-box/info-box.php
r3102036 r3245718 86 86 * @access protected 87 87 */ 88 protected function _register_controls() {88 protected function register_controls() { 89 89 90 90 -
better-elementor-addons/trunk/widgets/insta/insta.php
r3102036 r3245718 82 82 * @access protected 83 83 */ 84 protected function _register_controls() {84 protected function register_controls() { 85 85 86 86 $this->start_controls_section( -
better-elementor-addons/trunk/widgets/list-holder.php
r3094035 r3245718 85 85 * @access protected 86 86 */ 87 protected function _register_controls() {87 protected function register_controls() { 88 88 89 89 // start of the Content tab section -
better-elementor-addons/trunk/widgets/logo/logo.php
r3102036 r3245718 82 82 * @access protected 83 83 */ 84 protected function _register_controls() {84 protected function register_controls() { 85 85 86 86 $this->start_controls_section( -
better-elementor-addons/trunk/widgets/map/map.php
r3094035 r3245718 99 99 * @access protected 100 100 */ 101 protected function _register_controls() {101 protected function register_controls() { 102 102 103 103 $this->start_controls_section( -
better-elementor-addons/trunk/widgets/menu-list/menu-list.php
r3102036 r3245718 86 86 * @access protected 87 87 */ 88 protected function _register_controls() {88 protected function register_controls() { 89 89 90 90 $this->start_controls_section( -
better-elementor-addons/trunk/widgets/menu/menu.php
r3094035 r3245718 112 112 * @access protected 113 113 */ 114 protected function _register_controls() {114 protected function register_controls() { 115 115 116 116 // start of the Content tab section -
better-elementor-addons/trunk/widgets/nav/nav.php
r3094035 r3245718 112 112 * @access protected 113 113 */ 114 protected function _register_controls() {114 protected function register_controls() { 115 115 116 116 // start of the Content tab section -
better-elementor-addons/trunk/widgets/portfolio/portfolio.php
r3105853 r3245718 87 87 * @access protected 88 88 */ 89 protected function _register_controls() {89 protected function register_controls() { 90 90 91 91 $this->start_controls_section( -
better-elementor-addons/trunk/widgets/post-author/post-author.php
r3102036 r3245718 43 43 } 44 44 45 protected function _register_controls() {45 protected function register_controls() { 46 46 47 47 $post_type_object = get_post_type_object( get_post_type() ); -
better-elementor-addons/trunk/widgets/post-comments/post-comments.php
r3094035 r3245718 39 39 } 40 40 41 protected function _register_controls() {41 protected function register_controls() { 42 42 43 43 $post_type_object = get_post_type_object( get_post_type() ); -
better-elementor-addons/trunk/widgets/post-date/post-date.php
r3102036 r3245718 41 41 } 42 42 43 protected function _register_controls() {43 protected function register_controls() { 44 44 45 45 $post_type_object = get_post_type_object( get_post_type() ); -
better-elementor-addons/trunk/widgets/post-featured-image/post-featured-image.php
r3102036 r3245718 42 42 } 43 43 44 protected function _register_controls() {44 protected function register_controls() { 45 45 46 46 $post_type_object = get_post_type_object( get_post_type() ); -
better-elementor-addons/trunk/widgets/post-title/post-title.php
r3102036 r3245718 82 82 * @access protected 83 83 */ 84 protected function _register_controls() {84 protected function register_controls() { 85 85 86 86 Global $post_type_object; -
better-elementor-addons/trunk/widgets/price/price.php
r3106619 r3245718 97 97 * @access protected 98 98 */ 99 protected function _register_controls() {99 protected function register_controls() { 100 100 101 101 $this->start_controls_section( -
better-elementor-addons/trunk/widgets/product/product.php
r3102036 r3245718 83 83 * @access protected 84 84 */ 85 protected function _register_controls() {85 protected function register_controls() { 86 86 87 87 $this->start_controls_section( -
better-elementor-addons/trunk/widgets/search-widget/search-widget.php
r3102036 r3245718 82 82 * @access protected 83 83 */ 84 protected function _register_controls() {84 protected function register_controls() { 85 85 86 86 $this->start_controls_section( -
better-elementor-addons/trunk/widgets/search/search.php
r3102036 r3245718 93 93 * @access protected 94 94 */ 95 protected function _register_controls() {95 protected function register_controls() { 96 96 97 97 $this->start_controls_section( -
better-elementor-addons/trunk/widgets/services/services.php
r3202570 r3245718 88 88 * @access protected 89 89 */ 90 protected function _register_controls() {90 protected function register_controls() { 91 91 // start of the Content tab section 92 92 $this->start_controls_section( -
better-elementor-addons/trunk/widgets/shadow/shadow.php
r3102036 r3245718 82 82 * @access protected 83 83 */ 84 protected function _register_controls() {84 protected function register_controls() { 85 85 86 86 $this->start_controls_section( -
better-elementor-addons/trunk/widgets/showcase/showcase.php
r3202570 r3245718 85 85 * @access protected 86 86 */ 87 protected function _register_controls() {87 protected function register_controls() { 88 88 89 89 $this->start_controls_section( -
better-elementor-addons/trunk/widgets/slider-parallax/slider-parallax.php
r3102580 r3245718 62 62 * Register the widget controls. 63 63 */ 64 protected function _register_controls()64 protected function register_controls() 65 65 { 66 66 -
better-elementor-addons/trunk/widgets/slider/slider.php
r3202570 r3245718 89 89 * @access protected 90 90 */ 91 protected function _register_controls() {91 protected function register_controls() { 92 92 93 93 -
better-elementor-addons/trunk/widgets/team/team.php
r3094035 r3245718 88 88 * @access protected 89 89 */ 90 protected function _register_controls() {90 protected function register_controls() { 91 91 // start of the Content tab section 92 92 $this->start_controls_section( -
better-elementor-addons/trunk/widgets/testimonial-carousel/testimonial-carousel.php
r3202570 r3245718 97 97 * @access protected 98 98 */ 99 protected function _register_controls()99 protected function register_controls() 100 100 { 101 101 -
better-elementor-addons/trunk/widgets/testimonial/testimonial.php
r3094035 r3245718 82 82 * @access protected 83 83 */ 84 protected function _register_controls() {84 protected function register_controls() { 85 85 86 86 // start of the Content tab section -
better-elementor-addons/trunk/widgets/top-shape/top-shape.php
r3102036 r3245718 82 82 * @access protected 83 83 */ 84 protected function _register_controls() {84 protected function register_controls() { 85 85 86 86 $this->start_controls_section( -
better-elementor-addons/trunk/widgets/video-box/video-box.php
r3094035 r3245718 99 99 * @access protected 100 100 */ 101 protected function _register_controls() {101 protected function register_controls() { 102 102 103 103 $this->start_controls_section( -
better-elementor-addons/trunk/widgets/woo/woo.php
r3102036 r3245718 82 82 * @access protected 83 83 */ 84 protected function _register_controls() {84 protected function register_controls() { 85 85 86 86 $this->start_controls_section(
Note: See TracChangeset
for help on using the changeset viewer.