Skip to content

Commit f4e80a3

Browse files
committed
Bump 0.8.2
1 parent 3ac4c10 commit f4e80a3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ WordPress feature plugin to bring Progressive Web App (PWA) capabilities to Core
77
**Contributors:** [google](https://profiles.wordpress.org/google), [xwp](https://profiles.wordpress.org/xwp), [rtcamp](https://profiles.wordpress.org/rtcamp), [westonruter](https://profiles.wordpress.org/westonruter), [albertomedina](https://profiles.wordpress.org/albertomedina)
88
**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)
99
**Tested up to:** 6.7
10-
**Stable tag:** 0.8.1
10+
**Stable tag:** 0.8.2
1111
**License:** [GPLv2 or later](http://www.gnu.org/licenses/gpl-2.0.html)
1212

1313
[![Build Status](https://github.com/GoogleChromeLabs/pwa-wp/workflows/Build,%20test%20&%20measure/badge.svg)](https://github.com/GoogleChromeLabs/pwa-wp/actions?query=branch%3Adevelop+workflow%3A%22Build%2C+test+%26+measure%22)

pwa.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@
1111
* Description: Feature plugin to bring Progressive Web App (PWA) capabilities to Core
1212
* Requires at least: 6.6
1313
* Requires PHP: 7.2
14-
* Version: 0.8.2-alpha
14+
* Version: 0.8.2
1515
* Author: PWA Plugin Contributors
1616
* Author URI: https://github.com/GoogleChromeLabs/pwa-wp/graphs/contributors
1717
* Text Domain: pwa
1818
* License: GPL-2.0+
1919
* License URI: http://www.gnu.org/licenses/gpl-2.0.txt
2020
*/
2121

22-
define( 'PWA_VERSION', '0.8.2-alpha' );
22+
define( 'PWA_VERSION', '0.8.2' );
2323
define( 'PWA_PLUGIN_FILE', __FILE__ );
2424
define( 'PWA_PLUGIN_DIR', __DIR__ );
2525
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,PHPCompatibility.Syntax.NewFunctionArrayDereferencing.Found -- Replaced with version literal build.

0 commit comments

Comments
 (0)