[Bps-public-commit] rt-extension-rest2 branch, master, updated. 1.03-8-g5e06368

Jim Brandt jbrandt at bestpractical.com
Fri Jul 6 14:29:40 EDT 2018


The branch, master has been updated
       via  5e06368f1e1a13fab452b1d7c17f9c72a8453b91 (commit)
      from  66b29f5b82a1a41c0b8c8b40f634a3bcbcab007e (commit)

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

- Log -----------------------------------------------------------------
commit 5e06368f1e1a13fab452b1d7c17f9c72a8453b91
Author: Jim Brandt <jbrandt at bestpractical.com>
Date:   Fri Jul 6 14:04:33 2018 -0400

    Prep for 1.04 release

diff --git a/Changes b/Changes
index d3ace98..54dc59f 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 Revision history for RT-Extension-REST2
 
+1.04 2018-07-06
+ - Fix bug that caused custom fields to be updated after create
+
 1.03 2018-03-16
  - Add new bulk option for tickets
  - Documentation updates
diff --git a/META.yml b/META.yml
index f447a3c..1d6c214 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.03'
+version: '1.04'
 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 edee4fc..e7e06fe 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.03';
+our $VERSION = '1.04';
 our $REST_PATH = '/REST/2.0';
 
 use Plack::Builder;

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


More information about the Bps-public-commit mailing list