Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
3.10 / 2017-05-16
==================
* Update maxVersions of applications in install.rdf (#238)
* Only use comma separator for extension list in text fields (#230)
* Mark extension as multi-process compatible (#228)
* Update ja and ja-JP-mac translation (#233)

3.9 / 2016-10-12
==================
* Add Japanese (ja) locale (#226)
Expand Down
10 changes: 5 additions & 5 deletions extension/install.rdf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<Description about="urn:mozilla:install-manifest">
<em:id>{8620c15f-30dc-4dba-a131-7c5d20cf4a29}</em:id>
<em:version>3.10pre</em:version>
<em:version>3.10</em:version>
<em:type>2</em:type>
<em:multiprocessCompatible>true</em:multiprocessCompatible>

Expand Down Expand Up @@ -56,7 +56,7 @@
<Description>
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
<em:minVersion>39.0</em:minVersion>
<em:maxVersion>52.0</em:maxVersion>
<em:maxVersion>56.0</em:maxVersion>
</Description>
</em:targetApplication>

Expand All @@ -65,7 +65,7 @@
<Description>
<em:id>{3550f703-e582-4d05-9a08-453d09bdfdc6}</em:id>
<em:minVersion>39.0</em:minVersion>
<em:maxVersion>52.0</em:maxVersion>
<em:maxVersion>56.0</em:maxVersion>
</Description>
</em:targetApplication>

Expand All @@ -74,7 +74,7 @@
<Description>
<em:id>{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}</em:id>
<em:minVersion>2.38</em:minVersion>
<em:maxVersion>2.49</em:maxVersion>
<em:maxVersion>2.53</em:maxVersion>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

</Description>
</em:targetApplication>

Expand All @@ -85,7 +85,7 @@
<Description>
<em:id>toolkit@mozilla.org</em:id>
<em:minVersion>39.0</em:minVersion>
<em:maxVersion>52.0</em:maxVersion>
<em:maxVersion>56.0</em:maxVersion>
</Description>
</em:targetApplication>

Expand Down