Version Description
- FIX: Critical PHP error in the last update.
Download this release
Release Info
Developer | imtiazrayhan |
Plugin | WP Table Builder – WordPress Table Plugin |
Version | 1.3.15 |
Comparing to | |
See all releases |
Code changes from version 1.3.14 to 1.3.15
- inc/admin/base/manager-base.php +1 -1
- readme.txt +7 -3
- wp-table-builder.php +1 -1
inc/admin/base/manager-base.php
CHANGED
@@ -21,7 +21,7 @@ abstract class Manager_Base {
|
|
21 |
* Class initialization status.
|
22 |
* @var bool
|
23 |
*/
|
24 |
-
|
25 |
|
26 |
/**
|
27 |
* Get initialization status of a static class.
|
21 |
* Class initialization status.
|
22 |
* @var bool
|
23 |
*/
|
24 |
+
public static $initialized = false;
|
25 |
|
26 |
/**
|
27 |
* Get initialization status of a static class.
|
readme.txt
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
=== WP Table Builder - WordPress Table Plugin ===
|
2 |
Contributors: wptb, imtiazrayhan, istiakrayhan, ultimateblocks, wpcdplugin, wpleaders1
|
3 |
Tags: table, table builder, drag and drop
|
4 |
-
Requires at least:
|
5 |
Tested up to: 5.8
|
6 |
-
Stable tag: 1.3.
|
7 |
-
Requires PHP:
|
8 |
License: GPL3+
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.txt
|
10 |
Donate Link: https://www.paypal.me/imtiazrayhan/
|
@@ -90,6 +90,10 @@ That's it. You're done!
|
|
90 |
|
91 |
== Changelog ==
|
92 |
|
|
|
|
|
|
|
|
|
93 |
= 1.3.14 =
|
94 |
|
95 |
* NEW: Horizontal scroll options.
|
1 |
=== WP Table Builder - WordPress Table Plugin ===
|
2 |
Contributors: wptb, imtiazrayhan, istiakrayhan, ultimateblocks, wpcdplugin, wpleaders1
|
3 |
Tags: table, table builder, drag and drop
|
4 |
+
Requires at least: 5.0
|
5 |
Tested up to: 5.8
|
6 |
+
Stable tag: 1.3.15
|
7 |
+
Requires PHP: 7.0
|
8 |
License: GPL3+
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.txt
|
10 |
Donate Link: https://www.paypal.me/imtiazrayhan/
|
90 |
|
91 |
== Changelog ==
|
92 |
|
93 |
+
= 1.3.15 =
|
94 |
+
|
95 |
+
* FIX: Critical PHP error in the last update.
|
96 |
+
|
97 |
= 1.3.14 =
|
98 |
|
99 |
* NEW: Horizontal scroll options.
|
wp-table-builder.php
CHANGED
@@ -15,7 +15,7 @@
|
|
15 |
* Plugin Name: WP Table Builder
|
16 |
* Plugin URI: https://wptablebuilder.com/
|
17 |
* Description: Drag and Drop Responsive Table Builder Plugin for WordPress.
|
18 |
-
* Version: 1.3.
|
19 |
* Author: WP Table Builder
|
20 |
* Author URI: https://wptablebuilder.com//
|
21 |
* License: GPL-3.0+
|
15 |
* Plugin Name: WP Table Builder
|
16 |
* Plugin URI: https://wptablebuilder.com/
|
17 |
* Description: Drag and Drop Responsive Table Builder Plugin for WordPress.
|
18 |
+
* Version: 1.3.15
|
19 |
* Author: WP Table Builder
|
20 |
* Author URI: https://wptablebuilder.com//
|
21 |
* License: GPL-3.0+
|