[Bps-public-commit] rt-extension-rest2 branch master updated. 1.13-5-g6bb6023
Gitolite
git at git.bestpractical.com
Fri Aug 13 14:50:17 UTC 2021
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-rest2".
The branch, master has been updated
via 6bb60232b616f34b8f586c07fb747295b01c9647 (commit)
from 282fb4facfb190393e609ca9fa2296902ff974c1 (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 6bb60232b616f34b8f586c07fb747295b01c9647
Author: sunnavy <sunnavy at bestpractical.com>
Date: Fri Aug 13 22:46:16 2021 +0800
Prep 1.14 release
diff --git a/Changes b/Changes
index f87daea..2f7ddd3 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,9 @@
Revision history for RT-Extension-REST2
+1.14 2021-08-13
+ - Support custom roles by name on ticket create
+ - Skip invalid custom fields on create/update
+
1.13 2021-07-19
- Add /tickets/bulk/correspond and /tickets/bulk/comment endpoints
diff --git a/META.yml b/META.yml
index 700bda2..ee908d0 100644
--- a/META.yml
+++ b/META.yml
@@ -43,7 +43,7 @@ requires:
perl: 5.10.1
resources:
license: http://opensource.org/licenses/gpl-license.php
-version: '1.13'
+version: '1.14'
x_module_install_rtx_version: '0.42'
x_requires_rt: 4.2.4
x_rt_too_new: 5.0.0
diff --git a/lib/RT/Extension/REST2.pm b/lib/RT/Extension/REST2.pm
index 025a46e..6ad6ac7 100644
--- a/lib/RT/Extension/REST2.pm
+++ b/lib/RT/Extension/REST2.pm
@@ -4,7 +4,7 @@ use 5.010001;
package RT::Extension::REST2;
-our $VERSION = '1.13';
+our $VERSION = '1.14';
our $REST_PATH = '/REST/2.0';
use Plack::Builder;
-----------------------------------------------------------------------
Summary of changes:
Changes | 4 ++++
META.yml | 2 +-
lib/RT/Extension/REST2.pm | 2 +-
3 files changed, 6 insertions(+), 2 deletions(-)
hooks/post-receive
--
rt-extension-rest2
More information about the Bps-public-commit
mailing list