From c6f687079d2ccc47d1cc3c5a52486af3ca16dbfe Mon Sep 17 00:00:00 2001
From: autumo <100039855+autumoswitzerland@users.noreply.github.com>
Date: Wed, 13 Nov 2024 13:35:31 +0100
Subject: [PATCH 1/2] Update references.md
---
doc/references.md | 5 -----
1 file changed, 5 deletions(-)
diff --git a/doc/references.md b/doc/references.md
index 08c9d85c..db07ca31 100644
--- a/doc/references.md
+++ b/doc/references.md
@@ -39,11 +39,6 @@ ALTER TABLE users_roles ADD INDEX "idx_role_id" ("role_id");
```
-
-
-[Main Page]
-
-
Click here to go to the main page.
From e4433ccb708ad741920c2d8e1a81b7425990bb8e Mon Sep 17 00:00:00 2001
From: autumo <100039855+autumoswitzerland@users.noreply.github.com>
Date: Wed, 13 Nov 2024 13:38:01 +0100
Subject: [PATCH 2/2] Update migration.md
---
doc/migration.md | 11 +++++------
1 file changed, 5 insertions(+), 6 deletions(-)
diff --git a/doc/migration.md b/doc/migration.md
index 1823003a..c081af46 100644
--- a/doc/migration.md
+++ b/doc/migration.md
@@ -17,12 +17,6 @@ both methods work in parallel or in combination.
See [Migration Guide 3.1.0](migration/3_1_0.md).
-## Release 3.0.0
-
-Release 3.0.0 is a major release and many changes have been made. Migrating from 2.x.x requires some effort.
-
-See [Migration Guide 3.0.0](migration/3_0_0.md).
-
## Release 3.0.1
- Update JAR libraries
@@ -30,6 +24,11 @@ See [Migration Guide 3.0.0](migration/3_0_0.md).
- Update `web/html/` directory
- Update `web/lang/` directory
+## Release 3.0.0
+
+Release 3.0.0 is a major release and many changes have been made. Migrating from 2.x.x requires some effort.
+
+See [Migration Guide 3.0.0](migration/3_0_0.md).