Metadata-Version: 2.1
Name: trac-WorkflowNotificationPlugin
Version: 0.6
Summary: Configurable notifications for trac tickets tied to workflow actions
Home-page: https://trac-hacks.org/wiki/WorkflowNotificationPlugin
Author: Ethan Jucovy
Author-email: ejucovy@gmail.com
License: BSD
Platform: UNKNOWN

0.6 (2017-??-??)
----------------

 * Configuring notifications through Trac's web admin system now requires
   TICKET_ADMIN only, not full TRAC_ADMIN.  This permission check is also
   FineGrainedPermissions-aware.
 * Notification templates can now access a `change_history` variable to email
   all commenters on a ticket, display a full history of ticket changes in
   the email body, and other use cases.


0.5 (2013-11-21)
----------------

 * Notifications can now be configured through Trac's web admin system.

0.4 (2012-12-12)
----------------

 * Support for Trac 0.11.7

0.3 (2012-12-11)
----------------

 * Allow configuration of conditional notifications.
 * Provide `action` string in templates.

0.2 (2012-12-10)
----------------

 * Provide `old_values` dict in templates.
 * '*'-notifications are no longer triggered for @created actions.

0.1 (2012-12-09)
----------------

Everything is new!


