This repository has been archived by the owner on Mar 18, 2024. It is now read-only.
Releases: mlutfy/reporterror
Releases · mlutfy/reporterror
3.2
CiviCRM 5.x support, Gelf/Monolog support, SmartGroup handling, settings cleanup
This release requires running the extension upgrader (since it renames the extension settings) and requires flushing the CiviCRM cache (it should be done automatically by CiviCRM).
CiviCRM 4.7 support, Event error handling, and change to HEAD requests
- Added CiviCRM 4.7 support (version bump only).
- Event errors with no referrer can now be redirected to a specific event ID.
- HEAD requests from some browsers (prefetching) and some robots could cause infinite redirection loops. This version does not do any special handling of HEAD requests.
CiviCRM 4.6 support
Added CiviCRM 4.6 support.
Fix for admin settings, add CiviCRM 4.5 support
2.5 info.xml: add civicrm 4.5 compat, bump ext release to 2.5.
Minor improvements
- Better insertion of the menu item in the navigation menu (avoids conflicts with other extensions)
- Moved the URL callback from admin/reporterror to admin/setting/reporterror
- Use civicrm_api() instead of civicrm_api3(), for better backwards compatibility.
- Added handling of a probably not very common PCP error from CiviCRM 4.0 -> 4.1 upgrades.
- Had forgotten to bump the info.xml version in the last release (2.2).