Skip to content

Releases: lorenzo/audit-stash

4.2.1

30 Aug 12:07
5cd5e4a
Compare
Choose a tag to compare

What's Changed

  • Move change event creation to a protected function by @nicosp in #87

Full Changelog: 4.2.0...4.2.1

4.2.0

30 Aug 02:47
59ae3c1
Compare
Choose a tag to compare

What's Changed

  • Add support for sensitive fields by @nicosp in #86

Full Changelog: 4.1.0...4.2.0

4.1.0

24 Feb 15:30
65f9219
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.0.0...4.1.0

3.2.1

22 Jan 15:08
54b5135
Compare
Choose a tag to compare

What's Changed

  • Implement __serialize to avoid deprecation warning on php 8.2 by @nicosp in #80

New Contributors

Full Changelog: 3.2.0...3.2.1

3.2.0

10 Jan 20:39
b59dbb8
Compare
Choose a tag to compare

What's Changed

  • Resolves broken tests on local and adds GH actions pipeline by @cnizzardini in #63
  • Adds cakephp 4.5 to pipeline tests - cake 4.x by @cnizzardini in #66
  • Add Entity to Base Event - cake 4.x by @cnizzardini in #65
  • Adds option to utilize afterSave instead of afterCommit - cake 4.x by @cnizzardini in #72

Full Changelog: 2.2...3.2.0

4.0.0

21 Dec 18:26
14afbcc
Compare
Choose a tag to compare

What's Changed

  • CakePHP 5 support

New Contributors

Full Changelog: 2.2...4.0.0

3.1.0

16 Dec 20:48
58f0c65
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.0.2...3.1.0

2.2

15 Dec 22:52
58f0c65
Compare
Choose a tag to compare
2.2

Compatibility with PHP 8.1

2.1.1

23 Sep 12:53
862aa5e
Compare
Choose a tag to compare

Renamed AuditLogsType.php to AuditLogsIndex.php

2.1.0

05 Jun 10:20
f0b5779
Compare
Choose a tag to compare
  • Saves the original entity before deleting