From a55da4e934e911008ffc4815ebd4bc7648f2c440 Mon Sep 17 00:00:00 2001 From: mustafauysal Date: Wed, 19 Jul 2023 19:38:21 +0300 Subject: [PATCH] bump version to 0.1.1 --- package.json | 2 +- plugin.php | 4 ++-- readme.txt | 24 ++++++++++++++++++++---- 3 files changed, 23 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index ad54727..47fd136 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/plugin.php b/plugin.php index b6652b0..bec8073 100644 --- a/plugin.php +++ b/plugin.php @@ -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 * @@ -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__ ) ); diff --git a/readme.txt b/readme.txt index 51f1a22..24c11e5 100644 --- a/readme.txt +++ b/readme.txt @@ -2,11 +2,12 @@ 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. @@ -14,15 +15,25 @@ A simple way to fully disable comments on your WordPress. 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: + +* Magic Login Pro – Easy, secure, and passwordless authentication for WordPress. +* Easy Text-to-Speech for WordPress – Transform your textual content into high-quality synthesized speech with Amazon Polly. +* Handywriter – AI-powered writing assistant that can help you create content for your WordPress. +* PaddlePress PRO – 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. @@ -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