diff --git a/.editorconfig b/.editorconfig index 847f8ac..789bd77 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,7 +1,8 @@ # EditorConfig is awesome: https://EditorConfig.org -# phpBB - Editor Vorgaben v1 - https://www.phpbb.de/kb/viewarticle?a=93 -# 2020 LukeWCS, phpBB.de +# phpBB Programmierrichtlinien - Editor Vorgaben v1.1 +# source: https://www.phpbb.de/kb/viewarticle?a=93 +# author: LukeWCS (phpBB.de), 2023-01-31 root = true @@ -15,7 +16,7 @@ indent_style = tab indent_size = 4 trim_trailing_whitespace = true -[*.{html,txt,md,yml}] +[*.{txt,md,yml}] trim_trailing_whitespace = false [*.yml] diff --git a/README.md b/README.md index c4c41d7..7b4ea80 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Extension for phpBB - Shows a visitor statistic of the current day or a freely s ### Requirements * phpBB 3.2.10 up to and including phpBB 3.3 -* PHP 7.0 up to and including PHP 8.1 +* PHP 7.1 up to and including PHP 8.2 ### Upgrade of an old WWH extension (NV-WWH or LF-WWH 1): 1. Leave the old WWH extension installed and active. A short-term parallel operation with LF-WWH 2 is technically intended and legitimate. diff --git a/lf-who-was-here-2_build_changelog.md b/lf-who-was-here-2_build_changelog.md index e3c9b48..187f580 100644 --- a/lf-who-was-here-2_build_changelog.md +++ b/lf-who-was-here-2_build_changelog.md @@ -1,5 +1,8 @@ ### 2.1.5 +#### 2.1.5 +* Release. + #### 2.1.5-b3 * EC Fehler behoben. * Funktionen ohne Rückgabewert als `void` deklariert. diff --git a/lf-who-was-here-2_changelog_de.md b/lf-who-was-here-2_changelog_de.md index 09167b7..3a6d385 100644 --- a/lf-who-was-here-2_changelog_de.md +++ b/lf-who-was-here-2_changelog_de.md @@ -1,4 +1,6 @@ ### 2.1.5 +GH (2023-02-12) / CDB (2023--) + * Fix: Auf manchen Webservern konnte es zu dem Fehler `PHP Warning: Undefined array key "is_bot"` kommen. (Meldung von: ShadeUT99) * ACP-Template: * Wurde der Sicherheitsschalter "Erlaube Migrationen" aktiviert, dann wurde durch die modale Javscript Rückfrage `confirm()` verhindert, dass der Browser den aktivierten Zustand des Schalters darstellen konnte, da die Aktualisierung der Render Engine noch gar nicht beendet war. Jetzt wartet die JS Funktion bis diese Aktualisierung abgeschlossen ist. diff --git a/lukewcs/whowashere/composer.json b/lukewcs/whowashere/composer.json index 21a5df6..e532742 100644 --- a/lukewcs/whowashere/composer.json +++ b/lukewcs/whowashere/composer.json @@ -3,8 +3,8 @@ "type": "phpbb-extension", "description": "Shows a visitor statistic of the current day or a freely selectable period. It lists both visitors and bots, as well as numbers on visible members, invisible members, bots and guests. In addition, the extension offers a visitor record and is extensively adjustable.", "homepage": "https://www.phpbb.com/customise/db/extension/lf_who_was_here_2/", - "version": "2.1.5-b3", - "time": "2023-02-11", + "version": "2.1.5", + "time": "2023-02-12", "license": "GPL-2.0-only", "authors": [ {