changelog Changelog

2009-08-08 - Log_Growl 0.2.0b1 (beta) released

  • New features
    • Notification Type for all events by default is now identified by constant LOG_GROWL_NOTIFY_NEWLOG
    • Net_Growl error handler notify PHP errors on a separate Notification Type. See constant LOG_GROWL_NOTIFY_PHPERROR
    • Net_Growl exception handler notify PHP exceptions on a separate Notification Type See constant LOG_GROWL_NOTIFY_PHPEXCEPTION.
  • Improvements / changes
    • may use now both PHP4 and PHP5 version of Net_Growl
    • changed dependency to minimum Net_Growl 0.9.0b1
    • growl composite example used now the new GNTP protocol
  • Bugfixes
    • none
2009-06-25 - Log_Growl 0.1.0b2 (beta) released

  • New features
    • add sticky option in main configuration; use as default if not overwritten by message
  • Improvements / changes
    • use $name parameter #1 of class constructor rather than option (application)
  • Bugfixes
    • none
2009-06-24 - Log_Growl 0.1.0b1 (beta) released

  • New features
    Initial version includes:
    • You can set differing priorities to each notification type.
    • Sticky notifications will stay on screen until clicked.
    • ability to register Growl handler as your error handler (replaced or chained with previous error handler defined)
    • ability to register Growl handler as your exception handler
  • Quality Assurance
    • example script (growl_composite.php) that demonstrate all features of this driver