Skip to content

Commit 0c16718

Browse files
committed
Version 2.4.6
1 parent 217b9f4 commit 0c16718

File tree

2 files changed

+14
-13
lines changed

2 files changed

+14
-13
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.5
7+
* Version: 2.4.6
88
* Author: WPDeveloper
99
* Author URI: https://wpdeveloper.com
1010
* License: GPL-3.0+
@@ -41,7 +41,7 @@ public static function get_instance()
4141

4242
function __construct()
4343
{
44-
define('DC_VERSION', '2.4.5');
44+
define('DC_VERSION', '2.4.6');
4545
define('DC_PLUGIN_SLUG', 'disable_comments_settings');
4646
define('DC_PLUGIN_ROOT_PATH', dirname(__FILE__));
4747
define('DC_PLUGIN_VIEWS_PATH', DC_PLUGIN_ROOT_PATH . '/views/');

readme.txt

+12-11
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
=== Disable Comments - Remove Comments & Stop Spam [Multi-Site Support] ===
22
Contributors: Asif2BD, priyomukul, wpdevteam, re_enter_rupok, alimuzzamanalim, solarissmoke, garrett-eclipse
33
Donate link: https://wpdeveloper.com/
4-
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
4+
Tags: Disable Comments, Stop Spam, Delete Comments, Remove Comments, Spam Protection
55
Requires at least: 5.0
6-
Tested up to: 6.3
6+
Tested up to: 6.5
77
Requires PHP: 5.6
8-
Stable tag: 2.4.5
8+
Stable tag: 2.4.6
99
License: GPL-3.0-or-later
1010
License URI: https://www.gnu.org/licenses/gpl-3.0.html
1111

12-
Allows administrators to globally disable comments on their site. Comments can be disabled according to post type. Multisite friendly. Provides tool to delete comments according to post type.
12+
Allows administrators to globally disable comments on their site. Comments can be disabled according to post type. Multisite friendly.
1313

1414
== Description ==
1515

1616
= Disable Comments - Remove Comments & Stop Spam [Multi-Site Support] =
1717

18-
Instantly allow or disallow comments from any post type in WordPress (Pages, Posts, or Media) to stop the spammers and gain complete control over your full website. WP-CLI Support & Control comments via XML-RPC and REST-API too!
18+
Enable/Disable comments on any WordPress content (Pages, Posts, or Media) to stop spammers. WP-CLI, XML-RPC & REST-API support to stop spam comments.
1919

2020
[More About Plugin](https://wpdeveloper.com/plugins/disable-comments/) ◼️ [Documentation](https://wpdeveloper.com/docs-category/disable-comments/) ◼️ [Support Forum](https://wordpress.org/support/plugin/disable-comments/)
2121

@@ -45,7 +45,7 @@ https://www.youtube.com/watch?v=J9AteKzQpPs
4545
* **[New]** Delete comments by type.
4646
* **[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/)
4747
* **[New]** Fully Multi-site Network supported.
48-
* **[New]** Manage multiple website networks specific subsites or entire networks comments in advance.
48+
* **[New]** Manage multiple website network-specific subsites or entire network comments in advance.
4949
* **[New]** Exclude Disable Comments Settings based on user roles.
5050

5151
https://www.youtube.com/watch?v=FBq3-W-p-DM
@@ -117,22 +117,20 @@ These definitions can be made either in your main `wp-config.php` or in your the
117117

118118
Consider checking out our other WordPress solutions & boost your WordPress website:
119119

120-
🔝 [Essential Addons For Elementor](https://wordpress.org/plugins/essential-addons-for-elementor-lite/): Most popular Elementor addons with 70+ widgets & ready blocks
120+
🔝 [Essential Addons For Elementor](https://wordpress.org/plugins/essential-addons-for-elementor-lite/): Most popular Elementor addons with 2 million+ happy users & 95+ widgets & ready blocks
121121

122122
🔔 [NotificationX](https://notificationx.com/) – Best Social Proof & FOMO Marketing Solution to increase conversion rates.
123123

124124
🔗 [BetterLinks](https://wordpress.org/plugins/betterlinks/): Latest best WordPress link management plugin for link shortening, tracking & analyzing.
125125

126126
📄 [EmbedPress](https://wordpress.org/plugins/embedpress/): EmbedPress lets you embed anything including videos, images, posts, audio, maps and upload PDF, DOC, PPT etc.
127127

128-
☁ [Templately](https://wordpress.org/plugins/templately/): 1200+ Free templates library for Elementor & Gutenberg along with the cloud collaboration for WordPress.
128+
☁ [Templately](https://wordpress.org/plugins/templately/): 5000+ Free templates library for Elementor & Gutenberg along with the cloud collaboration for WordPress.
129129

130130
📚 [BetterDocs](https://wordpress.org/plugins/betterdocs/): Best Documentation & Knowledge Base Plugin for WordPress reduce manual support tickets & improve user experience.
131131

132132
⏰ [SchedulePress](https://wordpress.org/plugins/wp-scheduled-posts/): Advanced editorial calendar with WordPress Post Scheduling, Social Sharing, Missed scheduled alerts, and more.
133133

134-
⭐ [ReviewX](https://wordpress.org/plugins/reviewx/): WooCommerce Product review plugin that allows users to submit product reviews with multiple criteria, photos, videos, and more.
135-
136134
⚡ [Flexia](https://wordpress.org/themes/flexia/): Most lightweight, customizable & multi purpose theme for WordPress.
137135

138136

@@ -192,7 +190,10 @@ Go to the tools page for the Disable Comments plugin and utlize the Delete Comme
192190

193191
The format is based on [Keep a Changelog](http://keepachangelog.com/)
194192
and this project adheres to [Semantic Versioning](http://semver.org/).
195-
This will be maiintained from August 19, 2020 - @asif2bd
193+
This will be maintained from August 19, 2020 - @asif2bd
194+
195+
= [2.4.6] - 2024-03-25 =
196+
* Added: WordPress 6.5 Compatibility
196197

197198
= [2.4.5] - 2023-08-30 =
198199
* Minor bug fixes and improvements.

0 commit comments

Comments
 (0)