Skip to content

Releases: empiricompany/openmage_ignition

1.4.2

09 May 08:51
2957533
Compare
Choose a tag to compare

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

06 May 08:40
Compare
Choose a tag to compare

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

02 May 10:31
Compare
Choose a tag to compare

add flare error tracking integration

1.3.0

02 May 08:52
Compare
Choose a tag to compare

change events now use:

  • controller_front_init_before
  • mage_run_exception
  • mage_run_installed_exception

OpenMage/magento-lts#3957

1.2.0

26 Apr 11:23
Compare
Choose a tag to compare
sign version 1.2 with ai support

1.0.0

26 Apr 09:40
a22a789
Compare
Choose a tag to compare
1.0.0 Pre-release
Pre-release
Update README.md