From 9a2261212256f9b3b1cfa54a7666d35d5b1737e4 Mon Sep 17 00:00:00 2001 From: Robert Oschwald Date: Wed, 19 Apr 2017 13:28:23 +0200 Subject: [PATCH] release 1.1.3 --- grails-audit-logging-plugin/AuditLoggingGrailsPlugin.groovy | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/grails-audit-logging-plugin/AuditLoggingGrailsPlugin.groovy b/grails-audit-logging-plugin/AuditLoggingGrailsPlugin.groovy index b96aa2d6..a31287a7 100755 --- a/grails-audit-logging-plugin/AuditLoggingGrailsPlugin.groovy +++ b/grails-audit-logging-plugin/AuditLoggingGrailsPlugin.groovy @@ -92,9 +92,10 @@ import org.grails.datastore.mapping.core.Datastore * #89 / GPAUDITLOGGING-78 custom naming of id sequence generator * Release 1.1.1 #126 Support Many-To-Many (backport from master). Thanks to Andrey Zhuchkov * Release 1.1.2 #136 Ignore list not used for insert and delete. Thanks to P. Taylor + * Release 1.1.3 #113 Whitelist properties instead of blacklist. Thanks to P. Taylor */ class AuditLoggingGrailsPlugin { - def version = "1.1.3-SNAPSHOT" + def version = "1.1.3" def grailsVersion = '2.1 > *' def title = "Audit Logging Plugin" def authorEmail = "roos@symentis.com"