Skip to content

Commit

Permalink
Tag v1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jdevalk committed Dec 8, 2022
1 parent 2aec673 commit 20f42c1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
"@yoast/grunt-plugin-tasks": "^2.0.0"
},
"yoast": {
"pluginVersion": "1.8"
"pluginVersion": "1.8.1"
}
}
6 changes: 5 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Tags: comments, spam, emails
Text Domain: yoast-comment-hacks
Requires at least: 5.9
Tested up to: 6.1
Stable tag: 1.8
Stable tag: 1.8.1
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Requires PHP: 7.4
Expand Down Expand Up @@ -51,6 +51,10 @@ See the screenshots to get an even better idea of the plugins' functionality.

== Changelog ==

= 1.8.1 =

* Fixed a couple of PHP 7.4 related issues.

= 1.8 =

* Changed namespace to `JoostBlog`.
Expand Down
4 changes: 2 additions & 2 deletions yoast-comment-hacks.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* @wordpress-plugin
* Plugin Name: Comment Hacks
* Version: 1.8
* Version: 1.8.1
* Plugin URI: https://joost.blog/plugins/comment-hacks/
* Description: Make comments management easier by applying the simple hacks Joost has gathered over the years.
* Requires PHP: 7.4
Expand Down Expand Up @@ -34,7 +34,7 @@
/**
* Used for version checks.
*/
define( 'JOOST_COMMENT_HACKS_VERSION', '1.8' );
define( 'JOOST_COMMENT_HACKS_VERSION', '1.8.1' );

/**
* Used for asset embedding.
Expand Down

0 comments on commit 20f42c1

Please sign in to comment.