diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 3bb205d..01f0653 100755
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -284,8 +284,6 @@ jobs:
if [[ $(find ./ -name "*tpl.php" | xargs grep -P '(style=)') -ne "" ]]; then exit 1; fi
if [[ $(find ./ -name "*tpl.php" | xargs grep -P '(value|title|alt|aria\-label)(=\")((?!\<\?).)*(>)') -ne "" ]]; then exit 1; fi
if [[ $(find ./ -name "*tpl.php" | xargs grep -P '(\
|\ | |\|\)) -ne "" ]]; then exit 1; fi
- - name: Js strict
- run: if [[ $(grep -r -L "\"use strict\";" --include=*.js ./) -ne "" ]]; then exit 1; fi
- name: Js inspection
run: |
if [[ $(grep -rlni "onafterprint=\|onbeforeprint=\|onbeforeunload=\|onerror=\|onhaschange=\|onload=\|onmessage=\|onoffline=\|ononline=\|onpagehide=\|onpageshow=\|onpopstate=\|onredo=\|onresize=\|onstorage=\|onund=o\|onunload=\|onblur=\|onchage=\|oncontextmenu=\|onfocus=\|onformchange=\|onforminput=\|oninput=\|oninvalid=\|onreset=\|onselect=\|onsubmit=\|onkeydown=\|onkeypress=\|onkeyup=\|onclick=\|ondblclic=k\|ondrag=\|ondragend=\|ondragenter=\|ondragleave=\|ondragover=\|ondragstart=\|ondrop=\|onmousedown=\|onmousemove=\|onmouseout=\|onmouseover=\|onmouseup=\|onmousewheel=\|onscroll=\|onabor=t\|oncanplay=\|oncanplaythrough=\|ondurationchange=\|onemptied=\|onended=\|onerror=\|onloadeddata=\|onloadedmetadata=\|onloadstart=\|onpause=\|onplay=\|onplaying=\|onprogress=\|onratechange=\|onreadystatechange=\|onseeked=\|onseeking=\|onstalled=\|onsuspend=\|ontimeupdate=\|onvolumechange=" --include=*.js ./) -ne "" ]]; then exit 1; fi
diff --git a/Admin/Installer.php b/Admin/Installer.php
index 657e8c8..6f093c1 100755
--- a/Admin/Installer.php
+++ b/Admin/Installer.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package Modules\Contact\Admin
* @copyright Dennis Eichhorn
diff --git a/Admin/Routes/Web/Backend.php b/Admin/Routes/Web/Backend.php
index 298429f..01ce453 100755
--- a/Admin/Routes/Web/Backend.php
+++ b/Admin/Routes/Web/Backend.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package Modules
* @copyright Dennis Eichhorn
diff --git a/Admin/Status.php b/Admin/Status.php
index f44eb38..638785a 100755
--- a/Admin/Status.php
+++ b/Admin/Status.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package Modules\Contact\Admin
* @copyright Dennis Eichhorn
diff --git a/Admin/Uninstaller.php b/Admin/Uninstaller.php
index 61585e4..34cc90a 100755
--- a/Admin/Uninstaller.php
+++ b/Admin/Uninstaller.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package Modules\Contact\Admin
* @copyright Dennis Eichhorn
diff --git a/Admin/Updater.php b/Admin/Updater.php
index 5d063e1..72c8f1b 100755
--- a/Admin/Updater.php
+++ b/Admin/Updater.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package Modules\Contact\Admin
* @copyright Dennis Eichhorn
diff --git a/Controller/BackendController.php b/Controller/BackendController.php
index fed76e4..f0dbeca 100755
--- a/Controller/BackendController.php
+++ b/Controller/BackendController.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package Modules\Contact
* @copyright Dennis Eichhorn
diff --git a/Controller/Controller.php b/Controller/Controller.php
index 45b80fd..ae29252 100755
--- a/Controller/Controller.php
+++ b/Controller/Controller.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package Modules\Contact
* @copyright Dennis Eichhorn
diff --git a/Theme/Backend/Lang/ar.lang.php b/Theme/Backend/Lang/ar.lang.php
index 17180c6..ba041ea 100644
--- a/Theme/Backend/Lang/ar.lang.php
+++ b/Theme/Backend/Lang/ar.lang.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
diff --git a/Theme/Backend/Lang/cs.lang.php b/Theme/Backend/Lang/cs.lang.php
index 419f3ef..e6a0533 100644
--- a/Theme/Backend/Lang/cs.lang.php
+++ b/Theme/Backend/Lang/cs.lang.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
diff --git a/Theme/Backend/Lang/da.lang.php b/Theme/Backend/Lang/da.lang.php
index 85cea2b..6d8a6ba 100644
--- a/Theme/Backend/Lang/da.lang.php
+++ b/Theme/Backend/Lang/da.lang.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
diff --git a/Theme/Backend/Lang/de.lang.php b/Theme/Backend/Lang/de.lang.php
index 38f927c..3b4e62f 100644
--- a/Theme/Backend/Lang/de.lang.php
+++ b/Theme/Backend/Lang/de.lang.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
diff --git a/Theme/Backend/Lang/el.lang.php b/Theme/Backend/Lang/el.lang.php
index 507a4e2..3ad8692 100644
--- a/Theme/Backend/Lang/el.lang.php
+++ b/Theme/Backend/Lang/el.lang.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
diff --git a/Theme/Backend/Lang/en.lang.php b/Theme/Backend/Lang/en.lang.php
index f56ab73..9557525 100644
--- a/Theme/Backend/Lang/en.lang.php
+++ b/Theme/Backend/Lang/en.lang.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
diff --git a/Theme/Backend/Lang/es.lang.php b/Theme/Backend/Lang/es.lang.php
index 4891881..3f9a598 100644
--- a/Theme/Backend/Lang/es.lang.php
+++ b/Theme/Backend/Lang/es.lang.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
diff --git a/Theme/Backend/Lang/fi.lang.php b/Theme/Backend/Lang/fi.lang.php
index 3fd27b0..d63ffd8 100644
--- a/Theme/Backend/Lang/fi.lang.php
+++ b/Theme/Backend/Lang/fi.lang.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
diff --git a/Theme/Backend/Lang/fr.lang.php b/Theme/Backend/Lang/fr.lang.php
index 88c887b..497cd09 100644
--- a/Theme/Backend/Lang/fr.lang.php
+++ b/Theme/Backend/Lang/fr.lang.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
diff --git a/Theme/Backend/Lang/hu.lang.php b/Theme/Backend/Lang/hu.lang.php
index 7ca29a2..4dac075 100644
--- a/Theme/Backend/Lang/hu.lang.php
+++ b/Theme/Backend/Lang/hu.lang.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
diff --git a/Theme/Backend/Lang/it.lang.php b/Theme/Backend/Lang/it.lang.php
index 7bd7b7e..6af02db 100644
--- a/Theme/Backend/Lang/it.lang.php
+++ b/Theme/Backend/Lang/it.lang.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
diff --git a/Theme/Backend/Lang/ja.lang.php b/Theme/Backend/Lang/ja.lang.php
index a2da94e..53bd3a6 100644
--- a/Theme/Backend/Lang/ja.lang.php
+++ b/Theme/Backend/Lang/ja.lang.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
diff --git a/Theme/Backend/Lang/ko.lang.php b/Theme/Backend/Lang/ko.lang.php
index 2f9c918..0b3d585 100644
--- a/Theme/Backend/Lang/ko.lang.php
+++ b/Theme/Backend/Lang/ko.lang.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
diff --git a/Theme/Backend/Lang/no.lang.php b/Theme/Backend/Lang/no.lang.php
index 39e2fbd..7f0d081 100644
--- a/Theme/Backend/Lang/no.lang.php
+++ b/Theme/Backend/Lang/no.lang.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
diff --git a/Theme/Backend/Lang/pl.lang.php b/Theme/Backend/Lang/pl.lang.php
index 7b104c4..10a6d15 100644
--- a/Theme/Backend/Lang/pl.lang.php
+++ b/Theme/Backend/Lang/pl.lang.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
diff --git a/Theme/Backend/Lang/pt.lang.php b/Theme/Backend/Lang/pt.lang.php
index 468987d..9fcbf5b 100644
--- a/Theme/Backend/Lang/pt.lang.php
+++ b/Theme/Backend/Lang/pt.lang.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
diff --git a/Theme/Backend/Lang/ru.lang.php b/Theme/Backend/Lang/ru.lang.php
index 94f55cc..75556d6 100644
--- a/Theme/Backend/Lang/ru.lang.php
+++ b/Theme/Backend/Lang/ru.lang.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
diff --git a/Theme/Backend/Lang/sv.lang.php b/Theme/Backend/Lang/sv.lang.php
index 7bf138d..99d1918 100644
--- a/Theme/Backend/Lang/sv.lang.php
+++ b/Theme/Backend/Lang/sv.lang.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
diff --git a/Theme/Backend/Lang/th.lang.php b/Theme/Backend/Lang/th.lang.php
index 228ac72..a4a037b 100644
--- a/Theme/Backend/Lang/th.lang.php
+++ b/Theme/Backend/Lang/th.lang.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
diff --git a/Theme/Backend/Lang/tr.lang.php b/Theme/Backend/Lang/tr.lang.php
index 6ad7c60..78bac21 100644
--- a/Theme/Backend/Lang/tr.lang.php
+++ b/Theme/Backend/Lang/tr.lang.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
diff --git a/Theme/Backend/Lang/uk.lang.php b/Theme/Backend/Lang/uk.lang.php
index cc73eeb..de6d198 100644
--- a/Theme/Backend/Lang/uk.lang.php
+++ b/Theme/Backend/Lang/uk.lang.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
diff --git a/Theme/Backend/Lang/zh.lang.php b/Theme/Backend/Lang/zh.lang.php
index d648620..6c0914d 100644
--- a/Theme/Backend/Lang/zh.lang.php
+++ b/Theme/Backend/Lang/zh.lang.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
diff --git a/tests/Admin/AdminTest.php b/tests/Admin/AdminTest.php
index c5f2eda..88a714a 100755
--- a/tests/Admin/AdminTest.php
+++ b/tests/Admin/AdminTest.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package tests
* @copyright Dennis Eichhorn
diff --git a/tests/Autoloader.php b/tests/Autoloader.php
index 2a73074..d7fd765 100755
--- a/tests/Autoloader.php
+++ b/tests/Autoloader.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package Modules/tests
* @copyright Dennis Eichhorn
|