Skip to content

Releases: API-Skeletons/zf-doctrine-audit

3.0.2

28 Jul 23:30
fff09b2
Compare
Choose a tag to compare

Fixed

  • Removed calls to getServiceLocator in fixtures

3.0.1

30 Jun 22:05
61dcff3
Compare
Choose a tag to compare

Added

  • New command line audit:trigger-tool:drop to drop all functions and triggers created by audit:trigger-tool:create

3.0.0

25 Jun 22:26
82387d1
Compare
Choose a tag to compare

This major release changes the structure of the auditing tables by replacing the compound primary key with a single primary key called '_id'. This allows sorting by primary key to sort by revision date.

Following the change management guide may allow a smooth upgrade from the 2.0 series.
http://zf-doctrine-audit.readthedocs.io/en/latest/changes.html

2.0.8

12 Apr 02:06
Compare
Choose a tag to compare

Moved zend/test out of require; into require-dev

2.0.7

30 Dec 04:47
Compare
Choose a tag to compare

Added

Epoch now wraps variables in convert() for utf8. This fixes invalid character strings when running epoch stored procedures.

2.0.6

19 Oct 22:50
Compare
Choose a tag to compare

Fixed

Use PHP 7.1 for data-fixtures; release 5.x

2.0.5

15 Oct 23:21
Compare
Choose a tag to compare

Added

The database logic which closes a Revision has been moved into it's own tool and access to the tool is now available through the Plugin. This allows non-ORM events like manual UPDATE or DELETE calls to close the Revision after the command has ran. Otherwise the Revision will remain open.

2.0.4

10 Oct 22:30
Compare
Choose a tag to compare

Fixed

PostFlush was assigned an identity which was not yet set. This now uses the authentication object to fetch the identity.

2.0.3

28 Sep 21:22
Compare
Choose a tag to compare
  • RevisionEntity namespace for audited entities changed to AuditEntity.
  • Revision now stores microtime.

2.0.2

28 Sep 01:21
Compare
Choose a tag to compare

RevisionEntity namespace for audited entities changed to AuditEntity.
More Docs and unit tests.