Version Description
- Update interface and tested in Wordpress 5.8
Download this release
Release Info
Developer | rbplugins |
Plugin | Disable Comments |
Version | 1.0.13 |
Comparing to | |
See all releases |
Code changes from version 1.0.12 to 1.0.13
- disable-comments-rb.php +2 -2
- readme.txt +5 -2
disable-comments-rb.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: Disable Comments RB
|
4 |
Plugin URI: https://robosoft.co/wordpress-plugins/disable-comments
|
5 |
Description: Easy tool to disable comments for your blog posts, pages. Admin can disable comments in just few clicks. Delete comments from blog post.
|
6 |
-
Version: 1.0.
|
7 |
Author: rbPlugins
|
8 |
Author URI: https://robosoft.co/wordpress-plugins/disable-comments
|
9 |
License: GPL2
|
@@ -14,7 +14,7 @@ Domain Path: /languages/
|
|
14 |
if( !defined('WPINC') || !defined("ABSPATH") ) die();
|
15 |
|
16 |
define("RB_DISABLE_COMMENTS_PATH", plugin_dir_path( __FILE__ ) );
|
17 |
-
define("RB_DISABLE_COMMENTS_VERSION", '1.0.
|
18 |
|
19 |
include_once( RB_DISABLE_COMMENTS_PATH .'class_rb_disable-comments.php');
|
20 |
|
3 |
Plugin Name: Disable Comments RB
|
4 |
Plugin URI: https://robosoft.co/wordpress-plugins/disable-comments
|
5 |
Description: Easy tool to disable comments for your blog posts, pages. Admin can disable comments in just few clicks. Delete comments from blog post.
|
6 |
+
Version: 1.0.13
|
7 |
Author: rbPlugins
|
8 |
Author URI: https://robosoft.co/wordpress-plugins/disable-comments
|
9 |
License: GPL2
|
14 |
if( !defined('WPINC') || !defined("ABSPATH") ) die();
|
15 |
|
16 |
define("RB_DISABLE_COMMENTS_PATH", plugin_dir_path( __FILE__ ) );
|
17 |
+
define("RB_DISABLE_COMMENTS_VERSION", '1.0.13' );
|
18 |
|
19 |
include_once( RB_DISABLE_COMMENTS_PATH .'class_rb_disable-comments.php');
|
20 |
|
readme.txt
CHANGED
@@ -2,8 +2,8 @@
|
|
2 |
Contributors: rbplugins
|
3 |
Tags: disable comments, comments, disable
|
4 |
Requires at least: 3.1
|
5 |
-
Tested up to: 5.
|
6 |
-
Stable tag: 1.0.
|
7 |
License: GPLv2 or later
|
8 |
|
9 |
Disable Comments - easy tool to disable comments for your blog posts, pages. Admin can disable comments in just few clicks. Delete comments from blog post.
|
@@ -61,6 +61,9 @@ This is could be a reason of some conflict. If you have some custom theme. Theme
|
|
61 |
|
62 |
== Changelog ==
|
63 |
|
|
|
|
|
|
|
64 |
= 1.0.12 =
|
65 |
* Update interface and tested in Wordpress 5.7
|
66 |
|
2 |
Contributors: rbplugins
|
3 |
Tags: disable comments, comments, disable
|
4 |
Requires at least: 3.1
|
5 |
+
Tested up to: 5.8
|
6 |
+
Stable tag: 1.0.13
|
7 |
License: GPLv2 or later
|
8 |
|
9 |
Disable Comments - easy tool to disable comments for your blog posts, pages. Admin can disable comments in just few clicks. Delete comments from blog post.
|
61 |
|
62 |
== Changelog ==
|
63 |
|
64 |
+
= 1.0.13 =
|
65 |
+
* Update interface and tested in Wordpress 5.8
|
66 |
+
|
67 |
= 1.0.12 =
|
68 |
* Update interface and tested in Wordpress 5.7
|
69 |
|