Release 0.04
authorEmmanuel Lacour <elacour@easter-eggs.com>
Wed, 11 May 2011 15:37:26 +0000 (17:37 +0200)
committerEmmanuel Lacour <elacour@easter-eggs.com>
Wed, 11 May 2011 15:37:26 +0000 (17:37 +0200)
Changes
lib/RT/Extension/MandatorySubject.pm

diff --git a/Changes b/Changes
index 0be6627..4539804 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,9 @@
 Revision history for RT-Extension-MandatorySubject
 
 Revision history for RT-Extension-MandatorySubject
 
+0.04    Wed, 11 May 2011 17:30:46 +0200
+        Add a callback to check subject in QuickCreate
+        Fix Plugins option example in doc (two many "()")
+
 0.03    Mon, 03 Aug 2009 09:04:48 +0200
         Fix bad module name in tests
 
 0.03    Mon, 03 Aug 2009 09:04:48 +0200
         Fix bad module name in tests
 
index 844e937..78fc5bd 100644 (file)
@@ -9,11 +9,11 @@ RT::Extension::MandatorySubject - Enforce users to fill the subject when creatin
 
 =head1 VERSION
 
 
 =head1 VERSION
 
-Version 0.03
+Version 0.04
 
 =cut
 
 
 =cut
 
-our $VERSION = '0.03';
+our $VERSION = '0.04';
 
 
 =head1 SYNOPSIS
 
 
 =head1 SYNOPSIS
@@ -69,7 +69,7 @@ L<http://search.cpan.org/dist/RT-Extension-MandatorySubject>
 
 =head1 COPYRIGHT & LICENSE
 
 
 =head1 COPYRIGHT & LICENSE
 
-Copyright 2008 Emmanuel Lacour, all rights reserved.
+Copyright 2008-2011 Emmanuel Lacour, all rights reserved.
 
 This program is free software; you can redistribute it and/or modify it
 under the same terms as Perl itself.
 
 This program is free software; you can redistribute it and/or modify it
 under the same terms as Perl itself.