File tree 2 files changed +11
-2
lines changed
2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 1
1
import org.chai.exception.ExceptionHandler
2
2
3
3
class MailOnExceptionGrailsPlugin {
4
- def version = " 0.1"
4
+ def version = " 0.1.1 "
5
5
def grailsVersion = " 2.0 > *"
6
6
def title = " Mail On Exception Plugin"
7
7
def author = " François Terrier"
@@ -13,6 +13,7 @@ class MailOnExceptionGrailsPlugin {
13
13
def organization = [ name : " Clinton Health Access Initiative" , url : " http://www.clintonhealthaccess.org/" ]
14
14
def issueManagement = [system : ' Github' , url : ' https://github.com/fterrier/grails-mail-on-exception/issues' ]
15
15
def scm = [url : " http://github.com/fterrier/grails-mail-on-exception" ]
16
+ def developers = []
16
17
17
18
def loadAfter = [' services' ]
18
19
Original file line number Diff line number Diff line change @@ -35,4 +35,12 @@ There are 4 variables that need to be configured :
35
35
36
36
You should also configure the mail plugin. Check the documentation [ here] [ mail ] .
37
37
38
- [ mail ] : http://grails.org/plugin/mail
38
+ Revision Log
39
+ ---
40
+
41
+ - Version 0.1
42
+ - Initial version
43
+ - Version 0.1.1
44
+ - Added mailOnException.enabled config parameter
45
+
46
+ [ mail ] : http://grails.org/plugin/mail
You can’t perform that action at this time.
0 commit comments