-
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
f39ff46
commit c2d7c98
Showing
1 changed file
with
3 additions
and
2 deletions.
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 |
---|---|---|
|
@@ -90,10 +90,11 @@ import org.grails.datastore.mapping.core.Datastore | |
* #94 automatic type conversion does not work | ||
* #90 / GPAUDITLOGGING-80 Add support for enabling/disabling auto import of AuditLogEvent domain class in HQL queries | ||
* #89 / GPAUDITLOGGING-78 custom naming of id sequence generator | ||
* Release 1.1.1 #126 Support Many-To-Many (backport from master). Thanks to Thanks to Andrey Zhuchkov | ||
* 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 | ||
*/ | ||
class AuditLoggingGrailsPlugin { | ||
def version = "1.1.1" | ||
def version = "1.1.2" | ||
def grailsVersion = '2.1 > *' | ||
def title = "Audit Logging Plugin" | ||
def authorEmail = "[email protected]" | ||
|