Skip to content

Commit

Permalink
Tagging 1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
jdevalk committed Dec 9, 2022
1 parent 67ddb0b commit b7ccc75
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"emails"
],
"homepage": "https://joost.blog/plugins/comment-hacks/",
"license": "GPL-2.0-or-later",
"license": "GPL-3.0-or-later",
"authors": [
{
"name": "Joost de Valk",
Expand Down
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.1"
"pluginVersion": "1.9"
}
}
4 changes: 3 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.1
Stable tag: 1.9
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Requires PHP: 7.4
Expand Down Expand Up @@ -60,6 +60,8 @@ See the screenshots to get an even better idea of the plugins' functionality.
policy page, toggle the option on and select it, and commenters will have to accept your comment policy before being
able to comment.
* Fixes a bug where editing a comment on the quick edit screen would cause that comment to lose its parent.
* Enhances performance by preventing too frequent option updates.
* Remove all direct DB queries in favor of using WordPress core functions.

= 1.8.1 =

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.1
* Version: 1.9
* 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.1' );
define( 'JOOST_COMMENT_HACKS_VERSION', '1.9' );

/**
* Used for asset embedding.
Expand Down

0 comments on commit b7ccc75

Please sign in to comment.