Skip to content

Commit 648527e

Browse files
committed
Version 2.5.0
1 parent 616ddfd commit 648527e

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

disable-comments.php

Lines changed: 2 additions & 2 deletions
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.7
7+
* Version: 2.5.0
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

4343
function __construct() {
44-
define('DC_VERSION', '2.4.7');
44+
define('DC_VERSION', '2.5.0');
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

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ Contributors: Asif2BD, priyomukul, wpdevteam, re_enter_rupok, alimuzzamanalim, s
33
Donate link: https://wpdeveloper.com/
44
Tags: Disable Comments, Stop Spam, Delete Comments, Remove Comments, Spam Protection
55
Requires at least: 5.0
6-
Tested up to: 6.7
6+
Tested up to: 6.8
77
Requires PHP: 5.6
8-
Stable tag: 2.4.7
8+
Stable tag: 2.5.0
99
License: GPL-3.0-or-later
1010
License URI: https://www.gnu.org/licenses/gpl-3.0.html
1111

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

195+
= [2.5.0] - 2025-05-15 =
196+
* Added: Accessibility support to the plugin settings page
197+
* Various minor improvements and enhancements
198+
195199
= [2.4.7] - 2025-01-27 =
196200
* Fixed: Errors reported by Plugin Check (PCP)
197201
* Few minor bug fixes and improvements

0 commit comments

Comments
 (0)