-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1b66138
commit 9a22612
Showing
1 changed file
with
2 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 = "[email protected]" | ||
|