Skip to content

Commit

Permalink
Updated Firefox version limit to 20
Browse files Browse the repository at this point in the history
  • Loading branch information
rogerjohansson committed Oct 3, 2011
1 parent 41e5357 commit 640c27d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG
Expand Up @@ -14,4 +14,5 @@ CHANGELOG
* 1.5.4 - 2011-02-25 - NEW: Allow wildcards in domain whitelist * 1.5.4 - 2011-02-25 - NEW: Allow wildcards in domain whitelist
* 1.5.5 - 2011-02-25 - FIX: Improved status info, issue #3 * 1.5.5 - 2011-02-25 - FIX: Improved status info, issue #3
* 1.5.6 - 2011-04-24 - FIX: Changed from evil eval to JSON.parse for parsing of validator response * 1.5.6 - 2011-04-24 - FIX: Changed from evil eval to JSON.parse for parsing of validator response
* 1.5.8 - 2011-04-24 - FIX: Updated Firefox version limit to 7 * 1.5.8 - 2011-04-24 - FIX: Updated Firefox version limit to 7
* 1.5.9 - 2011-10-03 - FIX: Updated Firefox version limit to 20
4 changes: 2 additions & 2 deletions install.rdf
Expand Up @@ -4,7 +4,7 @@
<Description about="urn:mozilla:install-manifest"> <Description about="urn:mozilla:install-manifest">
<em:id>html5validator@456bereastreet.com</em:id> <em:id>html5validator@456bereastreet.com</em:id>
<em:name>HTML5 Validator</em:name> <em:name>HTML5 Validator</em:name>
<em:version>1.5.8</em:version> <em:version>1.5.9</em:version>
<em:type>2</em:type> <em:type>2</em:type>
<em:creator>Roger Johansson</em:creator> <em:creator>Roger Johansson</em:creator>
<em:contributor>Valentin Agachi</em:contributor> <em:contributor>Valentin Agachi</em:contributor>
Expand All @@ -17,7 +17,7 @@
<Description> <Description>
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id> <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
<em:minVersion>3.5</em:minVersion> <em:minVersion>3.5</em:minVersion>
<em:maxVersion>7</em:maxVersion> <em:maxVersion>20</em:maxVersion>
</Description> </Description>
</em:targetApplication> </em:targetApplication>
</Description> </Description>
Expand Down

0 comments on commit 640c27d

Please sign in to comment.