Skip to content

Releases: Sammaye/yii2-audittrail

1.3.0

02 Oct 09:15
e5fcf90
Compare
Choose a tag to compare

Fixes:

  • Fixed table prefixing to not have a hard-coded tbl_ value #26

1.2.0

01 Nov 14:39
Compare
Choose a tag to compare

Removed:

1.1.0

04 Oct 13:18
Compare
Choose a tag to compare

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

1.0.0

04 Oct 13:15
Compare
Choose a tag to compare

Stable

0.3.0

24 May 12:54
Compare
Choose a tag to compare

Fixed:

  • #14 Invalid namespace for \Exception

0.2.0

22 Apr 08:21
Compare
Choose a tag to compare

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

0.1

24 Feb 11:36
Compare
Choose a tag to compare
0.1

First Release.

Todo:

  • Get migrations working