@@ -178,9 +178,9 @@ public function enqueue_assets( $hook ) {
178
178
}
179
179
// Register the plugin's admin js, and require jquery.
180
180
wp_enqueue_script ( 'plugin-report-js ' , plugins_url ( '/js/plugin-report.js ' , __FILE__ ), array ( 'jquery ' , 'plugin-report-tablesort-js ' ), self ::PLUGIN_VERSION );
181
- wp_enqueue_script ( 'plugin-report-tablesort-js ' , plugins_url ( '/js/tablesort.min.js ' , __FILE__ ), array ( 'jquery ' ), '5.3 ' );
182
- wp_enqueue_script ( 'plugin-report-tablesort-number-js ' , plugins_url ( '/js/tablesort.number.min.js ' , __FILE__ ), array ( 'plugin-report-tablesort-js ' ), '5.3 ' );
183
- wp_enqueue_script ( 'plugin-report-tablesort-dotsep-js ' , plugins_url ( '/js/tablesort.dotsep.min.js ' , __FILE__ ), array ( 'plugin-report-tablesort-js ' ), '5.3 ' );
181
+ wp_enqueue_script ( 'plugin-report-tablesort-js ' , plugins_url ( '/js/tablesort.min.js ' , __FILE__ ), array ( 'jquery ' ), '5.6.0 ' );
182
+ wp_enqueue_script ( 'plugin-report-tablesort-number-js ' , plugins_url ( '/js/tablesort.number.min.js ' , __FILE__ ), array ( 'plugin-report-tablesort-js ' ), '5.6.0 ' );
183
+ wp_enqueue_script ( 'plugin-report-tablesort-dotsep-js ' , plugins_url ( '/js/tablesort.dotsep.min.js ' , __FILE__ ), array ( 'plugin-report-tablesort-js ' ), '5.6.0 ' );
184
184
// Add some variables to the page, to be used by the javascript.
185
185
$ slugs = $ this ->get_plugin_slugs ();
186
186
$ slugs_str = implode ( ', ' , $ slugs );
0 commit comments