[Bps-public-commit] rt-extension-nonwatcherrecipients branch, master, updated. 0.01-4-gbde58ce

Thomas Sibley trs at bestpractical.com
Tue Feb 19 20:47:14 EST 2013


The branch, master has been updated
       via  bde58cebc2991852238657d62013e1f16118fdaa (commit)
      from  4dee9a239a3488b9eb2c5f10a1e363f85597180f (commit)

Summary of changes:
 Changes                                  | 6 ++++++
 MANIFEST                                 | 1 +
 META.yml                                 | 2 +-
 lib/RT/Extension/NonWatcherRecipients.pm | 2 +-
 4 files changed, 9 insertions(+), 2 deletions(-)
 create mode 100644 Changes

- Log -----------------------------------------------------------------
commit bde58cebc2991852238657d62013e1f16118fdaa
Author: Thomas Sibley <trs at bestpractical.com>
Date:   Tue Feb 19 17:46:10 2013 -0800

    Version 0.02

diff --git a/Changes b/Changes
new file mode 100644
index 0000000..cc63d9d
--- /dev/null
+++ b/Changes
@@ -0,0 +1,6 @@
+0.02    Tue Feb 19 17:44:00 PST 2013
+
+    * Critical bug fix: avoids template error and mail sending failure
+
+    * Return the empty string instead of undef for friendlier use in templates
+    * Abort early if we don't have a ticket and transaction
diff --git a/MANIFEST b/MANIFEST
index b04ea38..c568d0b 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -13,6 +13,7 @@ inc/Module/Install/Win32.pm
 inc/Module/Install/WriteAll.pm
 lib/RT/Extension/NonWatcherRecipients.pm
 lib/RT/Extension/NonWatcherRecipients/Test.pm.in
+Changes
 Makefile.PL
 MANIFEST			This list of files
 MANIFEST.SKIP
diff --git a/META.yml b/META.yml
index b388612..740615f 100644
--- a/META.yml
+++ b/META.yml
@@ -21,4 +21,4 @@ no_index:
     - xt
 resources:
   license: http://opensource.org/licenses/gpl-license.php
-version: 0.01
+version: 0.02
diff --git a/lib/RT/Extension/NonWatcherRecipients.pm b/lib/RT/Extension/NonWatcherRecipients.pm
index 6bbabdf..0e7e899 100644
--- a/lib/RT/Extension/NonWatcherRecipients.pm
+++ b/lib/RT/Extension/NonWatcherRecipients.pm
@@ -2,7 +2,7 @@ use strict;
 use warnings;
 package RT::Extension::NonWatcherRecipients;
 
-our $VERSION = '0.01';
+our $VERSION = '0.02';
 
 =head1 NAME
 

-----------------------------------------------------------------------



More information about the Bps-public-commit mailing list