Skip to content

Commit 22e5602

Browse files
author
Aaron Long
committed
Update docs for 4.0.0 version (nothing major)
1 parent 3ea6930 commit 22e5602

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

plugin/src/docs/changelog.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
== Change Log
2+
* 4.0.0
3+
** Initial support for Grails 4
4+
25
* 3.0.5
36
** Add support for getOriginalValue() using config parameter.
47
** Fix #193 StackOverflow with composite ID and Auditable

plugin/src/docs/introduction.adoc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ It also provides a convenient way to add Update and Create user stamping by exte
99
[cols="1,2",width="50%",options="header,footer"]
1010
|====================
1111
|Grails Version | Audit Logging Plugin Version
12-
|3.3.0 and later | 3.0.x
12+
|4.0.0 and later | 4.0.0
13+
|3.3.x | 3.0.x
1314
|3.0.0 to 3.2.0 | 2.0.x
1415
|2.0.0 to 2.5 | 1.0.x
1516
|1.3.x | 0.5.5.3
@@ -25,4 +26,4 @@ Please note, that only Hibernate5 is tested during development. If an issue occu
2526
please file a GitHub issue.
2627

2728
While the plugin can log transactions for a MongoDB DataSource, it currently does not support MongoDB as an audit logging backend.
28-
If you use this plugin to log MongoDB transactions, you must configure a SQL DataSource for Audit Logging. See Ticket #181.
29+
If you use this plugin to log MongoDB transactions, you must configure a SQL DataSource for Audit Logging. See Ticket #181.

plugin/src/docs/upgrading.adoc

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
== Upgrading
1+
== Upgrading to 4.0.x
2+
3+
The 4.0.0 version of the plugin is backwards compatible with 3.0.x. Any existing configuration and customization should work out of the box.
4+
5+
== Upgrading to 3.0.x
26

37
The 3.0.x version of the plugin is a major rewrite of the codebase. Therefore you need to upgrade your code for this version.
48

0 commit comments

Comments
 (0)