Skip to content

6.0.0-beta1

Pre-release
Pre-release
Compare
Choose a tag to compare
@skerbis skerbis released this 03 Jul 12:20
· 511 commits to master since this release
3cd4afa

Version 6.0.0-beta1

Be careful. This is a beta release. It is not intended for productive use.

  • use rex_factory_trait in MForm class
  • remove closeCollapse, closeTab, closeAccordion
  • change addCollapse, addAccordion, addTab functionality, use addForm to add content in this methods
  • added addForm method
  • added Yform inUseCheck for media inside custom_link and imagelist
  • added some styling
  • change parsley trigger to: .mform and event to rex:ready

Notice: The REX_CUSTOM_LINK Var now saves the data in a regular REX_VAR. So the usage of REX_CUSTOM_LINK is not backward compatible. You should move the values from Linklist to a value field.