Skip to content

Releases: bedezign/yii2-audit

1.2.7

07 May 07:50
6f97ac9
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.2.6...1.2.7

1.2.6

28 Mar 11:54
Compare
Choose a tag to compare
  • general improvements
  • new stewardship information

yii2-audit-1.1.2

01 Nov 21:26
Compare
Choose a tag to compare

1.1.2 November 1, 2019

So finally a release.
It's long overdue, I know. Trust me, there are reasons for my absence, but I'll skip the excuses part and promise to try to do better from now on, even though it's impossible to give any guarantee.
There's tons more to do (like getting tests to work again etc), I wanted to get a new release out there first so everyone can go back to a stable version.

This module is now PHP 7.2 and Yii 2 2.0.13+ only.

  • Bug #270: Make panels compatible with yii2-debug 2.1.6 and later
  • Enh #267: Use Yii2's namespaced migrations functionality
  • Bug #263: fix bs4 issues from yii2-debug
  • Bug #261: Fix "group by" exception on SQL Server
  • Bug #246: fix when args missing from error trace
  • Enh #264: show the whole request url in entry view
  • Enh #259: French translation
  • Enh #252: Allow manual entry definition via setEntry function
  • Enh #251: Override Module::getInstance() to allow for derived Audit module classes
  • Enh #250: Added 'renderEmail' panel function detection to allow for custom email renderers (should still be tested, sorry, no data atm)

yii2-audit-1.1.1

04 Feb 11:52
Compare
Choose a tag to compare

1.1.1 February 4, 2018

  • Enh #225: German translation
  • Enh #236: Chinese translation
  • Bug #221: Verify component existence in the console, terminate execution with more flair if not.

yii2-audit-1.0.14

04 Feb 11:51
Compare
Choose a tag to compare

1.0.14 February 4, 2018

  • Enh #225: German translation
  • Enh #236: Chinese translation
  • Bug #221: Verify component existence in the console, terminate execution with more flair if not.

yii2-audit-1.1.0

20 Jan 20:18
Compare
Choose a tag to compare

1.1.0 January 20, 2018

  • Enh #231: This release is identical to 1.0.13 except that it requires Yii 2.0.13 to make it compatible with PHP 7.2. It will still work on older PHP versions.

yii2-audit-1.0.13

20 Jan 19:47
Compare
Choose a tag to compare

1.0.13 January 20, 2018

  • Bug #216: Migration failed for MSSQL on alter_audit_mail
  • Enh #219: Refactored chart panels
  • Enh: Use HTTP_X_FORWARDED_FOR as IP when it is set
  • Enh #217, #218: Optimized database queries for panels
  • Enh: Made php-mime-mail-parser optional (mail panel will now work without, with less functionality). This means you don't need the mailparse extension anymore to install Audit.
  • Bug #233: Made DbPanel work with versions that have the duplicate queries count
  • A new version will be released shortly (1.1.0) that will be PHP >= 7.2 and Yii >= 2.0.13. As of PHP 7.2 object is reserved as a type hint keyword and thus the Yii Object class was renamed to BaseObject. For PHP < 7.2 a workaround was added that still provides an Object class. This means that Audit v1.0 will work for Yii >= 2.0.13, as long as you do not use PHP >= 7.2

yii2-audit-1.0.12

27 Aug 07:14
Compare
Choose a tag to compare

1.0.12 August 27, 2017

  • Enh (#188): Ignore attributes when they contain arrays
  • Enh (#191): add an option to disable most common timestamp fields
  • Bug (#204): Fixed typo in Turkisch translations
  • Enh: Now using PhpMimeMailParser to display the email HTML
  • Enh: Improved IP detection for users behind a proxy
  • Enh (#214): Reduced amount of queries to display the main screen

yii2-audit-1.0.11

15 Apr 01:38
Compare
Choose a tag to compare

1.0.11 April 15, 2017

  • Bug: use correct database when running migrations if the database component is not "db"
  • Bug: check if the module has been installed (prevents errors prior to migration while installing)

yii2-audit-1.0.10

26 Mar 08:52
Compare
Choose a tag to compare
  • Bug #201: FIx migration on pgsql