Skip to content

Commit

Permalink
bump version to 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mustafauysal committed Jul 11, 2024
1 parent e7a278c commit 98291f1
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 7 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.2",
"version": "0.1.3",
"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.2
* Version: 0.1.3
* 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.2' );
define( 'SIMPLY_DISABLE_COMMENTS_VERSION', '0.1.3' );
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
9 changes: 7 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
Contributors: handyplugins, m_uysl, wphandle
Tags: comments, spam, disable-comments
Requires at least: 5.0
Tested up to: 6.5
Tested up to: 6.6
Requires PHP: 7.2
Stable tag: 0.1.2
Stable tag: 0.1.3
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Donate link: https://handyplugins.co/donate/
Expand Down Expand Up @@ -58,6 +58,11 @@ Yes! It's compatible with both single sites and multisite.

== Changelog ==

= 0.1.3 (2024-07-11) =
* Added playground blueprint.
* Dependency updates.
* Tested with WP 6.6

= 0.1.2 (2024-03-19) =
* Dependency updates.
* Tested with WP 6.5
Expand Down

0 comments on commit 98291f1

Please sign in to comment.