Skip to content

Commit e762ce0

Browse files
committed
Update changelog and version number; slight search page text update
1 parent b5619a7 commit e762ce0

File tree

4 files changed

+27
-12
lines changed

4 files changed

+27
-12
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,20 @@ v0.9.17
2222
* 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.)
2323
* 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.
2424
* The AMO development environment (addons-dev.allizom.org) is now supported too.
25+
26+
v0.10
27+
-----
28+
29+
This version marks a change in how Firefox and Thunderbird add-ons are handled.
30+
31+
Instead of an install button, add-on details pages now have a button (or link)
32+
that reads "View Version History." This link takes you to a new page, which
33+
lists the most recent versions of an add-on, and offers install, convert,
34+
and/or download buttons when appropriate. For example, for a Firefox
35+
extension, you can use this page to check whether older, non-WebExtensions
36+
versions exist, and try to install them.
37+
38+
The extension also includes its own alternate search page; click the link
39+
labeled "use the AMO Browsing extension to search" under AMO's search box.
40+
This type of search includes Firefox, Thunderbird, and SeaMonkey extensions.
41+
(You can also keep using the search page on AMO if you prefer.)

README.md

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,14 @@
11
AMO Browsing for SeaMonkey
22
==========================
33

4-
When this add-on has been installed it will add some SeaMonkey
5-
specific information to the AMO (addons.mozilla.org) download page of Firefox or
6-
Thunderbird add-ons. After a single click to check whether a SeaMonkey
7-
specific add-on exists, it will show a hyperlink leading to the SeaMonkey
8-
[Add-On Converter](http://forums.mozillazine.org/viewtopic.php?f=40&t=2834855),
9-
which will do some modifications with the
10-
selected add-on so that it should run with SeaMonkey.
11-
Please be aware that not all add-ons will work
12-
with SeaMonkey after the conversion; you will find a
13-
link to a compatibility list on the converter page.
4+
When this add-on has been installed it will add a "View Version History" link
5+
to the download page of Firefox or Thunderbird add-ons. This link takes you to
6+
a new page, which lists the most recent versions of an add-on, and offers install,
7+
convert, and/or download buttons when appropriate.
8+
9+
Usually, you will want to use the most recent version of an extension that has
10+
SeaMonkey support, or (if there is none) the most recent version that does not
11+
require WebExtensions.
1412

1513
Add-ons that use WebExtensions are not compatible with SeaMonkey, but you
1614
might be able to find older, non-WebExtensions versions that will work.

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.10.0a3</em:version>
6+
<em:version>0.10.0</em:version>
77
<em:type>2</em:type>
88
<em:bootstrap>true</em:bootstrap>
99

source/locale/en-GB/global.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ convertAddon=%SConvert this add-on here%S &ndash; use only if no SeaMonkey versi
1616

1717
visitAddOn=Visit add-on page for SeaMonkey compatibility information.
1818

19-
notCompatible=This add-on is not compatible with SeaMonkey.
19+
notCompatible=The current version of this add-on is not compatible with SeaMonkey.
2020

2121
download=Download
2222

0 commit comments

Comments
 (0)