Skip to content

v4.3.2

Compare
Choose a tag to compare
@lcharette lcharette released this 20 Nov 03:23
· 477 commits to master since this release
81a9d84

Added

Changed

  • Updates to the French Locales (#1027)
  • Updates to the German Locales (#1039)
  • Updates to the Thai Locales (#1041)
  • Updates to the Greek Locales (#1042)
  • Updates to the Persian Locales (#1045)

Fixed

  • Fix issue with hidden fields in group modal (#1033)
  • User cache not flushed on model save (#1050)
  • Fix "the passwords don't match" error when editing a user password (#1034, #1038)

Deprecated

UserController:updateField now expect the new value as $_PUT[$fieldName] (where $fieldName is the name of the field you want to update, eg. $_PUT['password'] for editing password) instead of $_PUT['value']. This will only affect your code if you're not using the user widget.