Skip to content

Commit 15a9ec0

Browse files
committed
4.0.3 / chrome-2015.01.22: Update version numbers and Changelog.
1 parent 9996dcf commit 15a9ec0

4 files changed

Lines changed: 9 additions & 4 deletions

File tree

chromium/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@
3838
"<all_urls>"
3939
],
4040
"update_url": "https://www.eff.org/files/https-everywhere-chrome-updates.xml",
41-
"version": "2014.11.25"
41+
"version": "2015.01.22"
4242
}

src/Changelog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
Firefox 4.0.3 / Chrome-2015.01.22 (2015-01-22)
2+
* Ruleset updates.
3+
* Update SSL Observatory code to match Firefox API changes in hashing.
4+
* Bring code in line with guidelines for addons.mozilla.org.
5+
16
4.0.2 (2014-10-15)
27
* Disable SSL 3 to Prevent POODLE attack:
38
https://github.com/EFForg/https-everywhere/pull/674

src/chrome/content/about.xul

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
<groupbox>
2323
<caption label="&https-everywhere.about.version;" />
24-
<label>4.0.2</label>
24+
<label>4.0.3</label>
2525
</groupbox>
2626

2727
<groupbox>

src/install.rdf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<em:id>https-everywhere@eff.org</em:id>
1010
<em:type>2</em:type> <!-- type: Extension -->
1111
<em:description>Encrypt the Web! Automatically use HTTPS security on many sites.</em:description>
12-
<em:version>4.0.2</em:version>
12+
<em:version>4.0.3</em:version>
1313
<em:homepageURL>https://www.eff.org/https-everywhere</em:homepageURL>
1414
<em:optionsURL>chrome://https-everywhere/content/meta-preferences.xul</em:optionsURL>
1515
<em:iconURL>chrome://https-everywhere/skin/https-everywhere.png</em:iconURL>
@@ -22,7 +22,7 @@
2222
<Description>
2323
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
2424
<em:minVersion>20.0</em:minVersion>
25-
<em:maxVersion>37.0</em:maxVersion>
25+
<em:maxVersion>99.*</em:maxVersion>
2626
</Description>
2727
</em:targetApplication>
2828
<!-- Seamonkey -->

0 commit comments

Comments
 (0)