Changeset 3392734
- Timestamp:
- 11/10/2025 07:22:37 AM (5 months ago)
- Location:
- wpdatatables-forminator
- Files:
-
- 14 added
- 2 edited
-
tags/1.3.8 (added)
-
tags/1.3.8/assets (added)
-
tags/1.3.8/assets/css (added)
-
tags/1.3.8/assets/css/table_creation_wizard.css (added)
-
tags/1.3.8/assets/js (added)
-
tags/1.3.8/assets/js/frf_table_config_object.js (added)
-
tags/1.3.8/assets/js/table_creation_wizard.js (added)
-
tags/1.3.8/license.txt (added)
-
tags/1.3.8/readme.txt (added)
-
tags/1.3.8/templates (added)
-
tags/1.3.8/templates/data_source_block.inc.php (added)
-
tags/1.3.8/templates/tab.inc.php (added)
-
tags/1.3.8/templates/tabpanel.inc.php (added)
-
tags/1.3.8/wdt-forminator-integration.php (added)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/wdt-forminator-integration.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wpdatatables-forminator/trunk/readme.txt
r3361521 r3392734 4 4 Tags: wpdatatables, forminator, table, form, quiz 5 5 Requires at least: 4.0 6 Tested up to: 6.8. 26 Tested up to: 6.8.3 7 7 Requires PHP: 7.4 8 Stable tag: 1.3. 78 Stable tag: 1.3.8 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 287 287 288 288 == Changelog == 289 = 1.3.8 = 290 * Compatibility with WordPress 6.8.3 approved. 291 * Other small bug fixes and stability improvements. 292 289 293 = 1.3.7 = 290 294 * Compatibility with WordPress 6.8.2 approved. -
wpdatatables-forminator/trunk/wdt-forminator-integration.php
r3361521 r3392734 7 7 /** 8 8 * @package wpDataTables integration for Forminator Forms 9 * @version 1.3. 79 * @version 1.3.8 10 10 * 11 11 * @wordpress-plugin 12 12 * Plugin Name: wpDataTables integration for Forminator Forms 13 13 * Description: Tool that adds "Forminator Form" as a new table type and allows you to create wpDataTables from Forminator Forms entries data (submissions). 14 * Version: 1.3. 714 * Version: 1.3.8 15 15 * Author: TMS-Plugins 16 16 * Author URI: https://www.tmsproducts.io/ … … 30 30 define('WDT_FRF_ROOT_URL', plugin_dir_url(__FILE__)); 31 31 // Current version of WDT FRF integration plugin 32 define('WDT_FRF_VERSION', '1.3. 7');32 define('WDT_FRF_VERSION', '1.3.8'); 33 33 // Required wpDataTables version 34 34 define('WDT_FRF_VERSION_TO_CHECK', '3.4.2.16');
Note: See TracChangeset
for help on using the changeset viewer.