Plugin Directory

Changeset 1368474


Ignore:
Timestamp:
03/10/2016 05:10:43 PM (10 years ago)
Author:
mozillawebapps
Message:

Updating to 0.2.3

Location:
offline-shell/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • offline-shell/trunk/lib/service-worker.js

    r1367822 r1368474  
    9696    onInstall: function(event) {
    9797      this.log('[install] Event triggered');
    98       this.log('[install] Initial cache list is: ', this.urls.keys());
     98      this.log('[install] Initial cache list is: ', Object.keys(this.urls));
    9999
    100100      event.waitUntil(Promise.all([self.skipWaiting(), this.update()]));
  • offline-shell/trunk/wp-offline-shell-db.php

    r1367822 r1368474  
    1010    'offline_shell_files' => array('styles.css'),
    1111    // Create an initial SW version
    12     'offline_shell_version' => '0.2.2',
     12    'offline_shell_version' => '0.2.3',
    1313    // Setting debug initially will help the user understand what the SW is doing via the console
    1414    'offline_shell_debug' => 0
  • offline-shell/trunk/wp-offline-shell.php

    r1367822 r1368474  
    44Plugin URI: https://github.com/mozilla/offline-shell
    55Description: This WordPress plugin provides a method for caching theme assets via a service worker.
    6 Version: 0.2.2
     6Version: 0.2.3
    77Text Domain: offline-shell
    88Author: David Walsh
Note: See TracChangeset for help on using the changeset viewer.