Skip to content

Commit

Permalink
2.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeWCS committed Feb 12, 2023
1 parent 3541f2e commit 52cab4b
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 6 deletions.
7 changes: 4 additions & 3 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
3 changes: 3 additions & 0 deletions lf-who-was-here-2_build_changelog.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 2 additions & 0 deletions lf-who-was-here-2_changelog_de.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
4 changes: 2 additions & 2 deletions lukewcs/whowashere/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
{
Expand Down

0 comments on commit 52cab4b

Please sign in to comment.