File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -18,14 +18,13 @@ For older Grails versions, see "Supported Grails Versions" below.
1818 * For 1.x documentation, see [ 1.x Grails Plugin Page] ( http://grails.org/plugin/audit-logging " Grails Plugin Page ")
1919
2020## Supported Grails versions
21- * Grails 4.0.x: [ master branch] ( https://github.com/robertoschwald/grails-audit-logging-plugin/tree/master )
22- * Grails 3.3.x: [ 3.x_maintenance branch] ( https://github.com/robertoschwald/grails-audit-logging-plugin/tree/3.x_maintenance )
23- * Grails 3.0.x-3.2.x: [ 2.x_maintenance branch] ( https://github.com/robertoschwald/grails-audit-logging-plugin/tree/2.x_maintenance )
24- * Grails 2.x: [ 1.x_maintenance branch] ( https://github.com/robertoschwald/grails-audit-logging-plugin/tree/1.x_maintenance )
21+ * Grails 4.0.x: [ master branch] ( https://github.com/robertoschwald/grails-audit-logging-plugin/tree/master )
22+ * Grails 3.3.x: [ 3.x_maintenance branch] ( https://github.com/robertoschwald/grails-audit-logging-plugin/tree/3.x_maintenance )
23+ * Grails 3.0.x-3.2.x: [ 2.x_maintenance branch] ( https://github.com/robertoschwald/grails-audit-logging-plugin/tree/2.x_maintenance )
24+ * Grails 2.x: [ 1.x_maintenance branch] ( https://github.com/robertoschwald/grails-audit-logging-plugin/tree/1.x_maintenance )
2525
2626## audit-quickstart
2727You need to perform "grails audit-quickstart \< package\> \< DomainClass\> " after installing this plugin's 2.0.x version or later.
28- See issue [ #13 ] ( https://github.com/robertoschwald/grails-audit-logging-plugin/issues/13 )
2928
3029With this, you get an auditlog domain class in your project which is fully under your control.
3130The domain name is registered in your application.groovy with key "grails.plugins.auditLog.auditDomainClassName".
@@ -34,7 +33,6 @@ Example:
3433
3534```
3635grails audit-quickstart org.example.myproject MyAuditLogEvent
37-
3836```
3937
4038## Issue Management
You can’t perform that action at this time.
0 commit comments