Skip to content

Commit

Permalink
0.1.8 ready to deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
up209d committed Jun 4, 2019
1 parent ccd3128 commit 57fe7ac
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@ Extension can be found here:

https://chrome.google.com/webstore/detail/save-all-resources/abpdnfjocnmdomablahdcfnoggeeiedb?hl=en-US

- 0.1.6: Convert all asyn getContent to sync getContent before filtering and downloading
- 0.1.8: fixed zip file uncompressing with missing path issue in Window

- 0.1.7: fixed Url to Path converting bug

- 0.1.6: Convert all async getContent to sync getContent before filtering and downloading

- 0.1.5:
+ Add Resource Collector for XHRs in case XHR getContent doesn't work later on - [@ccinelli](https://github.com/ccinelli)
Expand Down
2 changes: 1 addition & 1 deletion unpacked/content.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ <h1>Resources Saver
<p id="status"></p>
<p id="open-folder"></p>
<div id="debug"></div>
<div id="version">Version 0.1.6</div>
<div id="version">Version 0.1.8</div>
</div>
<script src="beautify/beautify.js"></script>
<script src="beautify/beautify-css.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion unpacked/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Save All Resources",
"version": "0.1.6",
"version": "0.1.8",
"description": "UP - Save all resources files with retaining folder structure.",
"icons": {
"128": "icon.gif"
Expand Down
2 changes: 1 addition & 1 deletion unpacked/popup.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ <h2 class="heading">Instruction</h2>
</ul>
<div>
<a class="sub-title" href="https://github.com/up209d" target="_blank">
Version: 0.1.6 by U.P
Version: 0.1.8 by U.P
</a>
</div>
</div>
Expand Down

0 comments on commit 57fe7ac

Please sign in to comment.