The Plus Addons for Elementor | FREE Elementor Widgets & Elementor Templates, Header Menu, Blog Post Builder, Dark Mode, Full-Page Scroll, Cross Domain Copy - Version 5.1.6

Version Description

Download this release

Release Info

Developer posimyththemes
Plugin Icon wp plugin The Plus Addons for Elementor | FREE Elementor Widgets & Elementor Templates, Header Menu, Blog Post Builder, Dark Mode, Full-Page Scroll, Cross Domain Copy
Version 5.1.6
Comparing to
See all releases

Code changes from version 5.1.5 to 5.1.6

modules/enqueue/plus-generator.php CHANGED
@@ -831,10 +831,10 @@ Class L_Plus_Generator
831
  if(isset($element['elType']) && $element['elType'] == 'section'){}
832
  if(isset($element['elType'] ) && $element['elType'] == 'widget') {
833
  if($element['widgetType'] === 'global') {
834
- $document = Plugin::$instance->documents->get($element['templateID']);
835
  if(is_object($document)){
836
  $getlists = array_merge($getlists, $this->find_widgets_from_templates($document->get_elements_data()));
837
- }
838
  } else {
839
  $getlists[] = $element['widgetType'];
840
  }
831
  if(isset($element['elType']) && $element['elType'] == 'section'){}
832
  if(isset($element['elType'] ) && $element['elType'] == 'widget') {
833
  if($element['widgetType'] === 'global') {
834
+ /* $document = Plugin::$instance->documents->get($element['templateID']);
835
  if(is_object($document)){
836
  $getlists = array_merge($getlists, $this->find_widgets_from_templates($document->get_elements_data()));
837
+ } */
838
  } else {
839
  $getlists[] = $element['widgetType'];
840
  }
readme.txt CHANGED
@@ -4,7 +4,7 @@ Tags: Elementor, elementor widgets, elements, elementor addon, elementor templat
4
  Requires at least: 5.7.0
5
  Tested up to: 6.0
6
  Requires PHP: 5.6
7
- Stable tag: 5.1.5
8
  License: GPLv3
9
  License URI: https://opensource.org/licenses/GPL-3.0
10
 
4
  Requires at least: 5.7.0
5
  Tested up to: 6.0
6
  Requires PHP: 5.6
7
+ Stable tag: 5.1.6
8
  License: GPLv3
9
  License URI: https://opensource.org/licenses/GPL-3.0
10
 
theplus_elementor_addon.php CHANGED
@@ -3,7 +3,7 @@
3
  * Plugin Name: The Plus Addons for Elementor
4
  * Plugin URI: https://theplusaddons.com/
5
  * Description: Biggest collection of Widgets & Features to supercharge your Elementor Page builder in WordPress.
6
- * Version: 5.1.5
7
  * Author: POSIMYTH
8
  * Author URI: https://posimyth.com/
9
  * Text Domain: tpebl
@@ -14,7 +14,7 @@
14
  if ( ! defined( 'ABSPATH' ) ) {
15
  exit;
16
  }
17
- defined( 'L_THEPLUS_VERSION' ) or define( 'L_THEPLUS_VERSION', '5.1.5' );
18
  define( 'L_THEPLUS_FILE__', __FILE__ );
19
 
20
  define( 'L_THEPLUS_PATH', plugin_dir_path( __FILE__ ) );
3
  * Plugin Name: The Plus Addons for Elementor
4
  * Plugin URI: https://theplusaddons.com/
5
  * Description: Biggest collection of Widgets & Features to supercharge your Elementor Page builder in WordPress.
6
+ * Version: 5.1.6
7
  * Author: POSIMYTH
8
  * Author URI: https://posimyth.com/
9
  * Text Domain: tpebl
14
  if ( ! defined( 'ABSPATH' ) ) {
15
  exit;
16
  }
17
+ defined( 'L_THEPLUS_VERSION' ) or define( 'L_THEPLUS_VERSION', '5.1.6' );
18
  define( 'L_THEPLUS_FILE__', __FILE__ );
19
 
20
  define( 'L_THEPLUS_PATH', plugin_dir_path( __FILE__ ) );