Releases: bedezign/yii2-audit
Releases · bedezign/yii2-audit
1.2.7
What's Changed
- Add sk translations by @Matej-ch in #288
- Translate to pt-BR and BUG to ignore action by @thtmorais in #284
- Feature/improve differences views by @eluhr in #291
New Contributors
- @Matej-ch made their first contribution in #288
- @thtmorais made their first contribution in #284
Full Changelog: 1.2.6...1.2.7
1.2.6
yii2-audit-1.1.2
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
yii2-audit-1.0.14
yii2-audit-1.1.0
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
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 themailparse
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 YiiObject
class was renamed toBaseObject
. For PHP < 7.2 a workaround was added that still provides anObject
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
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
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
- Bug #201: FIx migration on pgsql