Skip to content
This repository has been archived by the owner on May 13, 2018. It is now read-only.

Commit

Permalink
Initial support for Mozilla's Add-on SDK 1.13b1
Browse files Browse the repository at this point in the history
  • Loading branch information
voxpelli committed Dec 29, 2012
1 parent ef724d3 commit 72e9c6f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -56,6 +56,10 @@ Follow the Add-on SDK's documentation for [third party packages](https://addons.

## Changelog

### 0.4.1

* Support for Mozilla's Add-on SDK version 1.13b1

### 0.4.0

* No longer handling the decision of whether a button should be shown or not. Moved the `onLocationChange` and `onPageShow` listeners, that were called when a new page was loaded, into a new module, [ShowForPage](https://github.com/voxpelli/moz-showforpage), and removed support for those listeners along with removing the callbacks that were used in them.
Expand Down
2 changes: 1 addition & 1 deletion lib/urlbarbutton.js
@@ -1,7 +1,7 @@
/*global require: false, exports: false */
/*jslint forin: true, indent: 2 */

var winUtils = require("window-utils"),
var winUtils = require("sdk/deprecated/window-utils"),
UrlbarButton;

UrlbarButton = function (options) {
Expand Down
5 changes: 2 additions & 3 deletions package.json
Expand Up @@ -3,7 +3,6 @@
"description": "URLBar Buttons for Jetpacks",
"keywords": ["urlbar", "urlbarbutton", "button", "ui"],
"author": "Pelle Wessman (http://kodfabrik.se/) <pelle@kodfabrik.se>",
"version": "0.4.0",
"license": "The MIT License (http://www.opensource.org/licenses/mit-license.php)",
"dependencies": ["api-utils"]
"version": "0.4.1",
"license": "The MIT License (http://www.opensource.org/licenses/mit-license.php)"
}

0 comments on commit 72e9c6f

Please sign in to comment.