Release: v15.10
The v15.10 release includes a collection of minor bug fixes primarily focused on theme-related issues affecting both the revised original white theme and the new dark theme introduced in v15.09.
One fix resolves an issue where the CF_ENABLE setting would continue to display the Cloudflare Integration buttons in the web interface even when the value was set to 0. A similar issue was identified and corrected with the statistics buttons, which were appearing regardless of their corresponding configuration setting.
Additionally, several stylesheet refinements were made to correct text positioning in the home navigation menu buttons, along with fixes for a small number of <div> elements that had incorrect CSS classes applied.
This release also introduces support for preserving custom comments in your /etc/csf/csf.conf file across updates. In previous versions, CSF compared your existing configuration against the default configuration shipped with each release, adding any missing settings as needed. This process resulted in the removal of any existing custom comments. With this update, custom comments are now retained, ensuring your configuration remains fully intact between upgrades.
Finally, a small bug was fixed regarding Messenger v1 related to reCAPTCHA tokens being truncated depending on the length of bytes. The limit has been increased to 4096 bytes, which provides approximately 4053 bytes for the token after accounting for the 43 bytes of URL overhead, comfortably accommodating current reCAPTCHA token sizes.