witten
/
luminotes
Archived
1
0
Fork 0

Bumping version and re-adding support for IE 8.

This commit is contained in:
Dan Helfman 2009-07-14 20:44:29 -07:00
parent 2a8405e2ad
commit a3922fb317
4 changed files with 7 additions and 3 deletions

4
NEWS
View File

@ -1,3 +1,7 @@
1.6.16: July 14, 2009
* Fixed a bug that prevented the new note button from working in Internet
Explorer.
1.6.15: July 12, 2009
* No longer charging for Luminotes Desktop or offering subscription signups.
* Fixed a Firefox 3.5 bug in which after ending a link ctrl-L, typed text

View File

@ -1,2 +1,2 @@
VERSION = u"1.6.15"
VERSION = u"1.6.16"
TRIAL = False

View File

@ -6,7 +6,7 @@ so not all browsers will work for editing your wiki. Supported browsers include:
</p>
<ul>
<li>Internet Explorer 7</li>
<li>Internet Explorer 7+</li>
<li>Firefox 2+</li>
<li>Chrome 1+</li>
<li>Safari 3+</li>

View File

@ -110,7 +110,7 @@ class Download_page( Product_page ):
),
Tr(
Td(
u"Firefox 2+, Internet Explorer 7, Chrome 1+, Safari 3+",
u"Firefox 2+, Internet Explorer 7+, Chrome 1+, Safari 3+",
class_ = u"small_text",
colspan = "2",
),