Skip to content

Commit

Permalink
Marks 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gocom committed Feb 24, 2023
1 parent b89c17a commit 1437869
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions README.textile
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ If set, hidden spam trap field is added to the comment form. The field will be h

h3. Use quotas, limit users' comment posting activity?

If set to _Yes_, users comment posting activity is limited. Comments going over the quota are considered as spam. Users are identified by IP addresses.
If set to _Yes_, users comment posting activity is limited. Comments going over the quota are considered as spam. Users are identified by their email addresses.

h3. Users' comment quota limit

Expand Down Expand Up @@ -103,10 +103,13 @@ Sets the required interaction time in seconds. Default is @5@. Higher values are

h2. Changelog

h3. Version 0.10.0 - upcoming
h3. Version 0.10.0 - 2023/02/25

* Now requires Textpattern CMS >= 4.8.8
* Fixed: Commenters' comment quota check no longer tries to read IP addresses from Textpattern's comment records. Textpattern 4.8 no longer stores commenters' IP addresses, which was causing an error when quota validation was performed. Now we use commenter's email address to check the how many comments the user has written.
* Fixed: Installation errors. Removed old migration script, that migrated pre-0.6.0 configuration data to the native preference panel. This migration caused an issue when tested with Textpattern 4.8.8 on PHP 8.1. An error was triggered which killed Composer package installation, if the old configuration database table did not exist. We could check the existence of the database table, but it's been so long since the version 0.6 migration, that it's better just to remove it.
* Fixed: Email domain name DNS validation. The email was considered valid, if the domain did not have either an A or a MX record. Now the check is performed the correct way around of requiring records.
* PHP >= 8.1 compatibility.
* Now requires Textpattern CMS >= 4.8.0
* Now requires PHP >= 7.4.

h3. Version 0.9.0 - 2019/03/24
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "rah_comment_spam",
"description": "Anti-spam tools to prevent comment spam",
"version": "0.9.0",
"version": "0.10.0",
"type": 1,
"author": "Jukka Svahn",
"author_uri": "https://github.com/gocom/rah_comment_spam",
Expand Down

0 comments on commit 1437869

Please sign in to comment.