Skip to content

Releases: symbiote/silverstripe-datachange-tracker

4.0.4

08 May 23:53
b0a0c97
Compare
Choose a tag to compare
  • fix(PruneChangesBeforeJob): Remove unused / old code that retrieved a flat list of IDs as this can cause the job to not work if there are a lot of DataChangeRecord items.
  • fix(PruneChangesBeforeJob): Fix logic of priorTo so that it defaults to the last 3 months properly
  • fix(PruneChangesBeforeJob): Change steps to 1 as it's technically doing this in 1 step now, this is to avoid an issue where totalSteps=0 can occur and the job won't requeue itself.

4.0.3

08 May 05:54
db07d5f
Compare
Choose a tag to compare
  • Remove ModelAdmin having an 'Add' button
  • Fix undefined constant typo in cleanup job.

3.3.3

03 Jul 02:20
Compare
Choose a tag to compare
FIX, correcting an issue where the module would end up on the wrong p…

…ath.

3.3.2

01 Dec 03:43
Compare
Choose a tag to compare

This release corrects a previously known issue.

3.1.2

20 May 02:47
Compare
Choose a tag to compare

This release corrects a bug when attempting to track data changes for data objects that use the dependency injector.

3.0.3

20 May 02:47
Compare
Choose a tag to compare

This release corrects a bug when attempting to track data changes for data objects that use the dependency injector.

2.0.1

20 May 02:47
Compare
Choose a tag to compare

This release corrects a bug when attempting to track data changes for data objects that use the dependency injector.