Skip to content

Commit

Permalink
bump version to 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mustafauysal committed Jul 19, 2023
1 parent c5d812b commit a55da4e
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "simply-disable-comments",
"version": "0.1.0",
"version": "0.1.1",
"description": "A simple way to fully disable comments on your WordPress.",
"author": {
"name": "handyplugins",
Expand Down
4 changes: 2 additions & 2 deletions plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* Author URI: https://handyplugins.co/
* Text Domain: simply-disable-comments
* Domain Path: /languages
* Version: 0.1.0
* Version: 0.1.1
* Requires at least: 5.0
* Requires PHP: 7.2
*
Expand All @@ -20,7 +20,7 @@
exit; // Exit if accessed directly.
}

define( 'SIMPLY_DISABLE_COMMENTS_VERSION', '0.1.0' );
define( 'SIMPLY_DISABLE_COMMENTS_VERSION', '0.1.1' );
define( 'SIMPLY_DISABLE_COMMENTS_PLUGIN_FILE', __FILE__ );
define( 'SIMPLY_DISABLE_COMMENTS_URL', plugin_dir_url( __FILE__ ) );
define( 'SIMPLY_DISABLE_COMMENTS_PATH', plugin_dir_path( __FILE__ ) );
Expand Down
24 changes: 20 additions & 4 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,27 +2,38 @@
Contributors: handyplugins, m_uysl, wphandle
Tags: comments, spam, disable-comments
Requires at least: 5.0
Tested up to: 6.2
Tested up to: 6.3
Requires PHP: 7.2
Stable tag: 0.1.0
Stable tag: 0.1.1
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Donate link: https://handyplugins.co/donate/

A simple way to fully disable comments on your WordPress.

== Description ==

This plugin simply removes the commenting feature on your WordPress. It's a simple plugin; just setup and forget – no configuration is needed.

If you like our Simply Disable Comments plugin, then consider checking out our other projects:

* <a href="https://handyplugins.co/magic-login-pro/" rel="friend">Magic Login Pro</a> – Easy, secure, and passwordless authentication for WordPress.
* <a href="https://handyplugins.co/easy-text-to-speech/" rel="friend">Easy Text-to-Speech for WordPress</a> – Transform your textual content into high-quality synthesized speech with Amazon Polly.
* <a href="https://handyplugins.co/handywriter/" rel="friend">Handywriter</a> – AI-powered writing assistant that can help you create content for your WordPress.
* <a href="https://handyplugins.co/paddlepress-pro/" rel="friend">PaddlePress PRO</a> – Paddle Plugin for WordPress

= Contributing & Bug Report =
Bug reports and pull requests are welcome on [Github](https://github.com/HandyPlugins/simply-disable-comments).

== Installation ==

=== From within WordPress ===
= From within WordPress =
1. Visit 'Plugins > Add New'
2. Search for 'Simply Disable Comments'
3. Activate Simply Disable Comments from your Plugins page.
4. That's all.

=== Manually ===
= Manual Installation =
1. Upload the `simply-disable-comments` folder to the `/wp-content/plugins/` directory
2. Activate the Powered Cache plugin through the 'Plugins' menu in WordPress
3. That's all.
Expand All @@ -45,5 +56,10 @@ Yes! It's compatible with both single sites and multisite.

== Changelog ==

= 0.1.1 (2023-07-19) =
* Bugfix
* Tested with WP 6.3


= 0.1.0 =
* Initial release

0 comments on commit a55da4e

Please sign in to comment.