From 75ef4ed3530b80c233c2a53252fbe1f00464d60a Mon Sep 17 00:00:00 2001 From: Weston Ruter Date: Thu, 14 May 2020 13:29:35 -0700 Subject: [PATCH] Bump 0.5.0 --- pwa.php | 4 ++-- readme.md | 2 +- readme.txt | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pwa.php b/pwa.php index 8987cfb09..1a3a9240c 100644 --- a/pwa.php +++ b/pwa.php @@ -9,7 +9,7 @@ * Plugin Name: PWA * Plugin URI: https://github.com/GoogleChromeLabs/pwa-wp * Description: Feature plugin to bring Progressive Web App (PWA) capabilities to Core - * Version: 0.5.0-alpha + * Version: 0.5.0 * Author: PWA Plugin Contributors * Author URI: https://github.com/GoogleChromeLabs/pwa-wp/graphs/contributors * Text Domain: pwa @@ -17,7 +17,7 @@ * License URI: http://www.gnu.org/licenses/gpl-2.0.txt */ -define( 'PWA_VERSION', '0.5.0-alpha' ); +define( 'PWA_VERSION', '0.5.0' ); define( 'PWA_PLUGIN_FILE', __FILE__ ); define( 'PWA_PLUGIN_DIR', dirname( __FILE__ ) ); define( 'PWA_WORKBOX_VERSION', json_decode( file_get_contents( PWA_PLUGIN_DIR . '/package.json' ), true )['devDependencies']['workbox-cli'] ); // phpcs:ignore WordPress.WP.AlternativeFunctions.file_get_contents_file_get_contents -- Replaced with version literal build. diff --git a/readme.md b/readme.md index 9f8a628ec..b1577c93a 100644 --- a/readme.md +++ b/readme.md @@ -8,7 +8,7 @@ WordPress feature plugin to bring Progressive Web App (PWA) capabilities to Core **Tags:** [pwa](https://wordpress.org/plugins/tags/pwa), [progressive web apps](https://wordpress.org/plugins/tags/progressive-web-apps), [service workers](https://wordpress.org/plugins/tags/service-workers), [web app manifest](https://wordpress.org/plugins/tags/web-app-manifest), [https](https://wordpress.org/plugins/tags/https) **Requires at least:** 5.3 **Tested up to:** 5.4 -**Stable tag:** 0.4.0 +**Stable tag:** 0.5.0 **License:** [GPLv2 or later](http://www.gnu.org/licenses/gpl-2.0.html) **Requires PHP:** 5.6 diff --git a/readme.txt b/readme.txt index d8631ad54..a9807f0db 100644 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Contributors: google, xwp, westonruter, albertomedina Tags: pwa, progressive web apps, service workers, web app manifest, https Requires at least: 5.3 Tested up to: 5.4 -Stable tag: 0.4.0 +Stable tag: 0.5.0 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Requires PHP: 5.6