You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,9 @@
1
1
#*Grails Audit Logging Plugin*#
2
2
3
-
The Grails Audit Logging plugin adds generic event based Audit Logging to a Grails project and also adds support to domain models for hooking into the GORM events system.
3
+
The Grails Audit Logging plugin for Grails 3.x adds generic event based Audit Logging to a Grails project and also adds support to domain models for hooking into the GORM events system.
4
4
5
5
##**Documentation**##
6
-
* For Grails 3.x documentation, see [Grails 3.0.0-SNAPSHOT Documentation](https://robertoschwald.github.io/grails-audit-logging-plugin/snapshot/)
6
+
* For Grails 3.x documentation, see [Plugin Documentation](https://robertoschwald.github.io/grails-audit-logging-plugin/)
7
7
* For Grails 2.x documentation, see [Grails Plugin Page](http://grails.org/plugin/audit-logging"Grails Plugin Page")
8
8
9
9
##**Supported Grails versions**##
@@ -40,16 +40,16 @@ Special thanks to all the contributors to the project (in alphabetical order):
40
40
41
41
Project lead: Robert Oschwald
42
42
43
-
##**audit-quickstart (version >=1.1.0)**##
44
-
2.0.0-SNAPSHOT2 is the first version with audit-quickstart command.
43
+
##**audit-quickstart**##
44
+
Version 2.0.0 is the first version with audit-quickstart command support.
45
45
Therefore, you need to perform "grails audit-quickstart \<package\>\<DomainClass\>" after installing this plugin's version and later. See issue [#13](https://github.com/robertoschwald/grails-audit-logging-plugin/issues/13)
46
46
47
47
With this, you get a AuditLog domain class in your project which is fully under your control. The domain name is registered in your application.groovy with key "auditLog.auditDomainClassName".
0 commit comments