Happy Addons for Elementor (Mega Menu, Post Grid, Woocommerce Product Grid, Table, Event Calendar, Slider Elementor Widget) - Version 2.2.6

Version Description

  • 11 November 2019 =

  • Fix: Conflict with Essential Addons causing PHP fatal error

  • Fix: PHP cannot declare class Happy_Addons\Elementor\Finder issue

Download this release

Release Info

Developer thehappymonster
Plugin Icon 128x128 Happy Addons for Elementor (Mega Menu, Post Grid, Woocommerce Product Grid, Table, Event Calendar, Slider Elementor Widget)
Version 2.2.6
Comparing to
See all releases

Code changes from version 2.2.5 to 2.2.6

Files changed (4) hide show
  1. base.php +0 -15
  2. changelog.txt +5 -0
  3. plugin.php +2 -2
  4. readme.txt +6 -1
base.php CHANGED
@@ -39,8 +39,6 @@ class Base {
39
  // Register custom controls
40
  add_action( 'elementor/controls/controls_registered', [$this, 'register_controls'] );
41
 
42
- add_action( 'elementor/finder/categories/init', [ $this, 'register_finder' ] );
43
-
44
  Widgets_Manager::init();
45
  Assets_Manager::init();
46
  Extensions_Manager::init();
@@ -138,17 +136,4 @@ class Base {
138
 
139
  \Elementor\Plugin::instance()->controls_manager->add_group_control( $foreground::get_type(), new $foreground() );
140
  }
141
-
142
- /**
143
- * Register elementor finder
144
- *
145
- * @param $categories_manager
146
- */
147
- public function register_finder( $categories_manager ) {
148
- // Include the Finder Category class file
149
- require( HAPPY_ADDONS_DIR_PATH . 'classes/finder.php' );
150
-
151
- // Add the category
152
- $categories_manager->add_category( 'happyaddons', new \Happy_Addons\Elementor\Finder() );
153
- }
154
  }
39
  // Register custom controls
40
  add_action( 'elementor/controls/controls_registered', [$this, 'register_controls'] );
41
 
 
 
42
  Widgets_Manager::init();
43
  Assets_Manager::init();
44
  Extensions_Manager::init();
136
 
137
  \Elementor\Plugin::instance()->controls_manager->add_group_control( $foreground::get_type(), new $foreground() );
138
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
139
  }
changelog.txt CHANGED
@@ -1,3 +1,8 @@
 
 
 
 
 
1
  = 2.2.5 - 11 November 2019 =
2
 
3
  - Tweak: Improved floating effects editing performance
1
+ = 2.2.6 - 11 November 2019 =
2
+
3
+ - Fix: Conflict with Essential Addons causing PHP fatal error
4
+ - Fix: PHP cannot declare class `Happy_Addons\Elementor\Finder` issue
5
+
6
  = 2.2.5 - 11 November 2019 =
7
 
8
  - Tweak: Improved floating effects editing performance
plugin.php CHANGED
@@ -3,7 +3,7 @@
3
  * Plugin Name: Happy Elementor Addons
4
  * Plugin URI: https://happyaddons.com/
5
  * Description: <a href="https://happyaddons.com/">HappyAddons</a> is a collection of slick, powerful widgets that works seamlessly with Elementor page builder. It’s trendy look with detail customization features allows to create extraordinary designs instantly. <a href="https://happyaddons.com/">HappyAddons</a> is free, rapidly growing and comes with great support.
6
- * Version: 2.2.5
7
  * Author: weDevs
8
  * Author URI: https://happyaddons.com/
9
  * License: GPLv2
@@ -34,7 +34,7 @@ Copyright 2019 HappyMonster <http://happymonster.me>
34
 
35
  defined( 'ABSPATH' ) || die();
36
 
37
- define( 'HAPPY_ADDONS_VERSION', '2.2.5' );
38
  define( 'HAPPY_ADDONS__FILE__', __FILE__ );
39
  define( 'HAPPY_ADDONS_DIR_PATH', plugin_dir_path( HAPPY_ADDONS__FILE__ ) );
40
  define( 'HAPPY_ADDONS_DIR_URL', plugin_dir_url( HAPPY_ADDONS__FILE__ ) );
3
  * Plugin Name: Happy Elementor Addons
4
  * Plugin URI: https://happyaddons.com/
5
  * Description: <a href="https://happyaddons.com/">HappyAddons</a> is a collection of slick, powerful widgets that works seamlessly with Elementor page builder. It’s trendy look with detail customization features allows to create extraordinary designs instantly. <a href="https://happyaddons.com/">HappyAddons</a> is free, rapidly growing and comes with great support.
6
+ * Version: 2.2.6
7
  * Author: weDevs
8
  * Author URI: https://happyaddons.com/
9
  * License: GPLv2
34
 
35
  defined( 'ABSPATH' ) || die();
36
 
37
+ define( 'HAPPY_ADDONS_VERSION', '2.2.6' );
38
  define( 'HAPPY_ADDONS__FILE__', __FILE__ );
39
  define( 'HAPPY_ADDONS_DIR_PATH', plugin_dir_path( HAPPY_ADDONS__FILE__ ) );
40
  define( 'HAPPY_ADDONS_DIR_URL', plugin_dir_url( HAPPY_ADDONS__FILE__ ) );
readme.txt CHANGED
@@ -1,6 +1,6 @@
1
  === Happy Elementor Addons ===
2
  Plugin Name: Happy Elementor Addons
3
- Version: 2.2.5
4
  Author: weDevs
5
  Author URI: https://happyaddons.com/
6
  Contributors: thehappymonster, happyaddons, hasinhayder, mosaddek73, tareq1988, sourav926, wedevs, iqbalrony, obiplabon
@@ -145,6 +145,11 @@ It's really easy and super simple to install **Happy Elementor Addons** plugin b
145
 
146
  == Changelog ==
147
 
 
 
 
 
 
148
  = 2.2.5 - 11 November 2019 =
149
 
150
  - Tweak: Improved floating effects editing performance
1
  === Happy Elementor Addons ===
2
  Plugin Name: Happy Elementor Addons
3
+ Version: 2.2.6
4
  Author: weDevs
5
  Author URI: https://happyaddons.com/
6
  Contributors: thehappymonster, happyaddons, hasinhayder, mosaddek73, tareq1988, sourav926, wedevs, iqbalrony, obiplabon
145
 
146
  == Changelog ==
147
 
148
+ = 2.2.6 - 11 November 2019 =
149
+
150
+ - Fix: Conflict with Essential Addons causing PHP fatal error
151
+ - Fix: PHP cannot declare class `Happy_Addons\Elementor\Finder` issue
152
+
153
  = 2.2.5 - 11 November 2019 =
154
 
155
  - Tweak: Improved floating effects editing performance