From 4cbf3028bedb55bc77391139205ce50fe7ab60bc Mon Sep 17 00:00:00 2001 From: Weston Ruter Date: Mon, 10 Feb 2020 09:55:52 -0800 Subject: [PATCH 1/5] Update wp-dev-lib to 1.5.0 --- composer.json | 2 +- composer.lock | 56 ++++++++++++++++++++++++++------------------------- 2 files changed, 30 insertions(+), 28 deletions(-) diff --git a/composer.json b/composer.json index d6d9083b3..8874a579d 100644 --- a/composer.json +++ b/composer.json @@ -11,6 +11,6 @@ "dealerdirect/phpcodesniffer-composer-installer": "0.5.0", "phpcompatibility/phpcompatibility-wp": "2.0.0", "wp-coding-standards/wpcs": "2.1.1", - "xwp/wp-dev-lib": "1.4.0" + "xwp/wp-dev-lib": "1.5.0" } } diff --git a/composer.lock b/composer.lock index daec5c67b..28ef044e5 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "46b8fcddeee3a1e8466cf0b896378d57", + "content-hash": "d2ad424ac67ea8a0b2b6b65d76272f36", "packages": [], "packages-dev": [ { @@ -75,16 +75,16 @@ }, { "name": "phpcompatibility/php-compatibility", - "version": "9.2.0", + "version": "9.3.5", "source": { "type": "git", "url": "https://github.com/PHPCompatibility/PHPCompatibility.git", - "reference": "3db1bf1e28123fd574a4ae2e9a84072826d51b5e" + "reference": "9fb324479acf6f39452e0655d2429cc0d3914243" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/PHPCompatibility/PHPCompatibility/zipball/3db1bf1e28123fd574a4ae2e9a84072826d51b5e", - "reference": "3db1bf1e28123fd574a4ae2e9a84072826d51b5e", + "url": "https://api.github.com/repos/PHPCompatibility/PHPCompatibility/zipball/9fb324479acf6f39452e0655d2429cc0d3914243", + "reference": "9fb324479acf6f39452e0655d2429cc0d3914243", "shasum": "" }, "require": { @@ -107,10 +107,6 @@ "LGPL-3.0-or-later" ], "authors": [ - { - "name": "Contributors", - "homepage": "https://github.com/PHPCompatibility/PHPCompatibility/graphs/contributors" - }, { "name": "Wim Godden", "homepage": "https://github.com/wimg", @@ -120,6 +116,10 @@ "name": "Juliette Reinders Folmer", "homepage": "https://github.com/jrfnl", "role": "lead" + }, + { + "name": "Contributors", + "homepage": "https://github.com/PHPCompatibility/PHPCompatibility/graphs/contributors" } ], "description": "A set of sniffs for PHP_CodeSniffer that checks for PHP cross-version compatibility.", @@ -129,30 +129,32 @@ "phpcs", "standards" ], - "time": "2019-06-27T19:58:56+00:00" + "time": "2019-12-27T09:44:58+00:00" }, { "name": "phpcompatibility/phpcompatibility-paragonie", - "version": "1.0.1", + "version": "1.3.0", "source": { "type": "git", "url": "https://github.com/PHPCompatibility/PHPCompatibilityParagonie.git", - "reference": "9160de79fcd683b5c99e9c4133728d91529753ea" + "reference": "b862bc32f7e860d0b164b199bd995e690b4b191c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/PHPCompatibility/PHPCompatibilityParagonie/zipball/9160de79fcd683b5c99e9c4133728d91529753ea", - "reference": "9160de79fcd683b5c99e9c4133728d91529753ea", + "url": "https://api.github.com/repos/PHPCompatibility/PHPCompatibilityParagonie/zipball/b862bc32f7e860d0b164b199bd995e690b4b191c", + "reference": "b862bc32f7e860d0b164b199bd995e690b4b191c", "shasum": "" }, "require": { "phpcompatibility/php-compatibility": "^9.0" }, "require-dev": { - "dealerdirect/phpcodesniffer-composer-installer": "^0.4.4" + "dealerdirect/phpcodesniffer-composer-installer": "^0.5", + "paragonie/random_compat": "dev-master", + "paragonie/sodium_compat": "dev-master" }, "suggest": { - "dealerdirect/phpcodesniffer-composer-installer": "^0.4.4 || This Composer plugin will sort out the PHP_CodeSniffer 'installed_paths' automatically.", + "dealerdirect/phpcodesniffer-composer-installer": "^0.5 || This Composer plugin will sort out the PHP_CodeSniffer 'installed_paths' automatically.", "roave/security-advisories": "dev-master || Helps prevent installing dependencies with known security issues." }, "type": "phpcodesniffer-standard", @@ -179,7 +181,7 @@ "polyfill", "standards" ], - "time": "2018-12-16T19:10:44+00:00" + "time": "2019-11-04T15:17:54+00:00" }, { "name": "phpcompatibility/phpcompatibility-wp", @@ -233,16 +235,16 @@ }, { "name": "squizlabs/php_codesniffer", - "version": "3.4.2", + "version": "3.5.4", "source": { "type": "git", "url": "https://github.com/squizlabs/PHP_CodeSniffer.git", - "reference": "b8a7362af1cc1aadb5bd36c3defc4dda2cf5f0a8" + "reference": "dceec07328401de6211037abbb18bda423677e26" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/b8a7362af1cc1aadb5bd36c3defc4dda2cf5f0a8", - "reference": "b8a7362af1cc1aadb5bd36c3defc4dda2cf5f0a8", + "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/dceec07328401de6211037abbb18bda423677e26", + "reference": "dceec07328401de6211037abbb18bda423677e26", "shasum": "" }, "require": { @@ -280,7 +282,7 @@ "phpcs", "standards" ], - "time": "2019-04-10T23:49:02+00:00" + "time": "2020-01-30T22:20:29+00:00" }, { "name": "wp-coding-standards/wpcs", @@ -329,16 +331,16 @@ }, { "name": "xwp/wp-dev-lib", - "version": "1.4.0", + "version": "1.5.0", "source": { "type": "git", "url": "https://github.com/xwp/wp-dev-lib.git", - "reference": "86cc5e69b072804c066d10e9008d1576e26aa3cf" + "reference": "3e3ced3fdc5c47bbb59cde2f693ce115f2865f82" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/xwp/wp-dev-lib/zipball/86cc5e69b072804c066d10e9008d1576e26aa3cf", - "reference": "86cc5e69b072804c066d10e9008d1576e26aa3cf", + "url": "https://api.github.com/repos/xwp/wp-dev-lib/zipball/3e3ced3fdc5c47bbb59cde2f693ce115f2865f82", + "reference": "3e3ced3fdc5c47bbb59cde2f693ce115f2865f82", "shasum": "" }, "type": "library", @@ -363,7 +365,7 @@ "keywords": [ "wordpress" ], - "time": "2020-01-09T12:33:32+00:00" + "time": "2020-02-10T09:35:25+00:00" } ], "aliases": [], From d37364f387de628c63e773f40231f9122f6d850f Mon Sep 17 00:00:00 2001 From: Weston Ruter Date: Mon, 10 Feb 2020 09:56:28 -0800 Subject: [PATCH 2/5] Update Travis badge URL --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index ded1a61b9..96631b4ff 100644 --- a/readme.md +++ b/readme.md @@ -12,7 +12,7 @@ WordPress feature plugin to bring Progressive Web App (PWA) capabilities to Core **License:** [GPLv2 or later](http://www.gnu.org/licenses/gpl-2.0.html) **Requires PHP:** 5.6 -[![Build Status](https://travis-ci.org/xwp/pwa-wp.svg?branch=master)](https://travis-ci.org/xwp/pwa-wp) [![Built with Grunt](https://gruntjs.com/cdn/builtwith.svg)](http://gruntjs.com) +[![Build Status](https://travis-ci.org/GoogleChromeLabs/pwa-wp.svg?branch=master)](https://travis-ci.org/GoogleChromeLabs/pwa-wp) [![Built with Grunt](https://gruntjs.com/cdn/builtwith.svg)](http://gruntjs.com) ## Description ## From cbc59a139d4b5ef51dec16cb6832e1d8957416b8 Mon Sep 17 00:00:00 2001 From: Weston Ruter Date: Mon, 10 Feb 2020 09:59:40 -0800 Subject: [PATCH 3/5] Update GitHub URLs to point to new org --- CONTRIBUTING.md | 4 +-- composer.json | 2 +- package.json | 4 +-- pwa.php | 4 +-- readme.md | 26 +++++++++---------- readme.txt | 10 +++---- ...ce-worker-navigation-routing-component.php | 2 +- 7 files changed, 26 insertions(+), 26 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0cb03befd..8ceba302b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -8,7 +8,7 @@ just a few small guidelines you need to follow. To start, clone this repository into any WordPress install being used for development: ```bash -git clone git@github.com:xwp/pwa-wp.git wp-content/plugins/pwa +git clone git@github.com:GoogleChromeLabs/pwa-wp.git wp-content/plugins/pwa cd wp-content/plugins/pwa npm install ``` @@ -61,7 +61,7 @@ Contributors who want to make a new release, follow these steps: 2. Bump plugin versions in `pwa.php` (×2: the metadata block in the header and also the `PWA_VERSION` constant), and the `Stable tag` in `readme.txt`. 3. Add changelog entry to readme. 4. Draft blog post about the new release, presumably on Make/Core. -5. [Draft new release](https://github.com/xwp/pwa-wp/releases/new) on GitHub targeting the release branch, with the new plugin version as the tag and release title. Attaching the `pwa.zip` build to the release. Include link to changelog in release tag. +5. [Draft new release](https://github.com/GoogleChromeLabs/pwa-wp/releases/new) on GitHub targeting the release branch, with the new plugin version as the tag and release title. Attaching the `pwa.zip` build to the release. Include link to changelog in release tag. 6. Run `npm run deploy` to to commit the plugin to WordPress.org. 7. Confirm the release is available on WordPress.org; try installing it on a WordPress install and confirm it works. 8. Publish GitHub release. diff --git a/composer.json b/composer.json index 8874a579d..cbd4c5e49 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "xwp/pwa-wp", "description": "WordPress plugin for adding PWA support.", - "homepage": "https://github.com/xwp/pwa-wp", + "homepage": "https://github.com/GoogleChromeLabs/pwa-wp", "type": "wordpress-plugin", "license": "GPL-2.0-or-later", "require": { diff --git a/package.json b/package.json index 6efb74dfa..0da7fc046 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,10 @@ { "name": "pwa-wp", "title": "PWA feature plugin for WordPress Core", - "homepage": "https://github.com/xwp/pwa-wp", + "homepage": "https://github.com/GoogleChromeLabs/pwa-wp", "repository": { "type": "git", - "url": "https://github.com/xwp/pwa-wp.git" + "url": "https://github.com/GoogleChromeLabs/pwa-wp.git" }, "license": "GPL-2.0-or-later", "private": true, diff --git a/pwa.php b/pwa.php index 03e68aca3..79e30d2ad 100644 --- a/pwa.php +++ b/pwa.php @@ -7,11 +7,11 @@ * * @wordpress-plugin * Plugin Name: PWA - * Plugin URI: https://github.com/xwp/pwa-wp + * Plugin URI: https://github.com/GoogleChromeLabs/pwa-wp * Description: Feature plugin to bring Progressive Web App (PWA) capabilities to Core * Version: 0.4.0-alpha * Author: PWA Plugin Contributors - * Author URI: https://github.com/xwp/pwa-wp/graphs/contributors + * Author URI: https://github.com/GoogleChromeLabs/pwa-wp/graphs/contributors * Text Domain: pwa * License: GPL-2.0+ * License URI: http://www.gnu.org/licenses/gpl-2.0.txt diff --git a/readme.md b/readme.md index 96631b4ff..46a8dfad4 100644 --- a/readme.md +++ b/readme.md @@ -4,15 +4,15 @@ ![Banner](wp-assets/banner-1544x500.png) WordPress feature plugin to bring Progressive Web App (PWA) capabilities to Core -**Contributors:** [xwp](https://profiles.wordpress.org/xwp), [google](https://profiles.wordpress.org/google), [automattic](https://profiles.wordpress.org/automattic) -**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.2 -**Tested up to:** 5.3 -**Stable tag:** 0.3.0 -**License:** [GPLv2 or later](http://www.gnu.org/licenses/gpl-2.0.html) -**Requires PHP:** 5.6 +**Contributors:** [xwp](https://profiles.wordpress.org/xwp), [google](https://profiles.wordpress.org/google), [automattic](https://profiles.wordpress.org/automattic) +**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.2 +**Tested up to:** 5.3 +**Stable tag:** 0.3.0 +**License:** [GPLv2 or later](http://www.gnu.org/licenses/gpl-2.0.html) +**Requires PHP:** 5.6 -[![Build Status](https://travis-ci.org/GoogleChromeLabs/pwa-wp.svg?branch=master)](https://travis-ci.org/GoogleChromeLabs/pwa-wp) [![Built with Grunt](https://gruntjs.com/cdn/builtwith.svg)](http://gruntjs.com) +[![Build Status](https://travis-ci.org/GoogleChromeLabs/pwa-wp.svg?branch=master)](https://travis-ci.org/GoogleChromeLabs/pwa-wp) [![Built with Grunt](https://gruntjs.com/cdn/builtwith.svg)](http://gruntjs.com) ## Description ## @@ -40,7 +40,7 @@ This plugin serves as a place to implement support for these in WordPress with t ☞ Please note that this feature plugin is _not_ intended to obsolete the other plugins and themes which turn WordPress sites into PWAs. Rather, this plugin is intended to provide the PWA building blocks and coordination mechanism for these themes and plugins to not reinvent the wheel and also to not conflict with each other. For example, a theme that implements the app shell model should be able to extend the core service worker while a plugin that provides push notifications should be able to do the same. Themes and plugins no longer should have to each create a service worker on their own, something which is inherently problematic because only one service worker can be active at a time: only one service worker can win. If you are developing a plugin or theme that includes a service worker, consider relying on this PWA plugin, or at least only use the built-in implementation as a fallback for when the PWA plugin is not available. -**Development of this plugin is done [on GitHub](https://github.com/xwp/pwa-wp). Pull requests welcome. Please see [issues](https://github.com/xwp/pwa-wp/issues) reported there before going to the [plugin forum](https://wordpress.org/support/plugin/pwa).** +**Development of this plugin is done [on GitHub](https://github.com/GoogleChromeLabs/pwa-wp). Pull requests welcome. Please see [issues](https://github.com/GoogleChromeLabs/pwa-wp/issues) reported there before going to the [plugin forum](https://wordpress.org/support/plugin/pwa).** ### Web App Manifest ### As noted in a [Google guide](https://developers.google.com/web/fundamentals/web-app-manifest/): @@ -91,7 +91,7 @@ The manifest is populated with default values including: There is a `web_app_manifest` filter which is passed the above array so that plugins and themes can customize the manifest. -See [labeled GitHub issues](https://github.com/xwp/pwa-wp/issues?q=label%3Aweb-app-manifest) and see WordPress core tracking ticket [#43328](https://core.trac.wordpress.org/ticket/43328). +See [labeled GitHub issues](https://github.com/GoogleChromeLabs/pwa-wp/issues?q=label%3Aweb-app-manifest) and see WordPress core tracking ticket [#43328](https://core.trac.wordpress.org/ticket/43328). ### Service Workers ### As noted in a [Google primer](https://developers.google.com/web/fundamentals/primers/service-workers/): @@ -150,7 +150,7 @@ add_action( 'wp_front_service_worker', 'register_baz_service_worker_script' ); add_action( 'wp_admin_service_worker', 'register_baz_service_worker_script' ); ``` -See [labeled GitHub issues](https://github.com/xwp/pwa-wp/issues?q=label%3Aservice-workers) and see WordPress core tracking ticket [#36995](https://core.trac.wordpress.org/ticket/36995). +See [labeled GitHub issues](https://github.com/GoogleChromeLabs/pwa-wp/issues?q=label%3Aservice-workers) and see WordPress core tracking ticket [#36995](https://core.trac.wordpress.org/ticket/36995). ### Integrations ### The plugin bundles several experimental integrations that are kept separate from the service worker core code. These integrations act as examples and proof-of-concept to achieve certain goals. While all of them are generally applicable and recommended to truly benefit from service workers, they are not crucial for the core API. @@ -308,7 +308,7 @@ Here is a list of all available actions and filters added by the feature plugin. ### HTTPS ### HTTPS is a prerequisite for progressive web apps. A service worker is only able to be installed on sites that are served as HTTPS. For this reason core's support for HTTPS needs to be further improved, continuing the great progress made over the past few years. -At the moment the plugin provides an API to detection of whether a site supports HTTPS. Building on that it's intended that this can then be used to present a user with an opt-in to switch over to HTTPS, which will also then need to include support for rewriting URLs from HTTP to HTTPS. See [labeled GitHub issues](https://github.com/xwp/pwa-wp/issues?q=label%3Ahttps) and see WordPress core tracking ticket [#28521](https://core.trac.wordpress.org/ticket/28521). +At the moment the plugin provides an API to detection of whether a site supports HTTPS. Building on that it's intended that this can then be used to present a user with an opt-in to switch over to HTTPS, which will also then need to include support for rewriting URLs from HTTP to HTTPS. See [labeled GitHub issues](https://github.com/GoogleChromeLabs/pwa-wp/issues?q=label%3Ahttps) and see WordPress core tracking ticket [#28521](https://core.trac.wordpress.org/ticket/28521). You can optionally add an [HSTS header](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Strict-Transport-Security) (HTTP `Strict-Transport-Security`). This indicates to the browser to only load the site with HTTPS, not HTTP. @@ -334,5 +334,5 @@ Please see the [documentation](https://developer.mozilla.org/en-US/docs/Web/HTTP ## Changelog ## -For the plugin’s changelog, please see [the Releases page on GitHub](https://github.com/xwp/pwa-wp/releases). +For the plugin’s changelog, please see [the Releases page on GitHub](https://github.com/GoogleChromeLabs/pwa-wp/releases). diff --git a/readme.txt b/readme.txt index 3bf4c72c2..74fe00d2f 100644 --- a/readme.txt +++ b/readme.txt @@ -36,7 +36,7 @@ This plugin serves as a place to implement support for these in WordPress with t ☞ Please note that this feature plugin is _not_ intended to obsolete the other plugins and themes which turn WordPress sites into PWAs. Rather, this plugin is intended to provide the PWA building blocks and coordination mechanism for these themes and plugins to not reinvent the wheel and also to not conflict with each other. For example, a theme that implements the app shell model should be able to extend the core service worker while a plugin that provides push notifications should be able to do the same. Themes and plugins no longer should have to each create a service worker on their own, something which is inherently problematic because only one service worker can be active at a time: only one service worker can win. If you are developing a plugin or theme that includes a service worker, consider relying on this PWA plugin, or at least only use the built-in implementation as a fallback for when the PWA plugin is not available. -**Development of this plugin is done [on GitHub](https://github.com/xwp/pwa-wp). Pull requests welcome. Please see [issues](https://github.com/xwp/pwa-wp/issues) reported there before going to the [plugin forum](https://wordpress.org/support/plugin/pwa).** +**Development of this plugin is done [on GitHub](https://github.com/GoogleChromeLabs/pwa-wp). Pull requests welcome. Please see [issues](https://github.com/GoogleChromeLabs/pwa-wp/issues) reported there before going to the [plugin forum](https://wordpress.org/support/plugin/pwa).** = Web App Manifest = @@ -89,7 +89,7 @@ The manifest is populated with default values including: There is a `web_app_manifest` filter which is passed the above array so that plugins and themes can customize the manifest. -See [labeled GitHub issues](https://github.com/xwp/pwa-wp/issues?q=label%3Aweb-app-manifest) and see WordPress core tracking ticket [#43328](https://core.trac.wordpress.org/ticket/43328). +See [labeled GitHub issues](https://github.com/GoogleChromeLabs/pwa-wp/issues?q=label%3Aweb-app-manifest) and see WordPress core tracking ticket [#43328](https://core.trac.wordpress.org/ticket/43328). = Service Workers = @@ -149,7 +149,7 @@ add_action( 'wp_front_service_worker', 'register_baz_service_worker_script' ); add_action( 'wp_admin_service_worker', 'register_baz_service_worker_script' ); -See [labeled GitHub issues](https://github.com/xwp/pwa-wp/issues?q=label%3Aservice-workers) and see WordPress core tracking ticket [#36995](https://core.trac.wordpress.org/ticket/36995). +See [labeled GitHub issues](https://github.com/GoogleChromeLabs/pwa-wp/issues?q=label%3Aservice-workers) and see WordPress core tracking ticket [#36995](https://core.trac.wordpress.org/ticket/36995). = Integrations = The plugin bundles several experimental integrations that are kept separate from the service worker core code. These integrations act as examples and proof-of-concept to achieve certain goals. While all of them are generally applicable and recommended to truly benefit from service workers, they are not crucial for the core API. @@ -309,7 +309,7 @@ Here is a list of all available actions and filters added by the feature plugin. HTTPS is a prerequisite for progressive web apps. A service worker is only able to be installed on sites that are served as HTTPS. For this reason core's support for HTTPS needs to be further improved, continuing the great progress made over the past few years. -At the moment the plugin provides an API to detection of whether a site supports HTTPS. Building on that it's intended that this can then be used to present a user with an opt-in to switch over to HTTPS, which will also then need to include support for rewriting URLs from HTTP to HTTPS. See [labeled GitHub issues](https://github.com/xwp/pwa-wp/issues?q=label%3Ahttps) and see WordPress core tracking ticket [#28521](https://core.trac.wordpress.org/ticket/28521). +At the moment the plugin provides an API to detection of whether a site supports HTTPS. Building on that it's intended that this can then be used to present a user with an opt-in to switch over to HTTPS, which will also then need to include support for rewriting URLs from HTTP to HTTPS. See [labeled GitHub issues](https://github.com/GoogleChromeLabs/pwa-wp/issues?q=label%3Ahttps) and see WordPress core tracking ticket [#28521](https://core.trac.wordpress.org/ticket/28521). You can optionally add an [HSTS header](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Strict-Transport-Security) (HTTP `Strict-Transport-Security`). This indicates to the browser to only load the site with HTTPS, not HTTP. @@ -334,4 +334,4 @@ Please see the [documentation](https://developer.mozilla.org/en-US/docs/Web/HTTP == Changelog == -For the plugin’s changelog, please see [the Releases page on GitHub](https://github.com/xwp/pwa-wp/releases). +For the plugin’s changelog, please see [the Releases page on GitHub](https://github.com/GoogleChromeLabs/pwa-wp/releases). diff --git a/wp-includes/components/class-wp-service-worker-navigation-routing-component.php b/wp-includes/components/class-wp-service-worker-navigation-routing-component.php index 19e97d6db..a539f176f 100644 --- a/wp-includes/components/class-wp-service-worker-navigation-routing-component.php +++ b/wp-includes/components/class-wp-service-worker-navigation-routing-component.php @@ -19,7 +19,7 @@ class WP_Service_Worker_Navigation_Routing_Component implements WP_Service_Worke * @since 0.2 * @since 0.4 Obsolete. * @var string - * @deprecated Since 0.4 all streaming support was removed. See . Constant is left in place for the time to prevent fatal error if referenced. + * @deprecated Since 0.4 all streaming support was removed. See . Constant is left in place for the time to prevent fatal error if referenced. */ const STREAM_THEME_SUPPORT = 'service_worker_streaming'; From 69f9ab97b2264e94196e7e2751f2791413ea0fee Mon Sep 17 00:00:00 2001 From: Weston Ruter Date: Mon, 10 Feb 2020 10:04:30 -0800 Subject: [PATCH 4/5] Update composer package name --- composer.json | 2 +- composer.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index cbd4c5e49..4b157dcb2 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "xwp/pwa-wp", + "name": "GoogleChromeLabs/pwa-wp", "description": "WordPress plugin for adding PWA support.", "homepage": "https://github.com/GoogleChromeLabs/pwa-wp", "type": "wordpress-plugin", diff --git a/composer.lock b/composer.lock index 28ef044e5..7a5e6da7d 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "d2ad424ac67ea8a0b2b6b65d76272f36", + "content-hash": "22de0d0fe0438598aca22ac46a52391b", "packages": [], "packages-dev": [ { From 434702a4145b2960a52ba318a7bb48a159e6c819 Mon Sep 17 00:00:00 2001 From: Weston Ruter Date: Mon, 10 Feb 2020 10:04:38 -0800 Subject: [PATCH 5/5] Update contributors --- readme.md | 18 +++++++++--------- readme.txt | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/readme.md b/readme.md index 46a8dfad4..bafbb2ad9 100644 --- a/readme.md +++ b/readme.md @@ -4,15 +4,15 @@ ![Banner](wp-assets/banner-1544x500.png) WordPress feature plugin to bring Progressive Web App (PWA) capabilities to Core -**Contributors:** [xwp](https://profiles.wordpress.org/xwp), [google](https://profiles.wordpress.org/google), [automattic](https://profiles.wordpress.org/automattic) -**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.2 -**Tested up to:** 5.3 -**Stable tag:** 0.3.0 -**License:** [GPLv2 or later](http://www.gnu.org/licenses/gpl-2.0.html) -**Requires PHP:** 5.6 - -[![Build Status](https://travis-ci.org/GoogleChromeLabs/pwa-wp.svg?branch=master)](https://travis-ci.org/GoogleChromeLabs/pwa-wp) [![Built with Grunt](https://gruntjs.com/cdn/builtwith.svg)](http://gruntjs.com) +**Contributors:** [google](https://profiles.wordpress.org/google), [xwp](https://profiles.wordpress.org/xwp) +**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.2 +**Tested up to:** 5.3 +**Stable tag:** 0.3.0 +**License:** [GPLv2 or later](http://www.gnu.org/licenses/gpl-2.0.html) +**Requires PHP:** 5.6 + +[![Build Status](https://travis-ci.org/GoogleChromeLabs/pwa-wp.svg?branch=master)](https://travis-ci.org/GoogleChromeLabs/pwa-wp) [![Built with Grunt](https://gruntjs.com/cdn/builtwith.svg)](http://gruntjs.com) ## Description ## diff --git a/readme.txt b/readme.txt index 74fe00d2f..82e235d45 100644 --- a/readme.txt +++ b/readme.txt @@ -1,5 +1,5 @@ === PWA === -Contributors: xwp, google, automattic +Contributors: google, xwp Tags: pwa, progressive web apps, service workers, web app manifest, https Requires at least: 5.2 Tested up to: 5.3