AddOn


Maintenance-Mode

Beschreibung

Wartungsmodus / Maintenance-Mode / Wartungsarbeiten

Das AddOn ermöglicht die Sperrung des Frontends für Besucher und/oder des Backends für Redakteure bei Wartungsarbeiten oder in der Entwicklungsphase. Der Zugang zum Frontend kann über festgelegte IPs und per Login in REDAXO freigegeben werden.


Umsetzung

Versionen

2.9.2

Für REDAXO
^5.13.0
Veröffentlicht am
01.08.2023
Require / PHP
>=8.0

Small changes and fixes.
Added return types to methods

2.9.1

Für REDAXO
^5.13.0
Veröffentlicht am
31.01.2023
Require / PHP
>=8.0

2.9.0

Für REDAXO
^5.7.0
Veröffentlicht am
28.01.2023
Require / PHP
>=8.0

2.8.7

Für REDAXO
^5.7.0
Veröffentlicht am
15.01.2023
Require / PHP
>=7.4

2.8.6

Für REDAXO
^5.7.0
Veröffentlicht am
12.01.2023
Require / PHP
>=7.4

What's Changed

New Contributors

Full Changelog: https://github.com/FriendsOfREDAXO/maintenance/compare/2.8.5...2.8.6

2.8.5

Für REDAXO
^5.7.0
Veröffentlicht am
20.09.2022
Require / PHP
>=7.4
  • CS fixes powered by rexstan level 9 @staabm thx

2.8.4

Für REDAXO
^5.7.0
Veröffentlicht am
20.09.2022
Require / PHP
>=7.4
  • small fix, wrong return type in frontend form

2.8.3

Für REDAXO
^5.7.0
Veröffentlicht am
19.09.2022
Require / PHP
>=7.4

Code fixes for PHP 8.1

2.8.2

Für REDAXO
^5.7.0
Veröffentlicht am
16.08.2022
Require / PHP
>=7.4

fixed: undefined $admin

2.8.1

Für REDAXO
^5.7.0
Veröffentlicht am
11.06.2022
Require / PHP
>=7.4

What's Changed

New Contributors

2.7.7

Für REDAXO
^5.7.0
Veröffentlicht am
03.06.2022
Require / PHP
>=7.4

Fixed: Better
Better domain check via rex_server

Full Changelog: https://github.com/FriendsOfREDAXO/maintenance/compare/2.7.6...2.7.7

2.7.6

Für REDAXO
^5.7.0
Veröffentlicht am
13.05.2022
Require / PHP
>=7.4

Prüfung auf $_SERVER['HTTP_HOST'] anstelle von $_SERVER['SERVER_NAME']
Fix: u.U. funktionierte die Sperrung in 2.7.4 nicht.

New Contributors

Full Changelog: https://github.com/FriendsOfREDAXO/maintenance/compare/2.7.5...2.7.6

2.7.3

Für REDAXO
^5.7.0
Veröffentlicht am
16.03.2022
Require / PHP
>=7.4

Fix: Laden des AddOns während des Setups vermeiden.

2.7.2

Für REDAXO
^5.7.0
Veröffentlicht am
11.03.2022
Require / PHP
>=7.4
  • Das Maintenance Addon steht nun auch im Safe-Mode zur Verfügung und kann dort konfiguriert werden.
  • PHP ab 7.4 ist erforderlich.

2.6.5

Für REDAXO
^5.7.0
Veröffentlicht am
16.02.2022
Require / PHP
>=7.1

fixed wrong return code of maintenance off command @rene-mueller @sysix
https://github.com/FriendsOfREDAXO/maintenance/pull/48

2.6.4

Für REDAXO
^5.7.0
Veröffentlicht am
30.11.2021
Require / PHP
>=7.1

@danspringer small fix in fragment

2.6.3

Für REDAXO
^5.7.0
Veröffentlicht am
28.07.2021
Require / PHP
>=7.1

Fixes: Admin could not get back into backend in impersonate mode when editors were excluded.