Releases: Sammaye/yii2-audittrail
Releases · Sammaye/yii2-audittrail
1.3.0
Fixes:
- Fixed table prefixing to not have a hard-coded
tbl_
value #26
1.1.0
Changed:
- #23 coding style to use
const
for action types and changed the database action field to an enum
list of the actions
This release does not require the schema migration but if you apply the schema migration it will be BC breaking
0.3.0
Fixed:
- #14 Invalid namespace for
\Exception
0.2.0
Fixed:
- #6 migration command not working
- #11 i18n translation for class attributes
- #9 readme typos
- #5 table parameter usage
New Features:
- #8 added an active attribute, does not break BC
- #5 added
db
param for extension
Changed:
- #3 dev-master to stable version of Yii2 in the composer.json