Skip to content

Commit 3adfd19

Browse files
committed
new version 0.1.1
1 parent c3319f8 commit 3adfd19

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

MailOnExceptionGrailsPlugin.groovy

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import org.chai.exception.ExceptionHandler
22

33
class MailOnExceptionGrailsPlugin {
4-
def version = "0.1"
4+
def version = "0.1.1"
55
def grailsVersion = "2.0 > *"
66
def title = "Mail On Exception Plugin"
77
def author = "François Terrier"
@@ -13,6 +13,7 @@ class MailOnExceptionGrailsPlugin {
1313
def organization = [ name: "Clinton Health Access Initiative", url: "http://www.clintonhealthaccess.org/" ]
1414
def issueManagement = [system: 'Github', url: 'https://github.com/fterrier/grails-mail-on-exception/issues']
1515
def scm = [url: "http://github.com/fterrier/grails-mail-on-exception"]
16+
def developers = []
1617

1718
def loadAfter = ['services']
1819

README.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,12 @@ There are 4 variables that need to be configured :
3535

3636
You should also configure the mail plugin. Check the documentation [here][mail].
3737

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

0 commit comments

Comments
 (0)