8.2.9
Cerb (8.2.9) is a maintenance update released on January 30, 2018. It includes 9 minor features and fixes from community feedback covering the 8.2 update. You can follow these instructions to upgrade.
-
[Records/Validation] Implemented validation for the ‘Files’ custom field type.
-
[Plugins/AWS] Fixed an issue with the Amazon Web Services plugin. The generated AWS request signature could intermittently fail to validate due to a timing error.
-
[Developers/Dictionaries] When using dictionaries (
DevblocksDictionaryDelegate
), aget()
method now allows a dynamic key to be retrieved. Previously keys could only be retrieved using the__get()
magic method, with$dict->$key
syntax, which required an extra variable to be constructed for$key
. -
[Records/Validation] In records, fixed a validation issue with 64-bit numbers.
-
[Dashboards/Charts] Fixed an issue on dashboard chart widgets where the format options (e.g. seconds elapsed, bytes) were ignored if the x-axis was a date-based field (e.g. created, updated).
-
[Knowledgebase/Profiles/Usability] When viewing the profile of a knowledgebase article, the categories in the “Filed under” are now clickable and open cards. [#575]
-
[Knowledgebase/Support Center] Fixed an issue in the Support Center. When viewing knowledgebase articles and increasing the
views
field counter, theupdated
date was also being set to the current date. This made it look like articles had been recently updated with new information. The updated date no longer changes when the view counter does. [#574] -
[Calendars/Worklists] Fixed an issue on calendars when using a worklist as an event datasource. In some situations, the worklist attempted to save with a
limit
of-1
in an unsigned database field. These temporary worklists didn’t need to persist at all. [#582] -
[Portals/Templates] In portals, fixed a PHP warning when exporting custom templates to an
.xml
file.