[Bps-public-commit] rt-extension-rest2 branch, master, updated. 1.04-26-gcc48fd7

? sunnavy sunnavy at bestpractical.com
Wed Apr 3 16:32:00 EDT 2019


The branch, master has been updated
       via  cc48fd7d8c66d1f739d9bbe1a2fc60f9452866dc (commit)
       via  71d401ecc9fcd05fc69f0a8a9d176559b4310370 (commit)
      from  8029ee5070a88bcbe20a12ee44aef80ead34e76a (commit)

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

- Log -----------------------------------------------------------------
commit 71d401ecc9fcd05fc69f0a8a9d176559b4310370
Author: sunnavy <sunnavy at bestpractical.com>
Date:   Thu Apr 4 04:24:46 2019 +0800

    Update copyright year to 2019

diff --git a/README b/README
index 2bf9d1a..9abde9d 100644
--- a/README
+++ b/README
@@ -629,7 +629,7 @@ BUGS
     <http://rt.cpan.org/Public/Dist/Display.html?Name=RT-Extension-REST2>.
 
 LICENSE AND COPYRIGHT
-    This software is Copyright (c) 2015-2017 by Best Practical Solutions,
+    This software is Copyright (c) 2015-2019 by Best Practical Solutions,
     LLC.
 
     This is free software, licensed under:
diff --git a/lib/RT/Extension/REST2.pm b/lib/RT/Extension/REST2.pm
index c71734a..238636a 100644
--- a/lib/RT/Extension/REST2.pm
+++ b/lib/RT/Extension/REST2.pm
@@ -752,7 +752,7 @@ L<rt.cpan.org|http://rt.cpan.org/Public/Dist/Display.html?Name=RT-Extension-REST
 
 =head1 LICENSE AND COPYRIGHT
 
-This software is Copyright (c) 2015-2017 by Best Practical Solutions, LLC.
+This software is Copyright (c) 2015-2019 by Best Practical Solutions, LLC.
 
 This is free software, licensed under:
 

commit cc48fd7d8c66d1f739d9bbe1a2fc60f9452866dc
Author: sunnavy <sunnavy at bestpractical.com>
Date:   Thu Apr 4 04:30:22 2019 +0800

    Release 1.06

diff --git a/Changes b/Changes
index 0314768..2bc6815 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 Revision history for RT-Extension-REST2
 
+1.06 2019-04-03
+ - Add orderby and order support to JSON/TicketSQL searches
+
 1.05 2018-11-19
  - Add support to manage memberships for users and groups
  - Add support to enable/disable users and groups
diff --git a/META.yml b/META.yml
index 47c6793..c5f4e70 100644
--- a/META.yml
+++ b/META.yml
@@ -43,6 +43,6 @@ requires:
   perl: 5.10.1
 resources:
   license: http://opensource.org/licenses/gpl-license.php
-version: '1.05'
+version: '1.06'
 x_module_install_rtx_version: '0.40'
 x_requires_rt: 4.2.4
diff --git a/lib/RT/Extension/REST2.pm b/lib/RT/Extension/REST2.pm
index 238636a..dabdf8b 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.05';
+our $VERSION = '1.06';
 our $REST_PATH = '/REST/2.0';
 
 use Plack::Builder;

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


More information about the Bps-public-commit mailing list