Release 1.0.1: restrict PWA install to logged-in users

This commit is contained in:
Ronny Grobel
2026-04-20 21:46:45 +02:00
parent e6930011ab
commit 7b6f2ca6d7
4 changed files with 37 additions and 4 deletions

View File

@@ -3,7 +3,7 @@ Contributors: ronnygrobel
Tags: pwa, progressive web app, manifest, service worker, offline
Requires at least: 6.0
Tested up to: 6.7
Stable tag: 1.0.0
Stable tag: 1.0.1
Requires PHP: 7.4
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
@@ -43,5 +43,10 @@ Werden keine Icons angegeben, wird automatisch das WordPress-Site-Icon verwendet
== Changelog ==
= 1.0.1 =
* PWA-Installation auf eingeloggte Benutzer begrenzt
* Manifest und Service Worker geben fuer Gaeste HTTP 403 zurueck
* Frontend-Assets und Install-Button nur fuer eingeloggte Benutzer aktiv
= 1.0.0 =
* Erstveröffentlichung