Skip to content

Releases: yepes/yii2-model-log-behavior

1.0.17

19 Dec 16:35
e02e91e
Compare
Choose a tag to compare

1.0.16

22 Mar 14:25
44bc137
Compare
Choose a tag to compare

old_attributes no se seteaban correctamente.

1.0.15

17 Dec 11:53
Compare
Choose a tag to compare

Added the ability to not to create a log line when a save() is triggered on a model.

1.0.14

30 Nov 12:40
eec3e84
Compare
Choose a tag to compare

Date is now in 24 hour format

1.0.13

26 Nov 08:49
Compare
Choose a tag to compare

Log date setted using gmdate instead of a mysql now() expression.

In case you were using this and needed to convert previous dates to utc, something like this should do the trick:

update goltratec_log set date=convert_tz(date, '+01:00', '+00:00');

Where +01:00 was your mysql timezone and +00:00 is the desired timezone (UTC).

1.0.12

17 Sep 11:08
Compare
Choose a tag to compare

Add logged model PK. #1

1.0.11

18 Oct 08:41
Compare
Choose a tag to compare
Updated to only use EVENT_AFTER_INSER and EVENT_AFTER_UPDATE

1.0.10

30 Sep 10:51
Compare
Choose a tag to compare
Added option to ignore attributes.

1.0.9

02 Jul 11:06
Compare
Choose a tag to compare
pulled from origin.

1.0.8

04 Jun 12:54
Compare
Choose a tag to compare
pulled from origin.