Skip to content

Commit

Permalink
bump version to 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mustafauysal committed May 11, 2023
1 parent 4a4c642 commit 5da6479
Showing 1 changed file with 49 additions and 44 deletions.
93 changes: 49 additions & 44 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,44 +1,49 @@
=== Simply Disable Comments ===
Contributors: handyplugins, m_uysl, wphandle
Tags: comments, spam, disable-comments
Requires at least: 5.0
Tested up to: 6.2
Requires PHP: 7.2
Stable tag: 0.1.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

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 needed.

== Installation ==

=== 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 ===
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.


== Frequently Asked Questions ==

= Where is the settings page? =

This plugin doesn't have a settings page. It's just a simple plugin to disable comments. However, on multisite it registers an option under general settings when it is activated network-wide. This way, you can enable/disable comments on a per-site basis.

= Is it compatible with multisite? =

Yes! It's compatible with both single site and multisite.

== Changelog ==

= 0.1.0 =
* Initial release
=== Simply Disable Comments ===
Contributors: handyplugins, m_uysl, wphandle
Tags: comments, spam, disable-comments
Requires at least: 5.0
Tested up to: 6.2
Requires PHP: 7.2
Stable tag: 0.1.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

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.

== Installation ==

=== 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 ===
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.


== Frequently Asked Questions ==

= Where is the settings page? =

This plugin doesn't have a settings page. It's just a simple plugin to disable comments. However, on multisite it registers an option under general settings when it is activated network-wide. This way, site admins can enable/disable comments on a per-site basis.

= Is it compatible with multisite? =

Yes! It's compatible with both single sites and multisite.

== Screenshots ==

1. A general settings item on multisite when activated network-wide to allow site owners can control the commenting.


== Changelog ==

= 0.1.0 =
* Initial release

0 comments on commit 5da6479

Please sign in to comment.