Skip to content

Commit f2794af

Browse files
committed
v2.4.2
1 parent 867a8d2 commit f2794af

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

disable-comments.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Plugin Name: Disable Comments
55
* Plugin URI: https://wordpress.org/plugins/disable-comments/
66
* 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.
7-
* Version: 2.4.1
7+
* Version: 2.4.2
88
* Author: WPDeveloper
99
* Author URI: https://wpdeveloper.com
1010
* License: GPL-3.0+
@@ -37,7 +37,7 @@ public static function get_instance()
3737

3838
function __construct()
3939
{
40-
define('DC_VERSION', '2.4.1');
40+
define('DC_VERSION', '2.4.2');
4141
define('DC_PLUGIN_SLUG', 'disable_comments_settings');
4242
define('DC_PLUGIN_ROOT_PATH', dirname(__FILE__));
4343
define('DC_PLUGIN_VIEWS_PATH', DC_PLUGIN_ROOT_PATH . '/views/');

readme.txt

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
=== Disable Comments - Remove Comments & Stop Spam [Multi-Site Support] ===
2-
Contributors: Asif2BD, priyomukul, wpdevteam, re_enter_rupok, tusharimran, alimuzzamanalim, solarissmoke, garrett-eclipse
2+
Contributors: Asif2BD, priyomukul, wpdevteam, re_enter_rupok, alimuzzamanalim, solarissmoke, garrett-eclipse
33
Donate link: https://wpdeveloper.com/
44
Tags: comments, delete comments, disable comments, spam comment, disable, stop spam, remove comments, anti spam, disable xml-rpc, hide comment, XML-RPC, REST-API, WP-CLI, multi-site support
55
Requires at least: 5.0
66
Tested up to: 6.0
77
Requires PHP: 5.6
8-
Stable tag: 2.4.1
8+
Stable tag: 2.4.2
99
License: GPL-3.0-or-later
1010
License URI: https://www.gnu.org/licenses/gpl-3.0.html
1111

@@ -194,6 +194,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
194194
and this project adheres to [Semantic Versioning](http://semver.org/).
195195
This will be maiintained from August 19, 2020 - @asif2bd
196196

197+
= [2.4.2] - 2022-09-18 =
198+
* Improved sanitization.
199+
197200
= [2.4.1] - 2022-08-10 =
198201
* Improvement: Localized missing strings in plugin.
199202
* Improvement: Included the fonts in plugin distribution.

0 commit comments

Comments
 (0)