Upgraded version numbers to reflect the fact that it belongs to the 5.4 release. Made sure it depends on an acs-mail-lite version which has complex_send
This fixes the issue if you template element(filename) starts with /packages, like theme-zen does, and not relative to the /packages/new-portal/www path as it was supposed to be previously. I needed this in two upgrades, so I assume it is a reoccuring theme, if not, do not hesitate to revert
- adding support for properties of type file * providing upgrade scripts- adding monitor service of the properties- fixing bugs- adding a constraint on the evaluation of the conditions avoiding infinite loops- now the files of the UoL can be updated/changed from the file-storage UI
adding new parameter (ConditionsRecursionLimit):When evaluating the conditions of the UoL there can bee infinite loops. A counter is used to avoid crashing the server. If afterConditionsRecursionLimit times of evaluating the conditions (for a single event) the player is not in a stable state, an error is thrown.