Plugin Directory

Changeset 3316071


Ignore:
Timestamp:
06/23/2025 04:26:22 AM (9 months ago)
Author:
wpDataTables
Message:

New update

Location:
wpdatatables
Files:
2236 added
6 edited

Legend:

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

    r3308238 r3316071  
    34043404
    34053405.wpdt-c .has-feedback .form-control {
    3406     padding-right: 44px;
     3406    padding-right: 43.5px;
    34073407}
    34083408
     
    68176817.wpdt-c .close {
    68186818    float: right;
    6819     font-size: 20.5px;
     6819    font-size: 20px;
    68206820    font-weight: bold;
    68216821    line-height: 1;
  • wpdatatables/trunk/config/config.inc.php

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

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

    r3308238 r3316071  
    343343                            <i class="wpdt-icon-info-circle-full"></i>
    344344                            <ul>
     345                                <li>Security and stability improvements.</li>
    345346                                <li>Minor CSS fixes.</li>
    346                                 <li>Other small bug fixes and stability improvements</li>
     347                                <li>Other small bug fixes.</li>
    347348                            </ul>
    348349                        </div>
     
    402403                            <p class="wpdt-font">
    403404                                <i class="wpdt-icon-check m-r-8"></i><span style="color: #f43e3e;font-weight: bold;">NEW! </span><?php esc_html_e('Hidden (dynamic) columns', 'wpdatatables'); ?>
     405                            </p>
     406                            <p class="wpdt-font">
     407                                <i class="wpdt-icon-check m-r-8"></i><span style="color: #f43e3e;font-weight: bold;">NEW! </span><?php esc_html_e('Index column', 'wpdatatables'); ?>
    404408                            </p>
    405409                            <p class="wpdt-font">
  • wpdatatables/trunk/templates/admin/lite-vs-premium/lite_vs_premium.inc.php

    r3282995 r3316071  
    25102510                            </tr>
    25112511                            <tr>
     2512                                <td data-title="Features"><?php esc_html_e('Index column', 'wpdatatables'); ?>
     2513                                    <span style="color: #ea0b0b;font-weight: bold;float: right;"><?php esc_html_e('NEW!', 'wpdatatables'); ?></span>
     2514                                    <hr>
     2515                                </td>
     2516                                <td data-title="Lite" class="text-center bg-grey">
     2517                                    <i class="wpdt-icon-times-full"></i>
     2518                                    <hr>
     2519                                </td>
     2520                                <td data-title="Premium" class="text-center bg-blue-starter">
     2521                                    <i class="wpdt-icon-times-full"></i>
     2522                                    <hr>
     2523                                </td>
     2524                                <td data-title="Premium" class="text-center bg-blue-standard">
     2525                                    <i class="wpdt-icon-check-full"></i>
     2526                                    <hr>
     2527                                </td>
     2528                                <td data-title="Premium" class="text-center bg-blue-pro">
     2529                                    <i class="wpdt-icon-check-full"></i>
     2530                                    <hr>
     2531                                </td>
     2532                                <td data-title="Premium" class="text-center bg-blue-dev">
     2533                                    <i class="wpdt-icon-check-full"></i>
     2534                                    <hr>
     2535                                </td>
     2536                            </tr>
     2537                            <tr>
    25122538                                <td class=" sticky bg-white" colspan="6">
    25132539                                    <strong>
  • wpdatatables/trunk/wpdatatables.php

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