Changeset 1367203
- Timestamp:
- 03/09/2016 03:05:15 AM (10 years ago)
- Location:
- offline-shell
- Files:
-
- 1 added
- 1 deleted
- 2 edited
- 11 copied
-
tags/0.2.0 (copied) (copied from offline-shell/trunk)
-
tags/0.2.0/composer.json (copied) (copied from offline-shell/trunk/composer.json)
-
tags/0.2.0/composer.lock (copied) (copied from offline-shell/trunk/composer.lock)
-
tags/0.2.0/lang (copied) (copied from offline-shell/trunk/lang)
-
tags/0.2.0/lib (copied) (copied from offline-shell/trunk/lib)
-
tags/0.2.0/vendor (copied) (copied from offline-shell/trunk/vendor)
-
tags/0.2.0/vendor/mozilla/wp-sw-manager/.git (deleted)
-
tags/0.2.0/wp-offline-shell-admin.php (copied) (copied from offline-shell/trunk/wp-offline-shell-admin.php)
-
tags/0.2.0/wp-offline-shell-db.php (copied) (copied from offline-shell/trunk/wp-offline-shell-db.php)
-
tags/0.2.0/wp-offline-shell-main.php (copied) (copied from offline-shell/trunk/wp-offline-shell-main.php)
-
tags/0.2.0/wp-offline-shell-recommender.php (copied) (copied from offline-shell/trunk/wp-offline-shell-recommender.php)
-
tags/0.2.0/wp-offline-shell.php (copied) (copied from offline-shell/trunk/wp-offline-shell.php)
-
trunk/readme.txt (added)
-
trunk/wp-offline-shell-db.php (modified) (1 diff)
-
trunk/wp-offline-shell.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
offline-shell/trunk/wp-offline-shell-db.php
r1367193 r1367203 10 10 'offline_shell_files' => array('styles.css'), 11 11 // Create an initial SW version 12 'offline_shell_version' => '0.2 ',12 'offline_shell_version' => '0.2.1', 13 13 // Setting debug initially will help the user understand what the SW is doing via the console 14 14 'offline_shell_debug' => 0 -
offline-shell/trunk/wp-offline-shell.php
r1367193 r1367203 4 4 Plugin URI: https://github.com/mozilla/offline-shell 5 5 Description: This WordPress plugin provides a method for caching theme assets via a service worker. 6 Version: 0.2 6 Version: 0.2.1 7 7 Text Domain: offline-shell 8 8 Author: David Walsh
Note: See TracChangeset
for help on using the changeset viewer.