From ee838a18f1bfef54ab2455b5036714395739ea79 Mon Sep 17 00:00:00 2001 From: Stefan Wendhausen Date: Sun, 31 Aug 2025 15:00:43 +0200 Subject: [PATCH 1/3] add .git-tools --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index e9a7a1b5..d9e8a34c 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,7 @@ .DS_Store .idea .vscode +.git-tools node_modules/ # OSX From db69642c6498fed4ef86bafc6f45b568a15e73d9 Mon Sep 17 00:00:00 2001 From: Stefan Wendhausen Date: Wed, 20 May 2026 19:44:24 +0200 Subject: [PATCH 2/3] add 6.1 known-issues section --- migrations/60-61/known-issues/index.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 migrations/60-61/known-issues/index.md diff --git a/migrations/60-61/known-issues/index.md b/migrations/60-61/known-issues/index.md new file mode 100644 index 00000000..ab8d9135 --- /dev/null +++ b/migrations/60-61/known-issues/index.md @@ -0,0 +1,9 @@ +--- +sidebar_position: 6 +title: Known Issues +--- + +Joomla 6.1 Known Issues +======================= + +This section documents important known issues in Joomla 6.1 and provides available workarounds. From f70859b0bbb747d4bef5c49b48a14b9a3370abfb Mon Sep 17 00:00:00 2001 From: Stefan Wendhausen Date: Wed, 20 May 2026 19:48:03 +0200 Subject: [PATCH 3/3] revert .git-tools --- .gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitignore b/.gitignore index d9e8a34c..e9a7a1b5 100644 --- a/.gitignore +++ b/.gitignore @@ -5,7 +5,6 @@ .DS_Store .idea .vscode -.git-tools node_modules/ # OSX