Skip to content

Commit

Permalink
Version 2.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
abid112 committed Mar 28, 2022
1 parent c7a56a7 commit 0f45dfd
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
Binary file added .wordpress-org/screenshot-3.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions disable-comments.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.3
* Version: 2.3.4
* Author: WPDeveloper
* Author URI: https://wpdeveloper.com
* License: GPL-3.0+
Expand Down Expand Up @@ -37,7 +37,7 @@ public static function get_instance()

function __construct()
{
define('DC_VERSION', '2.3.3');
define('DC_VERSION', '2.3.4');
define('DC_PLUGIN_SLUG', 'disable_comments_settings');
define('DC_PLUGIN_ROOT_PATH', dirname(__FILE__));
define('DC_PLUGIN_VIEWS_PATH', DC_PLUGIN_ROOT_PATH . '/views/');
Expand Down
8 changes: 6 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.3
Stable tag: 2.3.4
License: GPL-3.0-or-later
License URI: https://www.gnu.org/licenses/gpl-3.0.html

Expand Down Expand Up @@ -123,7 +123,7 @@ Consider checking out our other WordPress solutions & boost your WordPress websi

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

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

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

Expand Down Expand Up @@ -183,6 +183,7 @@ Go to the tools page for the Disable Comments plugin and utlize the Delete Comme

1. Setting Screen for Disable Comments
2. Delete Comments under Tools menu.
3. Multisite Network support


== Changelog ==
Expand All @@ -191,6 +192,9 @@ 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.4] - 2022-03-28 =
* Fixed: PHP Warning in Multisite Network.

= [2.3.3] - 2022-01-25 =
* Added: WordPress 5.9 compatibility added.

Expand Down

0 comments on commit 0f45dfd

Please sign in to comment.