Skip to content

Commit

Permalink
Mark release 2.18
Browse files Browse the repository at this point in the history
  • Loading branch information
marijnh committed Nov 21, 2011
1 parent 7ced0dd commit 36a1d6d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion compress.html
Expand Up @@ -27,7 +27,7 @@ <h1><span class="logo-braces">{ }</span> <a href="http://codemirror.net/">CodeMi
<input type="hidden" id="download" name="download" value="codemirror-compressed.js"/>
<p>Version: <select id="version" onchange="setVersion(this);" style="padding: 1px">
<option value="http://codemirror.net/">HEAD</option>
<option value="http://marijnhaverbeke.nl/git/codemirror2?a=blob_plain;hb=v2.17;f=">2.17</option>
<option value="http://marijnhaverbeke.nl/git/codemirror2?a=blob_plain;hb=v2.18;f=">2.18</option>
<option value="http://marijnhaverbeke.nl/git/codemirror2?a=blob_plain;hb=v2.16;f=">2.16</option>
<option value="http://marijnhaverbeke.nl/git/codemirror2?a=blob_plain;hb=v2.15;f=">2.15</option>
<option value="http://marijnhaverbeke.nl/git/codemirror2?a=blob_plain;hb=v2.13;f=">2.13</option>
Expand Down
3 changes: 3 additions & 0 deletions index.html
Expand Up @@ -174,6 +174,9 @@ <h2>Make a donation</h2>

<h2>Releases:</h2>

<p class="rel">21-11-2011: <a href="http://codemirror.net/codemirror-2.18.zip">Version 2.18</a>:</p>
<p class="rel-note">Fixes <code>TextMarker.clear</code>, which is broken in 2.17.</p>

<p class="rel">21-11-2011: <a href="http://codemirror.net/codemirror-2.17.zip">Version 2.17</a>:</p>
<ul class="rel-note">
<li>Add support for <a href="manual.html#option_lineWrapping">line
Expand Down
2 changes: 1 addition & 1 deletion lib/codemirror.js
@@ -1,4 +1,4 @@
// CodeMirror v2.17
// CodeMirror v2.18

// All functions that need access to the editor's state live inside
// the CodeMirror function. Below that, at the bottom of the file,
Expand Down

0 comments on commit 36a1d6d

Please sign in to comment.