[Bps-public-commit] rt-extension-customizecontenttype branch, master, updated. b7b519e7a26456bc503d55fbc48a5591b789983e

? sunnavy sunnavy at bestpractical.com
Wed Jul 25 20:04:40 EDT 2012


The branch, master has been updated
       via  b7b519e7a26456bc503d55fbc48a5591b789983e (commit)
      from  43f442d74976bde40d4839b1494d01982e37c9b3 (commit)

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

- Log -----------------------------------------------------------------
commit b7b519e7a26456bc503d55fbc48a5591b789983e
Author: sunnavy <sunnavy at bestpractical.com>
Date:   Thu Jul 26 08:03:43 2012 +0800

    release 0.02

diff --git a/Changes b/Changes
index 3b9b914..f88563d 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,9 @@
 Revision history for RT-Extension-CustomizeContentType
 
+0.02    Thu Jul 26 10:23:40 CST 2012
+
+    Normalize extensions to lowercase(thanks to trs++)
+
 0.01    Sat Apr 14 16:30:48 CST 2012
         First version, released on an unsuspecting world.
 
diff --git a/META.yml b/META.yml
index 1718fe1..b61c088 100644
--- a/META.yml
+++ b/META.yml
@@ -19,4 +19,4 @@ no_index:
     - inc
 resources:
   license: http://dev.perl.org/licenses/
-version: 0.01
+version: 0.02
diff --git a/lib/RT/Extension/CustomizeContentType.pm b/lib/RT/Extension/CustomizeContentType.pm
index e856429..98bab43 100644
--- a/lib/RT/Extension/CustomizeContentType.pm
+++ b/lib/RT/Extension/CustomizeContentType.pm
@@ -3,7 +3,7 @@ use strict;
 
 package RT::Extension::CustomizeContentType;
 
-our $VERSION = "0.01";
+our $VERSION = "0.02";
 use RT::Attachment;
 
 package RT::Attachment;

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



More information about the Bps-public-commit mailing list