Release 0.02
authorEmmanuel Lacour <elacour@easter-eggs.com>
Fri, 3 Jul 2009 09:57:12 +0000 (11:57 +0200)
committerEmmanuel Lacour <elacour@easter-eggs.com>
Fri, 3 Jul 2009 09:57:12 +0000 (11:57 +0200)
Changes
META.yml
Makefile.PL
lib/RT/Extension/MandatorySubject.pm

diff --git a/Changes b/Changes
index f377a7b..91f8016 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 Revision history for RT-Extension-MandatorySubject
 
+0.02    Fri, 03 Jul 2009 11:56:02 +0200
+        Do the check also for SelfService (require RT 3.8.3 at least)
+
 0.01    Mon, 03 Nov 2008 19:27:48 +0100
         Initial release.
 
index c05dccc..894d668 100644 (file)
--- a/META.yml
+++ b/META.yml
@@ -8,4 +8,4 @@ no_index:
   directory:
     - html
     - inc
-version: 0.01
+version: 0.02
index 6285285..6721ad7 100644 (file)
@@ -3,7 +3,7 @@ use inc::Module::Install;
 RTx('RT-Extension-MandatorySubject');
 license('perl');
 author('Emmanuel Lacour <elacour@home-dn.net>');
-version('0.01');
+version('0.02');
 abstract_from('lib/RT/Extension/MandatorySubject.pm');
 
 &WriteAll;
index ed40c99..4a5bbea 100644 (file)
@@ -9,11 +9,11 @@ RT::Extension::MandatorySubject - Enforce users to fill the subject when creatin
 
 =head1 VERSION
 
-Version 0.01
+Version 0.02
 
 =cut
 
-our $VERSION = '0.01';
+our $VERSION = '0.02';
 
 
 =head1 SYNOPSIS