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] Transparent Authentication engages even when a user is already logged in
- [LOW] Warning thrown when passing an empty input array to the Container
New features
- Ability to enable / disable drag'n'drop reordering in Ordering fields because of a bug in Joomla! 3.5+ they don't want to fix (I submitted the PR and they rejected it)
- Relation Form Field now has a "model" attribute for cases when the field name is not the same of the model class name (ie: company_types vs CompanyTypes)
Miscellaneous changes
- By default drag'n'drop reordering is DISABLED in Joomla! 3.5+ because of a bug in Joomla! 3.5+ they don't want to fix (I submitted the PR and they rejected it)
- Removing visible ordering field from Joomla! 3.5+ when drag'n'drop reordering is enabled due to a bug they don't want to fix (I submitted the PR and they rejected it)