Skip to content

Commit cdfb066

Browse files
committed
Bump 0.7.1
1 parent 9bb18ea commit cdfb066

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
@@ -8,7 +8,7 @@ WordPress feature plugin to bring Progressive Web App (PWA) capabilities to Core
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
**Requires at least:** 5.5
1010
**Tested up to:** 6.0
11-
**Stable tag:** 0.7.0
11+
**Stable tag:** 0.7.1
1212
**License:** [GPLv2 or later](http://www.gnu.org/licenses/gpl-2.0.html)
1313
**Requires PHP:** 5.6
1414

pwa.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@
99
* Plugin Name: PWA
1010
* Plugin URI: https://github.com/GoogleChromeLabs/pwa-wp
1111
* Description: Feature plugin to bring Progressive Web App (PWA) capabilities to Core
12-
* Version: 0.7.1-alpha
12+
* Version: 0.7.1
1313
* Author: PWA Plugin Contributors
1414
* Author URI: https://github.com/GoogleChromeLabs/pwa-wp/graphs/contributors
1515
* Text Domain: pwa
1616
* License: GPL-2.0+
1717
* License URI: http://www.gnu.org/licenses/gpl-2.0.txt
1818
*/
1919

20-
define( 'PWA_VERSION', '0.7.1-alpha' );
20+
define( 'PWA_VERSION', '0.7.1' );
2121
define( 'PWA_PLUGIN_FILE', __FILE__ );
2222
define( 'PWA_PLUGIN_DIR', dirname( __FILE__ ) );
2323
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)