This commit is contained in:
David Walsh 2016-03-08 20:58:01 -06:00
Родитель 1eb09c7e81
Коммит 32125dc3e7
5 изменённых файлов: 5 добавлений и 4 удалений

Просмотреть файл

@ -1,4 +1,5 @@
[![Build Status](https://travis-ci.org/mozilla/wp-offline-shell.svg?branch=master)](https://travis-ci.org/mozilla/wp-offline-shell)
[![WordPress plugin](https://img.shields.io/wordpress/plugin/v/offline-shell.svg)](https://wordpress.org/plugins/offline-shell/) [![WordPress](https://img.shields.io/wordpress/plugin/dt/offline-shell.svg)](https://wordpress.org/plugins/offline-shell/)
# Offline Shell
A WordPress plugin for caching theme assets via a service worker for the sake of performance and offline functionality.

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "wp-offline-shell",
"version": "0.2.0",
"version": "0.2.1",
"description": "A WordPress plugin for selecting theme assets to be cached by service workers",
"main": "index.js",
"directories": {

Просмотреть файл

@ -4,7 +4,7 @@ Donate link: https://davidwalsh.name
Tags: performance, cache, offline
Requires at least: 3.0.1
Tested up to: 4.4.2
Stable tag: 0.2
Stable tag: 0.2.1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Просмотреть файл

@ -9,7 +9,7 @@ class Offline_Shell_DB {
// The "style.css" file is a standard WordPress file, so we can safely assume this exists
'offline_shell_files' => array('styles.css'),
// Create an initial SW version
'offline_shell_version' => '0.2',
'offline_shell_version' => '0.2.1',
// Setting debug initially will help the user understand what the SW is doing via the console
'offline_shell_debug' => 0
);

Просмотреть файл

@ -3,7 +3,7 @@
Plugin Name: Offline Shell
Plugin URI: https://github.com/mozilla/offline-shell
Description: This WordPress plugin provides a method for caching theme assets via a service worker.
Version: 0.2
Version: 0.2.1
Text Domain: offline-shell
Author: David Walsh
Author URI: https://davidwalsh.name