Changelog v5.x
v5.2
- 2025-11-27
- Added
- Added crontab methods
- The method findAll returns a list of all the crontabs
- The method update(long id, String name, String expression, Boolean active) updates a crontab
- The method reset(long id) resets the error and sets the end time for a crontab
- The method execute(long id) executes a crontab task
- Fixed:
- Fixed serialization error for JSON-formatted values in plugin parameters
- Updated:
- InsertPages in PdfService has been redesigned to be more useful and understandable. It now uses PageInsertOperations to perform the inserts.
- The method getAllGroups now has an optional parameter, UUID.
v5.1
- Released 2025-08-28
- Required Java version 17.