Skip to content

Commit

Permalink
V 1.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Asif2BD committed Aug 22, 2020
1 parent c063d41 commit 381335d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 7 deletions.
4 changes: 2 additions & 2 deletions disable-comments.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
/**
* 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.
* Version: 1.10.3
* 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: 1.11.0
* Author: WPDeveloper
* Author URI: https://wpdeveloper.net
* License: GPL-3.0+
Expand Down
16 changes: 11 additions & 5 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
=== Disable Comments ===
Contributors: Asif2BD, priyomukul, wpdevteam, re_enter_rupok, solarissmoke, garrett-eclipse
Donate link: https://wpdeveloper.net/
Tags: comments, disable, global, disable comments, delete comments, stop spam, bulk comment delete, comment management
Tags: comments, disable, disable comments, delete comments, stop spam, bulk comment delete, comment management, global, stop comment
Requires at least: 5.0
Tested up to: 5.5
Requires PHP: 5.4
Stable tag: 1.10.3
Stable tag: 1.11.0
License: GPL-3.0-or-later
License URI: https://www.gnu.org/licenses/gpl-3.0.html

Allows administrators to globally disable comments on their site. Comments can be disabled according to post type. Multisite friendly. Provides tool to delete all comments or according to post type.
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.

== Description ==

Expand Down Expand Up @@ -37,6 +37,7 @@ The plugin provides the option to **completely disable the commenting feature in
* All comment RSS/Atom feeds are disabled (and requests for these will be redirected to the parent post);
* The X-Pingback HTTP header is removed from all pages;
* Outgoing pingbacks are disabled.
* **[New]** Delete comments by type.

**Please delete any existing comments on your site before applying this setting, otherwise (depending on your theme) those comments may still be displayed to visitors. You can use the Delete Comments tool to delete any existing comments on your site.**

Expand All @@ -51,7 +52,7 @@ Some of the plugin's behaviour can be modified by site administrators and plugin
These definitions can be made either in your main `wp-config.php` or in your theme's `functions.php` file.


### This plugin is maintained by the [WPDeveloper](https://wpdeveloper.net/).
### This plugin is now maintained by the Team [WPDeveloper](https://wpdeveloper.net/).


### 💙 LOVED Disable Comments?
Expand Down Expand Up @@ -142,6 +143,11 @@ 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

= [1.11.0] - 2020-08-22 =
* Introducing Delete Comment by Type - Contribution by garretthyder
* PHP 7.4 Tested
* WordPress 5.5 Compatible Tested

= [1.10.3] - 2020-07-29 =
* Minor fix - changelog backported.

Expand Down Expand Up @@ -279,4 +285,4 @@ This will be maiintained from August 19, 2020 - @asif2bd

== Upgrade Notice ==

Minor Update: Bug Fix
Minor Update: Tools update

0 comments on commit 381335d

Please sign in to comment.