Plugin Directory

Changeset 3384999


Ignore:
Timestamp:
10/27/2025 07:01:29 AM (5 months ago)
Author:
wpDataTables
Message:

New update

Location:
wpdatatables
Files:
2278 added
6 edited

Legend:

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

    r3218717 r3384999  
    66  -webkit-transition: 0s;
    77  transition: 0s;
     8  padding: 0;
     9  border: none !important;
    810}
    911.wpdt-c .wpDataTables.wpDataTablesWrapper {
     
    251253
    252254.wpdt-c .wdt-datetimepicker-modal .datepicker table td.active {
    253   color: #fff;
     255  color: #fff !important;
    254256}
    255257
  • wpdatatables/trunk/assets/css/bootstrap/bootstrap-tagsinput/bootstrap-tagsinput.css

    r1786343 r3384999  
    4646.bootstrap-tagsinput .tag [data-role="remove"]:after {
    4747  content: "x";
    48   padding: 0px 2px;
     48  padding: 0 2px;
    4949}
    5050.bootstrap-tagsinput .tag [data-role="remove"]:hover {
  • wpdatatables/trunk/config/config.inc.php

    r3383564 r3384999  
    1010// Current version
    1111
    12 define('WDT_CURRENT_VERSION', '6.3.3.10');
     12define('WDT_CURRENT_VERSION', '6.3.3.11');
    1313
    1414// Version when hooks are updated
  • wpdatatables/trunk/readme.txt

    r3383564 r3384999  
    77Tested up to: 6.8.3
    88Requires PHP: 7.4
    9 Stable tag: 6.3.3.10
     9Stable tag: 6.3.3.11
    1010License: GPLv2 or later
    1111License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    441441
    442442== Changelog ==
     443= 6.3.3.11 =
     444* Minor CSS fixes.
     445Other small bug fixes and stability improvements.
     446
    443447= 6.3.3.10 =
    444448* Integration with IvyForms plugin for creating tables from form submissions.
  • wpdatatables/trunk/templates/admin/dashboard/dashboard.inc.php

    r3383564 r3384999  
    339339                        </p>
    340340                        <p class="wpdt-text wpdt-font m-b-18">
    341                             New update with some exciting news:
     341                            New update:
    342342                        </p>
    343343                        <div class="alert alert-info m-b-0" role="alert">
    344344                            <i class="wpdt-icon-info-circle-full"></i>
    345345                            <ul>
    346                                 <li><strong>Integration with IvyForms plugin</strong> for creating tables from form submissions.</li>
    347                                 <li>Upgraded PHPSpreadsheet library to a security-checked version.</li>
     346                                <li>Minor CSS fixes.</li>
    348347                                <li>Other small bug fixes and stability improvements.</li>
    349348                            </ul>
  • wpdatatables/trunk/wpdatatables.php

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