You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.