[Bps-public-commit] rt-extension-articletemplates 02/02: Release 1.03

craig kaiser craig at bestpractical.com
Tue Jul 6 15:17:18 EDT 2021


This is an automated email from the git hooks/post-receive script.

craig pushed a commit to branch master
in repository rt-extension-articletemplates.

commit bf9aa46653e5a22d5c4b8128d45e55f38075198f
Author: craig kaiser <craig at bestpractical.com>
AuthorDate: Tue Jul 6 15:12:57 2021 -0400

    Release 1.03
---
 Changes                              | 3 +++
 MANIFEST                             | 1 +
 META.yml                             | 2 +-
 lib/RT/Extension/ArticleTemplates.pm | 2 +-
 4 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/Changes b/Changes
index b1e6d7b..1727a54 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 Revision history for RT-Extension-ArticleTemplates
 
+1.03 2021-07-06
+ - Update for RT 5
+
 1.02 2018-01-14
  - Remove unexpectedly introduced newlines since 0.05
 
diff --git a/MANIFEST b/MANIFEST
index d4b01a9..fb1f8b7 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -22,6 +22,7 @@ lib/RT/Extension/ArticleTemplates.pm
 Makefile.PL
 MANIFEST			This list of files
 META.yml
+patches/article-preformatted-ticket-object.patch
 README
 t/00.load.t
 t/pod-coverage.t
diff --git a/META.yml b/META.yml
index b926842..de314f0 100644
--- a/META.yml
+++ b/META.yml
@@ -27,7 +27,7 @@ requires:
 resources:
   license: http://opensource.org/licenses/gpl-license.php
   repository: https://github.com/bestpractical/rt-extension-articletemplates
-version: '1.02'
+version: '1.03'
 x_module_install_rtx_version: '0.42'
 x_requires_rt: 4.0.0
 x_rt_too_new: 5.2.0
diff --git a/lib/RT/Extension/ArticleTemplates.pm b/lib/RT/Extension/ArticleTemplates.pm
index 4f38eb2..6ed0d36 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 = '1.02';
+our $VERSION = '1.03';
 
 =head1 NAME
 

-- 
To stop receiving notification emails like this one, please contact
sysadmin at bestpractical.com.


More information about the Bps-public-commit mailing list