Disable Comments - Version 1.0.3

Version Description

  • Recommit.
Download this release

Release Info

Developer rbplugins
Plugin Icon 128x128 Disable Comments
Version 1.0.3
Comparing to
See all releases

Code changes from version 1.0.2 to 1.0.3

Files changed (2) hide show
  1. index.php +2 -2
  2. readme.txt +4 -1
index.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.1
7
  Author: Robosoft Team
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.1' );
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.3
7
  Author: Robosoft Team
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.3' );
18
 
19
  include_once( RB_DISABLE_COMMENTS_PATH .'class_rb_disable-comments.php');
20
 
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: rbplugins
3
  Tags: disable comments, comments, disable
4
  Requires at least: 4.1
5
  Tested up to: 4.8
6
- Stable tag: 1.0.2
7
  License: GPLv2 or later
8
 
9
  Easy tool to disable comments for your blog posts, pages. Admin can disable comments in just few clicks. Delete comments from blog post.
@@ -51,6 +51,9 @@ Go to the edit page for the post you want to disable comments on. Scroll down to
51
 
52
  == Changelog ==
53
 
 
 
 
54
  = 1.0.2 =
55
  * Changed structure of the plugin.
56
 
3
  Tags: disable comments, comments, disable
4
  Requires at least: 4.1
5
  Tested up to: 4.8
6
+ Stable tag: 1.0.3
7
  License: GPLv2 or later
8
 
9
  Easy tool to disable comments for your blog posts, pages. Admin can disable comments in just few clicks. Delete comments from blog post.
51
 
52
  == Changelog ==
53
 
54
+ = 1.0.3 =
55
+ * Recommit.
56
+
57
  = 1.0.2 =
58
  * Changed structure of the plugin.
59