Skip to content

Commit fe21694

Browse files
readme
1 parent 9ca1ea8 commit fe21694

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff 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
2727
You 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

3029
With this, you get an auditlog domain class in your project which is fully under your control.
3130
The domain name is registered in your application.groovy with key "grails.plugins.auditLog.auditDomainClassName".
@@ -34,7 +33,6 @@ Example:
3433

3534
```
3635
grails audit-quickstart org.example.myproject MyAuditLogEvent
37-
3836
```
3937

4038
## Issue Management

0 commit comments

Comments
 (0)