Plugin Directory

Changeset 3319705


Ignore:
Timestamp:
06/30/2025 06:53:09 AM (9 months ago)
Author:
wpDataTables
Message:

New update

Location:
wpdatatables
Files:
2236 added
4 edited

Legend:

Unmodified
Added
Removed
  • wpdatatables/trunk/assets/css/bootstrap/wpdatatables-bootstrap.css

    r3316071 r3319705  
    43444344.wpdt-c .dropdown-menu > .disabled > a, .wpdt-c .dropdown-menu > .disabled > a:hover, .wpdt-c .dropdown-menu > .disabled > a:focus {
    43454345    color: #e4e4e4;
     4346}
     4347
     4348.wpdt-c .dropdown-menu > .disabled > a:hover, .wpdt-c .dropdown-menu > .disabled > a:focus {
     4349    text-decoration: none;
     4350    background-color: transparent;
     4351    background-image: none;
     4352    cursor: not-allowed;
    43464353}
    43474354
  • wpdatatables/trunk/config/config.inc.php

    r3316071 r3319705  
    1010// Current version
    1111
    12 define('WDT_CURRENT_VERSION', '6.3.2');
     12define('WDT_CURRENT_VERSION', '6.3.3.1');
    1313
    1414// Version when hooks are updated
  • wpdatatables/trunk/readme.txt

    r3316071 r3319705  
    77Tested up to: 6.8.1
    88Requires PHP: 7.4
    9 Stable tag: 6.3.2
     9Stable tag: 6.3.3.1
    1010License: GPLv2 or later
    1111License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    441441
    442442== Changelog ==
     443= 6.3.3.1 =
     444* Security and stability improvements.
     445* Minor CSS fixes.
     446Other small bug fixes.
     447
    443448= 6.3.2 =
    444449* Security and stability improvements.
  • wpdatatables/trunk/wpdatatables.php

    r3316071 r3319705  
    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.3.2
     6Version: 6.3.3.1
    77Author: TMS-Plugins
    88Author URI: https://tmsproducts.io
Note: See TracChangeset for help on using the changeset viewer.