Skip to content

0.10.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 24 Feb 22:10
  • 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.