Plugin Directory

Changeset 2377872


Ignore:
Timestamp:
09/09/2020 10:40:40 AM (6 years ago)
Author:
biztechc
Message:

Compatibility with 5.5

Location:
wp-jquery-datatable
Files:
24 added
2 edited

Legend:

Unmodified
Added
Removed
  • wp-jquery-datatable/trunk/readme.txt

    r2273848 r2377872  
    33Tags: WP jQuery DataTable, jQuery, jQuery DataTable, Table ,DataTable
    44Requires at least: 3.6.1
    5 Tested up to: 5.4
    6 Stable tag: 2.0.1
     5Tested up to: 5.5
     6Stable tag: 3.0.0
    77License: GPLv2 or later
    88
     
    9090= 2.0.1 =
    9191* Compatibility with WordPress version 5.4
     92= 3.0.0 =
     93* Compatibility with WordPress version 5.5
    9294== Upgrade Notice ==
  • wp-jquery-datatable/trunk/wp-jquery-datatable.php

    r2273848 r2377872  
    55 * Author: biztechc
    66 * Author URI: https://www.appjetty.com/
    7  * Version: 2.0.1
     7 * Version: 3.0.0
    88 */
    99
     
    345345            // if 'Specific Column Order' is not null and ordring is true
    346346            if ( $atts['order_row_number'] != '' && $atts['ordering'] == 'true' ) {
    347                 $wp_jdt_script .= "jQuery('#$atts[id]_wrapper select')[0].options[0].selected = true;";
     347                //$wp_jdt_script .= "jQuery('#$atts[id]_wrapper select')[0].options[0].selected = true;";
    348348            }
    349349
Note: See TracChangeset for help on using the changeset viewer.