Releases: API-Skeletons/zf-doctrine-audit
3.0.2
3.0.1
Added
- New command line
audit:trigger-tool:drop
to drop all functions and triggers created byaudit:trigger-tool:create
3.0.0
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
Moved zend/test out of require; into require-dev
2.0.7
Added
Epoch now wraps variables in convert() for utf8. This fixes invalid character strings when running epoch stored procedures.
2.0.6
Fixed
Use PHP 7.1 for data-fixtures; release 5.x
2.0.5
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
Fixed
PostFlush was assigned an identity which was not yet set. This now uses the authentication object to fetch the identity.
2.0.3
- RevisionEntity namespace for audited entities changed to AuditEntity.
- Revision now stores microtime.
2.0.2
RevisionEntity namespace for audited entities changed to AuditEntity.
More Docs and unit tests.