[Bps-public-commit] rt-extension-announce branch, master, updated. 1.03-7-gcf53d2d

? sunnavy sunnavy at bestpractical.com
Fri Apr 23 15:48:49 EDT 2021


The branch, master has been updated
       via  cf53d2d0d06cde4c0115c55c884a16de0ae1fab2 (commit)
      from  17eb84eadcba265126bf3a5fd7674a5bc1c05b20 (commit)

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

- Log -----------------------------------------------------------------
commit cf53d2d0d06cde4c0115c55c884a16de0ae1fab2
Author: sunnavy <sunnavy at bestpractical.com>
Date:   Sat Apr 24 03:45:21 2021 +0800

    Prep 1.04

diff --git a/Changes b/Changes
index de53368..f79cb3f 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,11 @@
 Revision history for RT-Extension-Announce
 
+1.04 2021-04-23
+ - Add bootstrap style for RT 5
+ - Localize toggle link text
+ - Fix the logic to determine if we need </tbody> or not
+ - Drop unused RTAnnounceAdvancedMode code
+
 1.03 2020-07-20
  - Add RT 5 support
 
diff --git a/META.yml b/META.yml
index e2f52aa..bd619d2 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.03'
+version: '1.04'
 x_module_install_rtx_version: '0.42'
 x_requires_rt: 4.0.0
diff --git a/lib/RT/Extension/Announce.pm b/lib/RT/Extension/Announce.pm
index 1db4b04..6c5adb7 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.03';
+our $VERSION = '1.04';
 
 RT->AddJavaScript('announce.js');
 RT->AddStyleSheets('announce.css');

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


More information about the Bps-public-commit mailing list