[Bps-public-commit] rt-extension-announce branch, master, updated. 1.00-9-gf97f7f9

? sunnavy sunnavy at bestpractical.com
Mon Sep 30 13:19:49 EDT 2019


The branch, master has been updated
       via  f97f7f95fd829ce43d7f045b1b7a90b6a1a0113e (commit)
      from  96da4b8ee6a26e2a48a017311bf9b8df16fad3dd (commit)

Summary of changes:
 Changes                      | 3 +++
 META.yml                     | 2 +-
 lib/RT/Extension/Announce.pm | 2 +-
 3 files changed, 5 insertions(+), 2 deletions(-)

- Log -----------------------------------------------------------------
commit f97f7f95fd829ce43d7f045b1b7a90b6a1a0113e
Author: sunnavy <sunnavy at bestpractical.com>
Date:   Tue Oct 1 01:18:16 2019 +0800

    Release 1.02

diff --git a/Changes b/Changes
index beb6776..5448487 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 Revision history for RT-Extension-Announce
 
+1.02 2019-09-30
+ - Allow HTML content as announce banner
+
 1.01 2016-10-21
  - Update documentation
 
diff --git a/META.yml b/META.yml
index 83d7405..ec5dd17 100644
--- a/META.yml
+++ b/META.yml
@@ -26,6 +26,6 @@ requires:
 resources:
   license: http://opensource.org/licenses/gpl-license.php
   repository: https://github.com/bestpractical/rt-extension-announce
-version: '1.01'
+version: '1.02'
 x_module_install_rtx_version: '0.40'
 x_requires_rt: 4.0.0
diff --git a/lib/RT/Extension/Announce.pm b/lib/RT/Extension/Announce.pm
index 0ab16e6..17350f5 100644
--- a/lib/RT/Extension/Announce.pm
+++ b/lib/RT/Extension/Announce.pm
@@ -2,7 +2,7 @@ use strict;
 use warnings;
 package RT::Extension::Announce;
 
-our $VERSION = '1.01';
+our $VERSION = '1.02';
 
 RT->AddJavaScript('announce.js');
 RT->AddStyleSheets('announce.css');

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


More information about the Bps-public-commit mailing list