Releases: empiricompany/openmage_ignition
Releases · empiricompany/openmage_ignition
1.4.2
Added the dependency in composer to the minimum version of OpenMage 20.7.0, which includes the event mage_run_installed_exception
used for error capturing.
"openmage/magento-lts": "^20.7",
Full Changelog: 1.4.1...1.4.2
1.4.1
By default, Spatie/Ignition sets the error_reporting level to -1.
Now it respects the current level, for example, if set in php.ini or explicitly in index.php:
Mage::setIsDeveloperMode(true);
error_reporting(E_ALL & ~E_DEPRECATED & ~E_STRICT & ~E_NOTICE & ~E_WARNING);
Will be displayed all errors except for deprecated, strict, notice, and warning.
1.4.0
add flare error tracking integration
1.3.0
change events now use:
- controller_front_init_before
- mage_run_exception
- mage_run_installed_exception
1.2.0
sign version 1.2 with ai support
1.0.0
Update README.md