Skip to content

Releases: symbiote/silverstripe-queuedjobs

2.8.3

22 Nov 20:23
Compare
Choose a tag to compare
[ss-2015-024] FIX: Don't expose serialised fields to admin

SavedJobData and SavedJobMessages contain php serialised data.
There's no point showing these to a CMS Admin as they're not
human readable. Worse, it might be insecure, as a malicious
CMS Admin might be able to craft a payload thats dangerous
to unserialise. So best just to not let the CMS Admin see or
edit them.

2.8.2: Merge pull request #77 from helpfulrobot/add-standard-git-attributes

19 Nov 22:49
Compare
Choose a tag to compare

2.8.1: Merge pull request #60 from tractorcow/pulls/fix-all-the-things

27 Aug 01:00
Compare
Choose a tag to compare
BUG fix merge regressions from https://github.com/silverstripe-australia/silverstripe-queuedjobs/pull/49/

2.6.0

27 May 07:43
Compare
Choose a tag to compare
Add new translation strings

2.2.3

19 Nov 21:48
Compare
Choose a tag to compare
Update translations

2.2.1

21 Aug 01:31
Compare
Choose a tag to compare
Fix multivalue field dependency