Skip to content
This repository has been archived by the owner on Mar 18, 2024. It is now read-only.

Releases: mlutfy/reporterror

3.2

19 Oct 12:38
Compare
Choose a tag to compare
info.xml: bump version to 3.2

CiviCRM 5.x support, Gelf/Monolog support, SmartGroup handling, settings cleanup

08 May 21:15
Compare
Choose a tag to compare

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

06 Mar 19:03
Compare
Choose a tag to compare
  • 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

22 Apr 12:27
Compare
Choose a tag to compare

Added CiviCRM 4.6 support.

Fix for admin settings, add CiviCRM 4.5 support

20 May 17:49
Compare
Choose a tag to compare
2.5

info.xml: add civicrm 4.5 compat, bump ext release to 2.5.

Minor improvements

11 Oct 12:53
Compare
Choose a tag to compare
  • 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).