Skip to content

Commit a5dbbf7

Browse files
committed
Update version number to 0.9.17rc1
1 parent e18b019 commit a5dbbf7

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
v0.9.16
2+
-------
3+
4+
Fixes to get it working again with AMO:
5+
6+
* Changes to the page are delayed further, until the other scripts on the page have run.
7+
* Fixed the selector for the "get Firefox now" button on the search results and listing pages.
8+
* If an add-on is WebExtensions:
9+
* On the search/listing page, the button is replaced with a message.
10+
* On the add-on details page, a message is added and the user is given a link to the version history page.
11+
* Converter links are now present on the versions page, if the version is not WebExtensions.
12+
* On the new AMO site, a message is added to the details page with some relevant links.
13+
14+
v0.9.17
15+
-------
16+
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.
18+
* A link will be added to download the most recent SeaMonkey version, if there is any.
19+
* Otherwise, the most recent version will be shown.
20+
* If it's a legacy extension, a link to the converter will be added.
21+
* If it uses WebExtensions, but an older legacy version is available, a link to the version history page will be added.
22+
* 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.)
23+
* 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.
24+
* The AMO development environment (addons-dev.allizom.org) is now supported too.

source/install.rdf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
xmlns:em="http://www.mozilla.org/2004/em-rdf#">
44
<rdf:Description rdf:about="urn:mozilla:install-manifest">
55
<em:id>[email protected]</em:id>
6-
<em:version>0.9.17b2</em:version>
6+
<em:version>0.9.17rc1</em:version>
77
<em:type>2</em:type>
88
<em:bootstrap>true</em:bootstrap>
99

0 commit comments

Comments
 (0)