We regularly release new versions of FOF to fix known issues and introduce new features. You can find
an overview of this version's changes below.
Changelog
Bug fixes
- [HIGH] Template overrides for module and plugin view templates would not work
- [HIGH] View templates were always loaded from this side of the application, ignoring 'site:' and 'admin:' prefixes
- [LOW] Blade compiler would still refuse to execute when the PHP Tokenizer extension is disabled
New features
- Blade: do not cache compiled files when Debug Site is set to Yes, forcing recompilation during site development
- Platform abstraction for setting / getting script parameters
Miscellaneous changes
- Alternate class inclusion for JHtml helpers to work around Joomla bugs [admintools/222]