Skip to content

Releases: empiricompany/openmage_ignition

1.5.2

28 Apr 11:29

Choose a tag to compare

Full Changelog: 1.5.1...1.5.2

1.5.1

28 Apr 11:04
a3fe39b

Choose a tag to compare

What's Changed

  • Fixed wrong composer/runtime-api dependency by @fballiano in #5

New Contributors

Full Changelog: 1.5.0...1.5.1

1.5.0

28 Apr 10:06
0fc693a

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.4.2...1.5.0

1.4.2

09 May 08:51
2957533

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

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

Choose a tag to compare

add flare error tracking integration

1.3.0

02 May 08:52

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

Choose a tag to compare

sign version 1.2 with ai support

1.0.0

26 Apr 09:40
a22a789

Choose a tag to compare

1.0.0 Pre-release
Pre-release
Update README.md