Plugin Directory

Changeset 3432460


Ignore:
Timestamp:
01/05/2026 07:22:34 AM (3 months ago)
Author:
wpDataTables
Message:

New update

Location:
wpdatatables
Files:
2278 added
6 edited

Legend:

Unmodified
Added
Removed
  • wpdatatables/trunk/assets/css/wdt-skins/graphite.css

    r3323204 r3432460  
    8686}
    8787
    88 .wpDataTablesWrapper table.wpDataTable thead th.sorting:after,
    8988.wpDataTablesWrapper table.wpDataTable thead th.sorting_asc:after {
    9089    border-top-width: 0;
     
    328327.wpDataTablesWrapper .DTTT_button.disabled {
    329328    opacity: 0.4;
     329    pointer-events: none;
    330330}
    331331
  • wpdatatables/trunk/assets/css/wdt-skins/light.css

    r3323204 r3432460  
    4545}
    4646
    47 .wpDataTablesWrapper table.wpDataTable thead th.sorting:after,
    4847.wpDataTablesWrapper table.wpDataTable thead th.sorting_asc:after {
    4948    border-top-width: 0;
     
    279278.wpDataTablesWrapper .DTTT_button.disabled {
    280279    opacity: 0.4;
     280    pointer-events: none;
    281281}
    282282
  • wpdatatables/trunk/config/config.inc.php

    r3425086 r3432460  
    1010// Current version
    1111
    12 define('WDT_CURRENT_VERSION', '6.4.0.2');
     12define('WDT_CURRENT_VERSION', '6.4.0.3');
    1313
    1414// Version when hooks are updated
  • wpdatatables/trunk/readme.txt

    r3425086 r3432460  
    77Tested up to: 6.9
    88Requires PHP: 7.4
    9 Stable tag: 6.4.0.2
     9Stable tag: 6.4.0.3
    1010License: GPLv2 or later
    1111License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    424424This can be changed from the “Number format” drop-down menu in the wpDataTables Settings page.
    425425
     426= Where do I report security bugs found in this plugin? =
     427
     428Please report security bugs found in the source code of the wpDataTables plugin through the [Patchstack Vulnerability Disclosure  Program](https://patchstack.com/database/wordpress/plugin/wpdatatables/vulnerabilities). The Patchstack team will assist you with verification, CVE assignment, and notify the developers of this plugin.
    426429
    427430== Screenshots ==
     
    441444
    442445== Changelog ==
     446= 6.4.0.3 =
     447* Minor CSS adjustments.
     448* Removed unnecessary CSS.
     449Other small bug fixes and stability improvements.
     450
    443451= 6.4.0.2 =
    444452* Minor CSS fixes.
  • wpdatatables/trunk/templates/admin/dashboard/dashboard.inc.php

    r3425086 r3432460  
    344344                            <i class="wpdt-icon-info-circle-full"></i>
    345345                            <ul>
    346                                 <li>Minor CSS fixes.</li>
     346                                <li>Minor CSS adjustments.</li>
     347                                <li>Removed unnecessary CSS.</li>
    347348                                <li>Other small bug fixes and stability improvements.</li>
    348349                            </ul>
     
    374375                        </p>
    375376                        <div class="wdt-premium-features">
     377                            <p class="wpdt-font">
     378                                <i class="wpdt-icon-check m-r-8"></i><span style="color: red;font-weight: bold;">NEW! </span><?php esc_html_e('Custom Fields Integration for WP Posts Builder', 'wpdatatables'); ?>
     379                            </p>
     380                            <p class="wpdt-font">
     381                                <i class="wpdt-icon-check m-r-8"></i><span style="color: red;font-weight: bold;">NEW! </span><?php esc_html_e('Custom Fields Integration for WooCommerce', 'wpdatatables'); ?>
     382                            </p>
    376383                            <p class="wpdt-font">
    377384                                <i class="wpdt-icon-check m-r-8"></i><span style="color: red;font-weight: bold;">NEW! </span><?php esc_html_e('WooCommerce Integration', 'wpdatatables'); ?>
  • wpdatatables/trunk/wpdatatables.php

    r3425086 r3432460  
    44Plugin URI: https://wpdatatables.com
    55Description: Create responsive, sortable tables & charts from Excel, CSV or PHP. Add tables & charts to any post in minutes with DataTables.
    6 Version: 6.4.0.2
     6Version: 6.4.0.3
    77Author: TMS-Plugins
    88Author URI: https://tmsproducts.io
Note: See TracChangeset for help on using the changeset viewer.