Skip to content

Commit 82d6ab7

Browse files
committed
Version 0.4.6
1 parent 8698879 commit 82d6ab7

File tree

4 files changed

+30
-7
lines changed

4 files changed

+30
-7
lines changed

ReleaseNotes_cn.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
Fire-IE 0.4.6 @ 2016-01-29
2+
功能改进:
3+
* 支持 SeaMonkey。
4+
5+
Bug修复:
6+
* 兼容 Firefox 44。
7+
* 修复 Firefox 43+ 版本的 https 安全锁图标。
8+
19
Fire-IE 0.4.5.3 @ 2015-10-25
210
添加法语翻译。感谢 bb84000!
311

ReleaseNotes_en.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
Fire-IE 0.4.6 @ January 29th, 2016
2+
Enhancements:
3+
* Added SeaMonkey support.
4+
5+
Bug fixes:
6+
* Compatibility with Firefox 44.
7+
* Fix the https secure lock icon in Firefox 43+.
8+
19
Fire-IE 0.4.5.3 @ October 25, 2015
210
Add French locale by bb84000.
311

extension/install.rdf

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,12 @@
55

66
<em:id>fireie@fireie.org</em:id>
77
<em:name>Fire IE</em:name>
8-
<em:version>0.4.5.3</em:version>
8+
<em:version>0.4.6</em:version>
99
<em:description>Switch to IE engine in one click and give up your Internet Explorer.</em:description>
1010
<em:creator>Yuan Xulei</em:creator>
1111
<em:contributor>Wei Deng</em:contributor>
1212
<em:contributor>Yifan Wu</em:contributor>
13+
<em:contributor>IsaacSchemm</em:contributor>
1314
<em:homepageURL>http://fireie.org/</em:homepageURL>
1415
<em:optionsURL>chrome://fireie/content/options2.xul</em:optionsURL>
1516
<em:aboutURL>chrome://fireie/content/about.xul</em:aboutURL>
@@ -24,7 +25,7 @@
2425
<Description>
2526
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
2627
<em:minVersion>14.0</em:minVersion>
27-
<em:maxVersion>44.0a1</em:maxVersion>
28+
<em:maxVersion>47.0a1</em:maxVersion>
2829
</Description>
2930
</em:targetApplication>
3031

@@ -44,6 +45,7 @@
4445
<em:creator>Yuan Xulei</em:creator>
4546
<em:contributor>Wei Deng</em:contributor>
4647
<em:contributor>Yifan Wu</em:contributor>
48+
<em:contributor>IsaacSchemm</em:contributor>
4749
<em:translator>cck168, Merci chao (zh-TW)</em:translator>
4850
<em:translator>Alexander Gvaramiya (ru-RU)</em:translator>
4951
<em:translator>github.com/piotrex (pl)</em:translator>
@@ -61,6 +63,7 @@
6163
<em:creator>袁徐磊</em:creator>
6264
<em:contributor>邓威</em:contributor>
6365
<em:contributor>吴一帆</em:contributor>
66+
<em:contributor>IsaacSchemm</em:contributor>
6467
<em:translator>cck168, Merci chao (zh-TW)</em:translator>
6568
<em:translator>Alexander Gvaramiya (ru-RU)</em:translator>
6669
<em:translator>github.com/piotrex (pl)</em:translator>
@@ -78,6 +81,7 @@
7881
<em:creator>袁徐磊</em:creator>
7982
<em:contributor>邓威</em:contributor>
8083
<em:contributor>吴一帆</em:contributor>
84+
<em:contributor>IsaacSchemm</em:contributor>
8185
<em:translator>cck168, Merci chao (zh-TW)</em:translator>
8286
<em:translator>Alexander Gvaramiya (ru-RU)</em:translator>
8387
<em:translator>github.com/piotrex (pl)</em:translator>
@@ -95,6 +99,7 @@
9599
<em:creator>Yuan Xulei</em:creator>
96100
<em:contributor>Wei Deng</em:contributor>
97101
<em:contributor>Yifan Wu</em:contributor>
102+
<em:contributor>IsaacSchemm</em:contributor>
98103
<em:translator>cck168, Merci chao (zh-TW)</em:translator>
99104
<em:translator>Alexander Gvaramiya (ru-RU)</em:translator>
100105
<em:translator>github.com/piotrex (pl)</em:translator>
@@ -112,6 +117,7 @@
112117
<em:creator>Yuan Xulei</em:creator>
113118
<em:contributor>Wei Deng</em:contributor>
114119
<em:contributor>Yifan Wu</em:contributor>
120+
<em:contributor>IsaacSchemm</em:contributor>
115121
<em:translator>cck168, Merci chao (zh-TW)</em:translator>
116122
<em:translator>Alexander Gvaramiya (ru-RU)</em:translator>
117123
<em:translator>github.com/piotrex (pl)</em:translator>
@@ -130,6 +136,7 @@
130136
<em:creator>Yuan Xulei</em:creator>
131137
<em:contributor>Wei Deng</em:contributor>
132138
<em:contributor>Yifan Wu</em:contributor>
139+
<em:contributor>IsaacSchemm</em:contributor>
133140
<em:translator>cck168, Merci chao (zh-TW)</em:translator>
134141
<em:translator>Alexander Gvaramiya (ru-RU)</em:translator>
135142
<em:translator>github.com/piotrex (pl)</em:translator>

plugin/plugin.rc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
131131
//
132132

133133
VS_VERSION_INFO VERSIONINFO
134-
FILEVERSION 1,4,5,6
135-
PRODUCTVERSION 1,4,5,6
134+
FILEVERSION 1,4,6,0
135+
PRODUCTVERSION 1,4,6,0
136136
FILEFLAGSMASK 0x3fL
137137
#ifdef _DEBUG
138138
FILEFLAGS 0x1L
@@ -150,13 +150,13 @@ BEGIN
150150
VALUE "CompanyName", "fireie@fireie.org"
151151
VALUE "FileDescription", "Fire IE DLL"
152152
VALUE "FileExtents", "*"
153-
VALUE "FileVersion", "1.4.5.6"
153+
VALUE "FileVersion", "1.4.6.0"
154154
VALUE "InternalName", "npfireie.dll"
155-
VALUE "LegalCopyright", "Copyright (C) 2012-2015 fireie.org"
155+
VALUE "LegalCopyright", "Copyright (C) 2012-2016 fireie.org"
156156
VALUE "MIMEType", "application/fireie"
157157
VALUE "OriginalFilename", "npfireie.dll"
158158
VALUE "ProductName", "Fire IE DLL"
159-
VALUE "ProductVersion", "1.4.5.6"
159+
VALUE "ProductVersion", "1.4.6.0"
160160
END
161161
END
162162
BLOCK "VarFileInfo"

0 commit comments

Comments
 (0)