Коммит
cd64bb061c
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "wp-offline-shell",
|
||||
"version": "0.3.0",
|
||||
"version": "0.4.0",
|
||||
"description": "A WordPress plugin for selecting theme assets to be cached by service workers",
|
||||
"main": "index.js",
|
||||
"directories": {
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
class Offline_Shell_DB {
|
||||
|
||||
private static $instance;
|
||||
const VERSION = '0.3.0';
|
||||
const VERSION = '0.4.0';
|
||||
public static $options = array(
|
||||
// For v1 we'll prompt the user enable the plugin manually upon activation
|
||||
'offline_shell_enabled' => 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.3.0
|
||||
Version: 0.4.0
|
||||
Text Domain: offline-shell
|
||||
Author: David Walsh
|
||||
Author URI: https://davidwalsh.name
|
||||
|
|
Загрузка…
Ссылка в новой задаче