This release brings improvements to DNS record management and overall system stability.
Improved DNS Record Management
This release adds automatic quoting for TXT records (disabled by default). When enabled by setting $dns_txt_auto_quote = true
, all content for TXT record types will be automatically quoted, simplifying DNS management without breaking existing configurations. The handling of quotes in DNS record content has also been improved for better display and storage.
Enhanced UI Experience
Several UI improvements enhance the user experience:
The edit comment button is now hidden for users without sufficient permissions
Fixed duplicate DNS record types appearing in dropdown selections (#639), ensuring each record type appears only once when combining multiple record type lists
Fixed important issue with CAA records by correctly handling quotes in DNS record content (#635)
System Improvements
Several behind-the-scenes improvements enhance system reliability:
Added post-create hook in Composer to clean up development artifacts
Added archive exclusion rules for better package management
Updated top level domain list
Technical Updates
The core dependencies receive important updates:
Updated CakePHP components to latest patch versions
Refreshed Symfony components
Upgraded Twig from 3.18.0 to 3.20.0
These updates ensure better performance and security.
For any issues or suggestions, please create new ticket or start discussion in GitHub.