Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b7a7f173e3 |
@@ -1,9 +1,9 @@
|
|||||||
<?php
|
<?php
|
||||||
/**
|
/**
|
||||||
* Plugin Name: KGV PWA
|
* Plugin Name: KGV PWA
|
||||||
* Plugin URI: https://apex-project.de/
|
* Plugin URI: https://wordpress.apex-project.de/
|
||||||
* Description: Progressive Web App Unterstützung fuer KGV-Webseiten – Web App Manifest, Service Worker und Install-Banner.
|
* Description: Progressive Web App Unterstützung fuer KGV-Webseiten – Web App Manifest, Service Worker und Install-Banner.
|
||||||
* Version: 1.0.1
|
* Version: 1.0.2
|
||||||
* Author: Ronny Grobel
|
* Author: Ronny Grobel
|
||||||
* Author URI: https://apex-project.de/
|
* Author URI: https://apex-project.de/
|
||||||
* Text Domain: kgv-pwa
|
* Text Domain: kgv-pwa
|
||||||
@@ -18,7 +18,7 @@ if ( ! defined( 'ABSPATH' ) ) {
|
|||||||
|
|
||||||
final class KGV_PWA_Plugin {
|
final class KGV_PWA_Plugin {
|
||||||
|
|
||||||
const VERSION = '1.0.1';
|
const VERSION = '1.0.2';
|
||||||
const OPTION_KEY = 'kgv_pwa_settings';
|
const OPTION_KEY = 'kgv_pwa_settings';
|
||||||
const REWRITE_VERSION_OPTION = 'kgv_pwa_rewrite_version';
|
const REWRITE_VERSION_OPTION = 'kgv_pwa_rewrite_version';
|
||||||
|
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ Contributors: ronnygrobel
|
|||||||
Tags: pwa, progressive web app, manifest, service worker, offline
|
Tags: pwa, progressive web app, manifest, service worker, offline
|
||||||
Requires at least: 6.0
|
Requires at least: 6.0
|
||||||
Tested up to: 6.7
|
Tested up to: 6.7
|
||||||
Stable tag: 1.0.1
|
Stable tag: 1.0.2
|
||||||
Requires PHP: 7.4
|
Requires PHP: 7.4
|
||||||
License: GPLv2 or later
|
License: GPLv2 or later
|
||||||
License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
||||||
@@ -43,6 +43,10 @@ Werden keine Icons angegeben, wird automatisch das WordPress-Site-Icon verwendet
|
|||||||
|
|
||||||
== Changelog ==
|
== Changelog ==
|
||||||
|
|
||||||
|
= 1.0.2 =
|
||||||
|
* Release 1.0.2 erstellt.
|
||||||
|
* Versionsnummer in Plugin-Datei, Konstante und Readme erhoeht.
|
||||||
|
|
||||||
= 1.0.1 =
|
= 1.0.1 =
|
||||||
* PWA-Installation auf eingeloggte Benutzer begrenzt
|
* PWA-Installation auf eingeloggte Benutzer begrenzt
|
||||||
* Manifest und Service Worker geben fuer Gaeste HTTP 403 zurueck
|
* Manifest und Service Worker geben fuer Gaeste HTTP 403 zurueck
|
||||||
|
|||||||
Reference in New Issue
Block a user