[Bps-public-commit] rt-extension-repeatticket branch master updated. 2.02-3-g92efd34

BPS Git Server git at git.bestpractical.com
Mon Dec 11 13:30:34 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  92efd3425a842894ee54d6addc7bd2d52eb40248 (commit)
      from  6166b88f1023b5aac100a307619749b641587fbc (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 92efd3425a842894ee54d6addc7bd2d52eb40248
Author: sunnavy <sunnavy at bestpractical.com>
Date:   Mon Dec 11 08:22:17 2023 -0500

    Prep 2.03

diff --git a/Changes b/Changes
index fc03a97..ddd7b69 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 Revision history for RT-Extension-RepeatTicket
 
+2.03 2023-12-11
+ - Allow RT::Ticket::Create to set the correct Status on create
+
 2.02 2023-09-26
  - Fix display issue with selectpicker controls
 
diff --git a/META.yml b/META.yml
index 0010205..fd8c6bf 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.02'
+version: '2.03'
 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 51496b1..3a65c26 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.02";
+our $VERSION = "2.03";
 
 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