From 82d92dcaba20d92389f0520f8a7ea21319f1d110 Mon Sep 17 00:00:00 2001 From: Abid Hasan Date: Wed, 27 Jul 2022 13:17:51 +0600 Subject: [PATCH] v2.4.0 --- disable-comments.php | 4 ++-- readme.txt | 10 ++++++++-- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/disable-comments.php b/disable-comments.php index 310e798..610fdf1 100644 --- a/disable-comments.php +++ b/disable-comments.php @@ -4,7 +4,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. You could bulk delete comments using Tools. - * Version: 2.3.6 + * Version: 2.4.0 * Author: WPDeveloper * Author URI: https://wpdeveloper.com * License: GPL-3.0+ @@ -37,7 +37,7 @@ public static function get_instance() function __construct() { - define('DC_VERSION', '2.3.6'); + define('DC_VERSION', '2.4.0'); define('DC_PLUGIN_SLUG', 'disable_comments_settings'); define('DC_PLUGIN_ROOT_PATH', dirname(__FILE__)); define('DC_PLUGIN_VIEWS_PATH', DC_PLUGIN_ROOT_PATH . '/views/'); diff --git a/readme.txt b/readme.txt index 89500d9..07df8f5 100644 --- a/readme.txt +++ b/readme.txt @@ -5,7 +5,7 @@ Tags: comments, delete comments, disable comments, spam comment, disable, stop s Requires at least: 5.0 Tested up to: 6.0 Requires PHP: 5.6 -Stable tag: 2.3.6 +Stable tag: 2.4.0 License: GPL-3.0-or-later License URI: https://www.gnu.org/licenses/gpl-3.0.html @@ -45,6 +45,8 @@ https://www.youtube.com/watch?v=J9AteKzQpPs * **[New]** Delete comments by type. * **[New]** Disable comments via [XML-RPC](https://wpdeveloper.com/docs/how-to-disable-comments-made-via-xml-rpc/) & [REST-API](https://wpdeveloper.com/docs/how-to-disable-comments-made-via-rest-api/) * **[New]** Fully Multi-site Network supported. +* **[New]** Manage multiple website networks specific subsites or entire networks comments in advance. +* **[New]** Exclude Disable Comments Settings based on user roles. https://www.youtube.com/watch?v=FBq3-W-p-DM @@ -129,7 +131,7 @@ Consider checking out our other WordPress solutions & boost your WordPress websi ⏰ [SchedulePress](https://wordpress.org/plugins/wp-scheduled-posts/): Advanced editorial calendar with WordPress Post Scheduling, Social Sharing, Missed scheduled alerts, and more. -⭐ [ReviewX](https://wordpress.org/plugins/reviewx/): WooCommerce Product review plugin that allows users to submit product reviews with multiple criteria, photos, video, and more. +⭐ [ReviewX](https://wordpress.org/plugins/reviewx/): WooCommerce Product review plugin that allows users to submit product reviews with multiple criteria, photos, videos, and more. ⚡ [Flexia](https://wordpress.org/themes/flexia/): Most lightweight, customizable & multi purpose theme for WordPress. @@ -192,6 +194,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). This will be maiintained from August 19, 2020 - @asif2bd += [2.4.0] - 2022-07-27 = +* New Feature: Exclude Disable Comments settings based on user roles. +* Few minor bug fix and improvement. + = [2.3.6] - 2022-06-05 = * Fixed: JavaScript error in Gutenberg editor.