Plugin Directory

Changeset 2578586


Ignore:
Timestamp:
08/05/2021 09:21:52 AM (5 years ago)
Author:
biztechc
Message:

compatible with WP5.8

Location:
show-all-comments-in-one-page/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • show-all-comments-in-one-page/trunk/bt-comments.php

    r2377902 r2578586  
    55 * Author: biztechc
    66 * Author URI: https://www.appjetty.com/
    7  * Version: 6.0.0
     7 * Version: 7.0.0
    88 */
    99add_action('admin_menu', 'bt_comments_create_menu');
     
    608608    // scripts
    609609    wp_register_script('sac-script', plugins_url('js/sac-script.js', __FILE__));
    610 
     610    wp_enqueue_script('jquery');
    611611    $ajax_url = admin_url('admin-ajax.php') . '?cache=' . time();
    612612    wp_localize_script('sac-script', 'sac_ajax_url', $ajax_url);
  • show-all-comments-in-one-page/trunk/readme.txt

    r2377902 r2578586  
    33Tags: All Comments in one page, manage all comments in one page, show all comments, eazy comments management,comments filter,search comment,filter comment.comment search
    44Requires at least: 3.6.1
    5 Tested up to: 5.5
    6 Stable tag: 6.0.0
     5Tested up to: 5.8
     6Stable tag: 7.0.0
    77License: GPLv2 or later
    88
     
    4242
    4343== Changelog ==
     44= 7.0.0 =
     45* Sloving Filter issue.
     46* Compatibility with WordPress version 5.8
     47
    4448= 6.0.0 =
    4549* Compatibility with WordPress version 5.5
     
    97101
    98102== Upgrade Notice ==
    99 
    100 
    101 
Note: See TracChangeset for help on using the changeset viewer.