From 29d812b4f49efe1fdd7c81228c23acb7158a0ae0 Mon Sep 17 00:00:00 2001 From: Abid Hasan Date: Wed, 27 Apr 2022 16:22:22 +0600 Subject: [PATCH] Version 2.3.5 --- disable-comments.php | 4 ++-- readme.txt | 6 +++++- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/disable-comments.php b/disable-comments.php index a74dd9a..0ea4d4b 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.4 + * Version: 2.3.5 * 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.4'); + define('DC_VERSION', '2.3.5'); 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 aa3ecf0..bf54813 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: 5.9 Requires PHP: 5.6 -Stable tag: 2.3.4 +Stable tag: 2.3.5 License: GPL-3.0-or-later License URI: https://www.gnu.org/licenses/gpl-3.0.html @@ -192,6 +192,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.3.5] - 2022-04-27 = +* Added: More WP-CLI commands. +* Few minor bug fix and improvement. + = [2.3.4] - 2022-03-28 = * Fixed: PHP Warning in Multisite Network.