Fixed - Renamed "libs" to "cjkcms_libs" in frontend scripts, to avoid name clash with htmx Note: turns out, this was a misdiagnosed issue, there was no clash. But, it is better to have a more specific variable name, rather than a generic "libs", so we'll keep this change.
24.3.1
Added - Missing social media fields in settings/social-media, and icons, including new X to replace Twitter - Updated fontawesome CDN call to v.6.5.1 to include new X icon.
24.2.7
Fixed - Rebuilt search box/button customisation for cleaner code and more flexibility
24.2.6
Fixed - Removed packages from pyproject.toml to rely on autodiscovery of setuptools
24.2.4
Added - Customisable search box, with five different out-of-the-box display styles. - Updated setup configuration. Restored dependency on wagtail-seo and wagtail-cache which now support Wagtail 6.
24.2.1
Fixed - Ensured compatibility with Wagtail 6.0 and Django 5.0.x