[Bps-public-commit] rt-extension-articletemplates branch, master, updated. aac8ba399c9fb83d706f43c2751c4d40244f57fc

Thomas Sibley trs at bestpractical.com
Wed Sep 7 11:58:21 EDT 2011


The branch, master has been updated
       via  aac8ba399c9fb83d706f43c2751c4d40244f57fc (commit)
      from  0957a2ca52d8602e59f7b8323281dcbd37b87b53 (commit)

Summary of changes:
 Changes                              |    4 ++++
 MANIFEST                             |    2 ++
 META.yml                             |    2 +-
 lib/RT/Extension/ArticleTemplates.pm |    2 +-
 4 files changed, 8 insertions(+), 2 deletions(-)

- Log -----------------------------------------------------------------
commit aac8ba399c9fb83d706f43c2751c4d40244f57fc
Author: Thomas Sibley <trs at bestpractical.com>
Date:   Wed Sep 7 11:58:09 2011 -0400

    Dist updating

diff --git a/Changes b/Changes
index 13381dd..f7f6bfc 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,9 @@
 Revision history for RT-Extension-ArticleTemplates
 
+0.04  Wed Sep  7 2011
+
+    Support for processing subject overrides
+
 0.03  Fri May 20 2011
 
     Renamed to RT-Extension-ArticleTemplates and made compatible with RT 4.0.0
diff --git a/MANIFEST b/MANIFEST
index 94aaf24..62dea29 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -1,5 +1,7 @@
 Changes
 html/Callbacks/RT-Extension-ArticleTemplates/Articles/Article/Elements/Preformatted/ProcessContent
+html/Callbacks/RT-Extension-ArticleTemplates/Articles/Elements/SubjectOverride/ProcessContent
+html/Callbacks/RT-Extension-ArticleTemplates/Elements/SubjectOverride/ProcessContent
 inc/Module/AutoInstall.pm
 inc/Module/Install.pm
 inc/Module/Install/AutoInstall.pm
diff --git a/META.yml b/META.yml
index 9243e9c..442446a 100644
--- a/META.yml
+++ b/META.yml
@@ -21,4 +21,4 @@ no_index:
     - t
 resources:
   license: http://opensource.org/licenses/gpl-license.php
-version: 0.03
+version: 0.04
diff --git a/lib/RT/Extension/ArticleTemplates.pm b/lib/RT/Extension/ArticleTemplates.pm
index aee91ab..5d142f1 100644
--- a/lib/RT/Extension/ArticleTemplates.pm
+++ b/lib/RT/Extension/ArticleTemplates.pm
@@ -3,7 +3,7 @@ use warnings;
 
 package RT::Extension::ArticleTemplates;
 
-our $VERSION = '0.03';
+our $VERSION = '0.04';
 
 =head1 NAME
 

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



More information about the Bps-public-commit mailing list