[Bps-public-commit] rt-extension-repeatticket branch master updated. 2.01-2-g3d0467b

BPS Git Server git at git.bestpractical.com
Tue Sep 26 15:08:50 UTC 2023


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "rt-extension-repeatticket".

The branch, master has been updated
       via  3d0467bbd30bef32ff4c08f2cebc809e0e183705 (commit)
      from  3e6eae00ffdd2c3bbdcd4304fafd8229c9209487 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 3d0467bbd30bef32ff4c08f2cebc809e0e183705
Author: sunnavy <sunnavy at bestpractical.com>
Date:   Tue Sep 26 11:04:18 2023 -0400

    Bump version to 2.02

diff --git a/Changes b/Changes
index 0868031..fc03a97 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 Revision history for RT-Extension-RepeatTicket
 
+2.02 2023-09-26
+ - Fix display issue with selectpicker controls
+
 2.01 2023-09-20
 
  - Add new simple mode
diff --git a/META.yml b/META.yml
index 67fd818..0010205 100644
--- a/META.yml
+++ b/META.yml
@@ -27,6 +27,6 @@ requires:
   perl: 5.10.1
 resources:
   license: http://opensource.org/licenses/gpl-license.php
-version: '2.01'
+version: '2.02'
 x_module_install_rtx_version: '0.43'
 x_requires_rt: 5.0.0
diff --git a/lib/RT/Extension/RepeatTicket.pm b/lib/RT/Extension/RepeatTicket.pm
index b9172a9..11cd3f6 100644
--- a/lib/RT/Extension/RepeatTicket.pm
+++ b/lib/RT/Extension/RepeatTicket.pm
@@ -3,7 +3,7 @@ use strict;
 
 package RT::Extension::RepeatTicket;
 
-our $VERSION = "2.01";
+our $VERSION = "2.02";
 
 use RT::Interface::Web;
 use DateTime;

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

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


hooks/post-receive
-- 
rt-extension-repeatticket


More information about the Bps-public-commit mailing list