diff --git a/disable-comments.php b/disable-comments.php index f3d34df..2eff1e6 100644 --- a/disable-comments.php +++ b/disable-comments.php @@ -3,7 +3,7 @@ Plugin Name: Disable Comments Plugin URI: https://wordpress.org/plugins/disable-comments/ Description: Allows administrators to globally disable comments on their site. Comments can be disabled according to post type. -Version: 1.9.0 +Version: 1.10.0 Author: Samir Shah Author URI: http://www.rayofsolaris.net/ License: GPL2 diff --git a/readme.txt b/readme.txt index c3b17f5..75893aa 100644 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Contributors: solarissmoke, garrett-eclipse Donate link: http://www.rayofsolaris.net/donate/ Tags: comments, disable, global Requires at least: 5.0 -Tested up to: 5.2 +Tested up to: 5.3 Stable tag: trunk Allows administrators to globally disable comments on their site. Comments can be disabled according to post type. Multisite friendly. Provides tool to delete all comments or according to post type. @@ -74,6 +74,9 @@ These definitions can be made either in your main `wp-config.php` or in your the == Changelog == += 1.10.0 = +* Disable "recent comments" Gutenberg block. + = 1.9.0 = * Fix compatibility with WordPress 5.0 and above. * Remove deprecated "persistent mode" feature.