Release 0.03 master 0.03
authorEmmanuel Lacour <elacour@easter-eggs.com>
Fri, 11 Feb 2022 16:58:09 +0000 (17:58 +0100)
committerEmmanuel Lacour <elacour@easter-eggs.com>
Fri, 11 Feb 2022 16:58:09 +0000 (17:58 +0100)
Changes
lib/RT/Extension/ImportCustomFieldValues.pm

diff --git a/Changes b/Changes
index d3d1527..dc30b88 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 Revision history for RT-Extension-ImportCustomFieldValues
 
+0.03 2022-02-11
+ - Fix handling of utf-8 chars
+
 0.02 2022-02-07
  - Check permissions before allowing users to use this import tool
 
index 1d78311..825ae95 100644 (file)
@@ -2,7 +2,7 @@ use strict;
 use warnings;
 package RT::Extension::ImportCustomFieldValues;
 
-our $VERSION = '0.02';
+our $VERSION = '0.03';
 
 RT->AddStyleSheets('importcustomfieldvalues.css');