_whatsnew.html 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <!--
  3. * FCKeditor - The text editor for Internet - http://www.fckeditor.net
  4. * Copyright (C) 2003-2010 Frederico Caldeira Knabben
  5. *
  6. * == BEGIN LICENSE ==
  7. *
  8. * Licensed under the terms of any of the following licenses at your
  9. * choice:
  10. *
  11. * - GNU General Public License Version 2 or later (the "GPL")
  12. * http://www.gnu.org/licenses/gpl.html
  13. *
  14. * - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
  15. * http://www.gnu.org/licenses/lgpl.html
  16. *
  17. * - Mozilla Public License Version 1.1 or later (the "MPL")
  18. * http://www.mozilla.org/MPL/MPL-1.1.html
  19. *
  20. * == END LICENSE ==
  21. -->
  22. <html xmlns="http://www.w3.org/1999/xhtml">
  23. <head>
  24. <title>FCKeditor ChangeLog - What's New?</title>
  25. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  26. <style type="text/css">
  27. body { font-family: arial, verdana, sans-serif }
  28. p { margin-left: 20px }
  29. h1 { border-bottom: solid 1px gray; padding-bottom: 20px }
  30. </style>
  31. </head>
  32. <body>
  33. <h1>
  34. FCKeditor ChangeLog - What's New?</h1>
  35. <h3>
  36. Version 2.6.6</h3>
  37. <p>
  38. New Features and Improvements:</p>
  39. <ul>
  40. <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/5104">#5104</a>] Fixed
  41. compatibility with Gecko browsers released in 2010 in the ColdFusion server side integration files.</li>
  42. <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/4765">#4765</a>] Fixed
  43. a potential function name clash in the built-in file browser with future versions of ColdFusion.</li>
  44. </ul>
  45. <p>
  46. Fixed Bugs:</p>
  47. <ul>
  48. <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/4642">#4642</a>] Avoided infinite
  49. loop in IE with invalid HTML.</li>
  50. <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/4487">#4487</a>] The editor was not loading properly in Safari 3.</li>
  51. <li>Language file updates for the following languages:
  52. <ul>
  53. <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/4465">#4465</a>] Czech </li>
  54. <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/4759">#4759</a>] Swedish </li>
  55. <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2939">#2939</a>] Finnish </li>
  56. </ul>
  57. </li>
  58. </ul>
  59. <p>
  60. <a href="_whatsnew_history.html">See previous versions history</a></p>
  61. </body>
  62. </html>