Release v1.0.3

This commit is contained in:
Ronny Grobel
2026-04-21 07:43:01 +02:00
parent b7a7f173e3
commit a53f2c9e8c
2 changed files with 3 additions and 3 deletions

View File

@@ -3,7 +3,7 @@
* Plugin Name: KGV PWA
* Plugin URI: https://wordpress.apex-project.de/
* Description: Progressive Web App Unterstützung fuer KGV-Webseiten Web App Manifest, Service Worker und Install-Banner.
* Version: 1.0.2
* Version: 1.0.3
* Author: Ronny Grobel
* Author URI: https://apex-project.de/
* Text Domain: kgv-pwa
@@ -18,7 +18,7 @@ if ( ! defined( 'ABSPATH' ) ) {
final class KGV_PWA_Plugin {
const VERSION = '1.0.2';
const VERSION = '1.0.3';
const OPTION_KEY = 'kgv_pwa_settings';
const REWRITE_VERSION_OPTION = 'kgv_pwa_rewrite_version';

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.2
Stable tag: 1.0.3
Requires PHP: 7.4
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html