Skip to content

3.1.1

Latest

Choose a tag to compare

@github-actions github-actions released this 18 Aug 09:22
b160ed4

What's Changed

🐛 Bug Fixes

  • Config check no longer treats FQDNs as IP addresses (hostnameLooksLikeIp) by @akunzai in #222

    Fixes #221. The old /([0-9.]+)/ pattern matched every hostname, so the DNS-failure warning was skipped for hosts like store.example.com. Only real IPv4/IPv6 addresses now skip the DNS lookup.

  • Config Save no longer overwrites secrets and live PHP defaults by @akunzai in #215

    Blank password fields and unbound XML defaults (0 / empty) were written on Save, wiping api_key, filter_content, and offline_message. Save now binds Defaults.php first and drops blank secrets. A missing Itemid is cast to 0 instead of throwing.

Full Changelog: 3.1.0...3.1.1