Version Description
- Table layout breaking issue fixed for larger data tables
- Few minor bugfix and improvements
Download this release
Release Info
| Developer | re_enter_rupok |
| Plugin | |
| Version | 2.7.10 |
| Comparing to | |
| See all releases | |
Code changes from version 2.7.9 to 2.7.10
assets/css/essential-addons-elementor.css
CHANGED
|
File without changes
|
assets/js/eael-scripts.js
CHANGED
|
File without changes
|
elements/data-table/data-table.php
CHANGED
|
@@ -946,7 +946,7 @@ class Widget_Eael_Data_Table extends Widget_Base {
|
|
| 946 |
// Storing Data table content values
|
| 947 |
foreach( $settings['eael_data_table_content_rows'] as $content_row ) {
|
| 948 |
|
| 949 |
-
$row_id =
|
| 950 |
if( $content_row['eael_data_table_content_row_type'] == 'row' ) {
|
| 951 |
$table_tr[] = [
|
| 952 |
'id' => $row_id,
|
| 946 |
// Storing Data table content values
|
| 947 |
foreach( $settings['eael_data_table_content_rows'] as $content_row ) {
|
| 948 |
|
| 949 |
+
$row_id = uniqid();
|
| 950 |
if( $content_row['eael_data_table_content_row_type'] == 'row' ) {
|
| 951 |
$table_tr[] = [
|
| 952 |
'id' => $row_id,
|
elements/flipbox/flipbox.php
CHANGED
|
File without changes
|
essential_adons_elementor.php
CHANGED
|
@@ -4,7 +4,7 @@
|
|
| 4 |
* Description: The ultimate elements library for Elementor page builder plugin for WordPress.
|
| 5 |
* Plugin URI: https://essential-addons.com/elementor/
|
| 6 |
* Author: WPDeveloper
|
| 7 |
-
* Version: 2.7.
|
| 8 |
* Author URI: https://wpdeveloper.net/
|
| 9 |
*
|
| 10 |
* Text Domain: essential-addons-elementor
|
| 4 |
* Description: The ultimate elements library for Elementor page builder plugin for WordPress.
|
| 5 |
* Plugin URI: https://essential-addons.com/elementor/
|
| 6 |
* Author: WPDeveloper
|
| 7 |
+
* Version: 2.7.10
|
| 8 |
* Author URI: https://wpdeveloper.net/
|
| 9 |
*
|
| 10 |
* Text Domain: essential-addons-elementor
|
readme.txt
CHANGED
|
@@ -4,7 +4,7 @@ Tags: elementor, elements, addons, elementor addon, elementor widget, page build
|
|
| 4 |
Requires at least: 4.0
|
| 5 |
Tested up to: 4.9.8
|
| 6 |
Requires PHP: 5.4
|
| 7 |
-
Stable tag: 2.7.
|
| 8 |
License: GPLv3
|
| 9 |
License URI: https://opensource.org/licenses/GPL-3.0
|
| 10 |
|
|
@@ -140,6 +140,10 @@ Your existing elements/content will work with premium version. So you won't lose
|
|
| 140 |
|
| 141 |
== Changelog ==
|
| 142 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 143 |
= 2.7.9 =
|
| 144 |
- Table script issue fixed
|
| 145 |
- Advanced Tab content width issue fixed
|
| 4 |
Requires at least: 4.0
|
| 5 |
Tested up to: 4.9.8
|
| 6 |
Requires PHP: 5.4
|
| 7 |
+
Stable tag: 2.7.10
|
| 8 |
License: GPLv3
|
| 9 |
License URI: https://opensource.org/licenses/GPL-3.0
|
| 10 |
|
| 140 |
|
| 141 |
== Changelog ==
|
| 142 |
|
| 143 |
+
= 2.7.10 =
|
| 144 |
+
- Table layout breaking issue fixed for larger data tables
|
| 145 |
+
- Few minor bugfix and improvements
|
| 146 |
+
|
| 147 |
= 2.7.9 =
|
| 148 |
- Table script issue fixed
|
| 149 |
- Advanced Tab content width issue fixed
|
