[Bps-public-commit] rt-extension-rest2 branch, master, updated. 1.09-32-g78ae2ac

? sunnavy sunnavy at bestpractical.com
Wed Apr 21 17:29:28 EDT 2021


The branch, master has been updated
       via  78ae2ac01ecb5927a76a54dbd4d20fcec5d3d4d8 (commit)
      from  82008c73bca5ea9aa23ab16169ecf8c09c2d1f58 (commit)

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

- Log -----------------------------------------------------------------
commit 78ae2ac01ecb5927a76a54dbd4d20fcec5d3d4d8
Author: sunnavy <sunnavy at bestpractical.com>
Date:   Thu Apr 22 05:23:18 2021 +0800

    Prep 1.12 release

diff --git a/Changes b/Changes
index 5c6c8a1..c6e2449 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,9 @@
 Revision history for RT-Extension-REST2
 
+1.12 2021-04-21
+ - Support _hyperlinks field in collection
+ - Fix the logic of determining if a link is local for assets/articles
+
 1.11 2021-02-19
  - Properly handle comment/correspond with no Content provided
 
diff --git a/META.yml b/META.yml
index 9e3f83f..4f1d297 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.11'
+version: '1.12'
 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 fd6621c..fdf5d66 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.11';
+our $VERSION = '1.12';
 our $REST_PATH = '/REST/2.0';
 
 use Plack::Builder;

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


More information about the Bps-public-commit mailing list