File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
grails-audit-logging-plugin Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -90,10 +90,11 @@ import org.grails.datastore.mapping.core.Datastore
9090 * #94 automatic type conversion does not work
9191 * #90 / GPAUDITLOGGING-80 Add support for enabling/disabling auto import of AuditLogEvent domain class in HQL queries
9292 * #89 / GPAUDITLOGGING-78 custom naming of id sequence generator
93- * Release 1.1.1 #126 Support Many-To-Many (backport from master). Thanks to Thanks to Andrey Zhuchkov
93+ * Release 1.1.1 #126 Support Many-To-Many (backport from master). Thanks to Andrey Zhuchkov
94+ * Release 1.1.2 #136 Ignore list not used for insert and delete. Thanks to P. Taylor
9495 */
9596class AuditLoggingGrailsPlugin {
96- def version = " 1.1.1 "
97+ def version = " 1.1.2 "
9798 def grailsVersion = ' 2.1 > *'
9899 def title = " Audit Logging Plugin"
99100 def authorEmail
= " [email protected] "
You can’t perform that action at this time.
0 commit comments