Skip to content

Releases: lorenzo/audit-stash

3.0.2

24 Aug 15:24
f8fbc95
Compare
Choose a tag to compare
add support for string datetime insert to database (#48)

* add support for string datetime insert to database

* fix indentation

* add classes

2.0.3

13 May 10:22
2a04617
Compare
Choose a tag to compare

Improves support of datetime columns. Sets 'created' field to a datetime string when the data type of datetime columns is configured not to use DateTime objects.

3.0.1

14 Apr 11:03
255a14a
Compare
Choose a tag to compare
  • Pinned elastic-search plugin version to stable
  • Fixed error in a class name

Compatibility with Cake 4

18 Feb 13:52
f8f1ca0
Compare
Choose a tag to compare
Cake 4.x (#43)

* Update composer.json

* Update composer.json

* Update composer.json

* Update RequestMetadata.php

* Update AuditLogBehavior.php

* Update composer.json

* Cake4 only

* Update .travis.yml

* Update ElasticMappingShell.php

* additional changes

* fix testsuite errors

* revert

Co-authored-by: Ali1 <ali.m.bakir@gmail.com>

2.0.2

28 Jun 21:49
5dbc324
Compare
Choose a tag to compare
  • The migration file now works correctly

2.0.1

15 Jun 14:37
7921666
Compare
Choose a tag to compare
  • Fixed syntax error in shell class

2.0.0

12 Jun 22:20
0c1c7cc
Compare
Choose a tag to compare
  • Requires elastic 6.x
  • Requires CakePHP 3.0
  • Added an ORM table persister

AuditStash 1.1.0 Released

07 May 08:39
Compare
Choose a tag to compare

Added a Database persister as an alternative to the ElasticSearch default

AuditStash 1.0.1 Released

12 Sep 13:17
Compare
Choose a tag to compare

Documentation and bugfixes

AuditStash 1.0 Released

12 Jan 09:31
Compare
Choose a tag to compare
This plugin actually requires the orm, not the full framework