ElementsKit Elementor addons (Header Footer Builder, Mega Menu Builder, Free Elementor Widgets & Elementor Templates Library) - Version 2.5.1

Version Description

Wordpress 4.9+

Download this release

Release Info

Developer ataurr
Plugin Icon wp plugin ElementsKit Elementor addons (Header Footer Builder, Mega Menu Builder, Free Elementor Widgets & Elementor Templates Library)
Version 2.5.1
Comparing to
See all releases

Code changes from version 2.5.0 to 2.5.1

elementskit-lite.php CHANGED
@@ -6,7 +6,7 @@ defined( 'ABSPATH' ) || exit;
6
  * Description: The most advanced addons for Elementor with tons of widgets, Header builder, Footer builder, Mega menu builder, layout pack and powerful custom controls.
7
  * Plugin URI: https://products.wpmet.com/elementskit
8
  * Author: Wpmet
9
- * Version: 2.5.0
10
  * Author URI: https://wpmet.com/
11
  *
12
  * Text Domain: elementskit-lite
@@ -28,7 +28,7 @@ final class ElementsKit_Lite{
28
  * @var string The plugin version.
29
  */
30
  static function version(){
31
- return '2.5.0';
32
  }
33
 
34
  /**
6
  * Description: The most advanced addons for Elementor with tons of widgets, Header builder, Footer builder, Mega menu builder, layout pack and powerful custom controls.
7
  * Plugin URI: https://products.wpmet.com/elementskit
8
  * Author: Wpmet
9
+ * Version: 2.5.1
10
  * Author URI: https://wpmet.com/
11
  *
12
  * Text Domain: elementskit-lite
28
  * @var string The plugin version.
29
  */
30
  static function version(){
31
+ return '2.5.1';
32
  }
33
 
34
  /**
languages/elementskit-lite.pot CHANGED
@@ -2,9 +2,9 @@
2
  # This file is distributed under the same license as the ElementsKit Lite package.
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: ElementsKit Lite 2.5.0\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/elementskit-lite\n"
7
- "POT-Creation-Date: 2021-11-25 13:16:09+00:00\n"
8
  "MIME-Version: 1.0\n"
9
  "Content-Type: text/plain; charset=utf-8\n"
10
  "Content-Transfer-Encoding: 8bit\n"
2
  # This file is distributed under the same license as the ElementsKit Lite package.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: ElementsKit Lite 2.5.1\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/elementskit-lite\n"
7
+ "POT-Creation-Date: 2021-12-06 12:15:28+00:00\n"
8
  "MIME-Version: 1.0\n"
9
  "Content-Type: text/plain; charset=utf-8\n"
10
  "Content-Transfer-Encoding: 8bit\n"
modules/megamenu/walker-nav-menu.php CHANGED
@@ -306,7 +306,7 @@ class ElementsKit_Menu_Walker extends \Walker_Nav_Menu
306
  if($item_meta['menu_enable'] == 1 && class_exists( 'Elementor\Plugin' ) ){
307
  $builder_post_title = 'dynamic-content-megamenu-menuitem' . $item->ID;
308
  $builder_post = get_page_by_title($builder_post_title, OBJECT, 'elementskit_content');
309
- $output .= '<ul class="elementskit-megamenu-panel">';
310
  if($builder_post != null){
311
  $elementor = \Elementor\Plugin::instance();
312
  $output .= $elementor->frontend->get_builder_content_for_display( $builder_post->ID );
@@ -314,7 +314,7 @@ class ElementsKit_Menu_Walker extends \Walker_Nav_Menu
314
  $output .= esc_html__('No content found', 'elementskit-lite');
315
  }
316
 
317
- $output .= '</ul>';
318
  }
319
  }
320
  $output .= "</li>\n";
306
  if($item_meta['menu_enable'] == 1 && class_exists( 'Elementor\Plugin' ) ){
307
  $builder_post_title = 'dynamic-content-megamenu-menuitem' . $item->ID;
308
  $builder_post = get_page_by_title($builder_post_title, OBJECT, 'elementskit_content');
309
+ $output .= '<div class="elementskit-megamenu-panel">';
310
  if($builder_post != null){
311
  $elementor = \Elementor\Plugin::instance();
312
  $output .= $elementor->frontend->get_builder_content_for_display( $builder_post->ID );
314
  $output .= esc_html__('No content found', 'elementskit-lite');
315
  }
316
 
317
+ $output .= '</div>';
318
  }
319
  }
320
  $output .= "</li>\n";
readme.txt CHANGED
@@ -4,7 +4,7 @@ Contributors: Ataurr, wpmet, emranio, easin55474, enamulhoquemohon
4
  Tags: elementor addons, mega menu builder, header footer builder, elementor widgets, Accordion tab, elementor modules, page builder addons, elementor addon, elementor widget, addons
5
  Requires at least: 5.0
6
  Tested up to: 5.8
7
- Stable tag: 2.5.0
8
  Requires PHP: 7.0
9
  License: GPLv3 or later
10
  License URI: https://www.gnu.org/licenses/gpl-3.0.html
@@ -412,6 +412,10 @@ Do you want to integrate the Facebook Messenger chat-head to any of your web pag
412
  Start using the Facebook Messenger module chat-head by providing the Page ID, choosing any color, logged in user greeting, and logged out user greeting. You can also show your visitors a dialogue box if you wish to. However, make sure that your domain is whitelisted on the page you’re linking to.
413
 
414
  == Changelog ==
 
 
 
 
415
  Version: 2.5.0 (2021-11-25)
416
  New: Links support for Testimonial Widget.
417
  Fix: Mobile menu visual issue (theme compatibility)
4
  Tags: elementor addons, mega menu builder, header footer builder, elementor widgets, Accordion tab, elementor modules, page builder addons, elementor addon, elementor widget, addons
5
  Requires at least: 5.0
6
  Tested up to: 5.8
7
+ Stable tag: 2.5.1
8
  Requires PHP: 7.0
9
  License: GPLv3 or later
10
  License URI: https://www.gnu.org/licenses/gpl-3.0.html
412
  Start using the Facebook Messenger module chat-head by providing the Page ID, choosing any color, logged in user greeting, and logged out user greeting. You can also show your visitors a dialogue box if you wish to. However, make sure that your domain is whitelisted on the page you’re linking to.
413
 
414
  == Changelog ==
415
+ Version: 2.5.1 (2021-12-02)
416
+ Fix: Megamenu Markup validation issue for Nav Menu Widget.
417
+ Tweak: CSS and JS improved
418
+
419
  Version: 2.5.0 (2021-11-25)
420
  New: Links support for Testimonial Widget.
421
  Fix: Mobile menu visual issue (theme compatibility)