Skip to content

Commit

Permalink
Update version number to 0.9.17rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaacSchemm committed Nov 1, 2017
1 parent e18b019 commit a5dbbf7
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions CHANGELOG.md
@@ -0,0 +1,24 @@
v0.9.16
-------

Fixes to get it working again with AMO:

* Changes to the page are delayed further, until the other scripts on the page have run.
* Fixed the selector for the "get Firefox now" button on the search results and listing pages.
* If an add-on is WebExtensions:
* On the search/listing page, the button is replaced with a message.
* On the add-on details page, a message is added and the user is given a link to the version history page.
* Converter links are now present on the versions page, if the version is not WebExtensions.
* On the new AMO site, a message is added to the details page with some relevant links.

v0.9.17
-------

* Improved support for the new/mobile AMO. This add-on now uses the AMO API to get information about past versions of an add-on and adds a relevant message to the details page.
* A link will be added to download the most recent SeaMonkey version, if there is any.
* Otherwise, the most recent version will be shown.
* If it's a legacy extension, a link to the converter will be added.
* If it uses WebExtensions, but an older legacy version is available, a link to the version history page will be added.
* Otherwise, AMO's API will be used to offer possible replacements. (This API is designed to offer WebExtensions replacements for legacy extensions; here we're using it in reverse.)
* On the old Firefox Add-ons site, the add-on details page will now show the same message that is shown on the new site. Users no longer have to click the button to check whether a SeaMonkey version is available.
* The AMO development environment (addons-dev.allizom.org) is now supported too.
2 changes: 1 addition & 1 deletion source/install.rdf
Expand Up @@ -3,7 +3,7 @@
xmlns:em="http://www.mozilla.org/2004/em-rdf#">
<rdf:Description rdf:about="urn:mozilla:install-manifest">
<em:id>amobrowsing@seamonkey.mozilla.org</em:id>
<em:version>0.9.17b2</em:version>
<em:version>0.9.17rc1</em:version>
<em:type>2</em:type>
<em:bootstrap>true</em:bootstrap>

Expand Down

0 comments on commit a5dbbf7

Please sign in to comment.