Plugin Directory

Changeset 3392734


Ignore:
Timestamp:
11/10/2025 07:22:37 AM (5 months ago)
Author:
wpDataTables
Message:

New update

Location:
wpdatatables-forminator
Files:
14 added
2 edited

Legend:

Unmodified
Added
Removed
  • wpdatatables-forminator/trunk/readme.txt

    r3361521 r3392734  
    44Tags: wpdatatables, forminator, table, form, quiz
    55Requires at least: 4.0
    6 Tested up to: 6.8.2
     6Tested up to: 6.8.3
    77Requires PHP: 7.4
    8 Stable tag: 1.3.7
     8Stable tag: 1.3.8
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    287287
    288288== Changelog ==
     289= 1.3.8 =
     290* Compatibility with WordPress 6.8.3 approved.
     291* Other small bug fixes and stability improvements.
     292
    289293= 1.3.7 =
    290294* Compatibility with WordPress 6.8.2 approved.
  • wpdatatables-forminator/trunk/wdt-forminator-integration.php

    r3361521 r3392734  
    77/**
    88 * @package wpDataTables integration for Forminator Forms
    9  * @version 1.3.7
     9 * @version 1.3.8
    1010 *
    1111 * @wordpress-plugin
    1212 * Plugin Name: wpDataTables integration for Forminator Forms
    1313 * 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.7
     14 * Version: 1.3.8
    1515 * Author: TMS-Plugins
    1616 * Author URI: https://www.tmsproducts.io/
     
    3030define('WDT_FRF_ROOT_URL', plugin_dir_url(__FILE__));
    3131// Current version of WDT FRF integration plugin
    32 define('WDT_FRF_VERSION', '1.3.7');
     32define('WDT_FRF_VERSION', '1.3.8');
    3333// Required wpDataTables version
    3434define('WDT_FRF_VERSION_TO_CHECK', '3.4.2.16');
Note: See TracChangeset for help on using the changeset viewer.