From b5186f9bedda4217f6aeb0db8657229dadba2199 Mon Sep 17 00:00:00 2001 From: Emmanuel Lacour Date: Wed, 11 May 2011 17:37:26 +0200 Subject: [PATCH] Release 0.04 --- Changes | 4 ++++ lib/RT/Extension/MandatorySubject.pm | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/Changes b/Changes index 0be6627..4539804 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,9 @@ 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 diff --git a/lib/RT/Extension/MandatorySubject.pm b/lib/RT/Extension/MandatorySubject.pm index 844e937..78fc5bd 100644 --- a/lib/RT/Extension/MandatorySubject.pm +++ b/lib/RT/Extension/MandatorySubject.pm @@ -9,11 +9,11 @@ RT::Extension::MandatorySubject - Enforce users to fill the subject when creatin =head1 VERSION -Version 0.03 +Version 0.04 =cut -our $VERSION = '0.03'; +our $VERSION = '0.04'; =head1 SYNOPSIS @@ -69,7 +69,7 @@ L =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. -- 2.11.0