Skip to content

Commit

Permalink
Updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
WesleyBranton committed Jun 15, 2020
1 parent f0ca24d commit d587e94
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,12 @@ To develop and test the extension, you need to open the "about:debugging" page i

Further documentation about developing Firefox extensions can be found [here](https://developer.mozilla.org/docs/Mozilla/Add-ons/WebExtensions/Your_first_WebExtension).

## Release Notes
## Release Notes
### Version 1.1
* **[NEW]** Add-on now works on Firefox for Android
* **[NEW]** Import/Export settings works with files instead of text
* **[NEW]** Support wiki completed
* **[NEW]** Toolbar button added by default
* **[NEW]** Users are now warned if pages are not blocked in Private Browsing mode
* **[NEW]** Options page opens on install
* **[NEW]** Link to the support wiki now added to options page
2 changes: 1 addition & 1 deletion firefox/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "Website Blocker",
"version": "1.0",
"version": "1.1",
"description": "Block websites with ease!",
"author": "Wesley Branton",

Expand Down

0 comments on commit d587e94

Please sign in to comment.