Skip to content
WordPress feature plugin to bring Progressive Web Apps (PWA) to Core
PHP JavaScript
Branch: master
Clone or download

Latest commit

westonruter Merge pull request #286 from GoogleChromeLabs/dependabot/npm_and_yarn…
…/wordpress/eslint-plugin-6.0.0

Bump @wordpress/eslint-plugin from 5.1.0 to 6.0.0
Latest commit 9d6e21e May 16, 2020

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.dependabot Add version_requirement_updates:increase_versions to dependabot config Mar 25, 2020
bin Bump 0.3.0 Aug 6, 2019
bundled-theme-support Add offline templates for bundled core themes Dec 21, 2019
integrations Run get_header_imag once Feb 12, 2020
tests Add tests for removing authentication from error template May 3, 2020
wp-admin Also set hook_suffix before calling set_current_screen() Aug 2, 2019
wp-assets Update banner assets to center PWA logo Mar 31, 2020
wp-includes Add tests for removing authentication from error template May 3, 2020
.dev-lib Add CHECK_SCOPE=all to bypass Travis diff failure Jan 28, 2020
.editorconfig Fix Travis badge URL Mar 25, 2020
.eslintignore Update stale eslint and grunt devDependencies Mar 8, 2019
.eslintrc Update npm packages Jul 16, 2019
.gitignore Include workbox version in library path to ensure cache busting Mar 31, 2020
.jshintignore Eliminate experimental service worker streaming functionality Aug 20, 2019
.phpcs.xml.dist Exclude build directory from phpcs May 3, 2020
.travis.yml Use lts node Mar 27, 2020
CONTRIBUTING.md Update contributors and move contributing.md to wiki Mar 29, 2020
Gruntfile.js Fix eslint issues Apr 24, 2020
LICENSE Initial commit May 24, 2018
composer.json Bump wp-coding-standards/wpcs from 2.2.1 to 2.3.0 May 14, 2020
composer.lock Bump wp-coding-standards/wpcs from 2.2.1 to 2.3.0 May 14, 2020
package-lock.json Bump @wordpress/eslint-plugin from 5.1.0 to 6.0.0 May 15, 2020
package.json Bump @wordpress/eslint-plugin from 5.1.0 to 6.0.0 May 15, 2020
phpunit.xml Install wp-dev-lib via composer instead of npm Apr 5, 2019
pwa.php Bump 0.6.0-alpha May 15, 2020
readme.md Bump 0.5.0 May 14, 2020
readme.txt Bump 0.5.0 May 14, 2020

readme.md

PWA

Banner WordPress feature plugin to bring Progressive Web App (PWA) capabilities to Core

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.5.0
License: GPLv2 or later
Requires PHP: 5.6

Build Status Built with Grunt

Description

Progressive Web Apps are user experiences that have the reach of the web, and are:
  • Reliable - Load instantly and never show the downasaur, even in uncertain network conditions.
  • Fast - Respond quickly to user interactions with silky smooth animations and no janky scrolling.
  • Engaging - Feel like a natural app on the device, with an immersive user experience.

This new level of quality allows Progressive Web Apps to earn a place on the user's home screen.

Continue reading more about Progressive Web Apps (PWA) from Google.

In general a PWA depends on the following technologies to be available:

This plugin serves as a place to implement support for these in WordPress with the intention of being proposed for core merge, piece by piece.

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.

Documentation for the plugin can be found on the GitHub project Wiki.

Development of this plugin is done on GitHub. Pull requests welcome. Please see issues reported there before going to the plugin forum.

Frequently Asked Questions

Please see the frequently asked questions on the GitHub project wiki. Don't see an answer to your question? Please search the support forum to see if someone has asked your question. Otherwise, please open a new support topic.

Changelog

For the plugin’s changelog, please see the Releases page on GitHub.

You can’t perform that action at this time.