Skip to content

Releases: Zauberfisch/silverstripe-serialized-dataobject

v3.0.0-beta1

07 Oct 23:43
Compare
Choose a tag to compare
v3.0.0-beta1 Pre-release
Pre-release
  • use json instead of php serialization for objects (backwards compatible)
  • moved php requirement to >=7.0

Released as 3.x because I bumped the php requirement, this update should otherwise be non-breaking.

v2.0.0-alpha6

16 Jan 01:11
Compare
Choose a tag to compare
v2.0.0-alpha6 Pre-release
Pre-release
Require SilverStripe >=3.6.4 because this module needs https://github…

v2.0.0-alpha5

21 Sep 11:53
Compare
Choose a tag to compare
v2.0.0-alpha5 Pre-release
Pre-release
Nested fields with url_handlers (eg UploadField) now work in DataList…

v2.0.0-alpha4

25 Aug 09:58
Compare
Choose a tag to compare
v2.0.0-alpha4 Pre-release
Pre-release
  • Added ArrayListField

v2.0.0-alpha2

24 Aug 04:25
Compare
Choose a tag to compare
v2.0.0-alpha2 Pre-release
Pre-release
  • Now using namespaces in preparation of moving to SilverStripe 4
  • Refactored DBFields and split DataList into ArrayList and DataList
    • Renamed SerializedDBFieldHasOne to zauberfisch\SerializedDataObject\DBField\DataObjectField (Stores one serialized object)
    • Renamed SerializedDBFieldHasMany to zauberfisch\SerializedDataObject\DBField\ArrayListField (Stores a list of serialized objects)
    • Added DataListField (Stores list of IDs of DataObjects)
  • Added UploadField subclass to save into serialized DBField

Initial release

15 Nov 07:26
Compare
Choose a tag to compare
1.0.0

init