Skip to content

Commit c8212b8

Browse files
committed
Mark version 3.24
1 parent e204732 commit c8212b8

File tree

6 files changed

+12
-4
lines changed

6 files changed

+12
-4
lines changed

AUTHORS

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ Ansel Santosa
3939
Anthony Grimes
4040
Anton Kovalyov
4141
areos
42+
as3boyan
4243
AtomicPages LLC
4344
Atul Bhouraskar
4445
Aurelian Oancea
@@ -87,6 +88,7 @@ dignifiedquire
8788
domagoj412
8889
Dominator008
8990
Domizio Demichelis
91+
Doug Wikle
9092
Drew Bratcher
9193
Drew Hintz
9294
Drew Khoury
@@ -115,6 +117,7 @@ Gabriel Horner
115117
Gabriel Nahmias
116118
galambalazs
117119
Gautam Mehta
120+
Gergely Hegykozi
118121
Glenn Jorde
119122
Glenn Ruehle
120123
Golevka
@@ -123,6 +126,7 @@ Grant Skinner
123126
greengiant
124127
Guillaume Massé
125128
Guillaume Massé
129+
Gustavo Rodrigues
126130
Hans Engel
127131
Hardest
128132
Hasan Karahan
@@ -255,6 +259,7 @@ Nikolay Kostov
255259
nlwillia
256260
pablo
257261
Page
262+
paris
258263
Patil Arpith
259264
Patrick Strawderman
260265
Paul Garvin
@@ -267,6 +272,7 @@ peterkroon
267272
Peter Kroon
268273
prasanthj
269274
Prasanth J
275+
Radek Piórkowski
270276
Rahul
271277
Randy Edmunds
272278
Rasmus Erik Voel Jensen
@@ -320,6 +326,7 @@ Triangle717
320326
twifkak
321327
Vestimir Markov
322328
vf
329+
Vincent Woo
323330
Volker Mische
324331
wenli
325332
Wesley Wiser

doc/compress.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ <h2>Script compression helper</h2>
3333
<input type="hidden" id="download" name="download" value="codemirror-compressed.js"/>
3434
<p>Version: <select id="version" onchange="setVersion(this);" style="padding: 1px;">
3535
<option value="http://codemirror.net/">HEAD</option>
36+
<option value="http://marijnhaverbeke.nl/git/codemirror?a=blob_plain;hb=3.24.0;f=">3.24</option>
3637
<option value="http://marijnhaverbeke.nl/git/codemirror?a=blob_plain;hb=3.23.0;f=">3.23</option>
3738
<option value="http://marijnhaverbeke.nl/git/codemirror?a=blob_plain;hb=3.22.0;f=">3.22</option>
3839
<option value="http://marijnhaverbeke.nl/git/codemirror?a=blob_plain;hb=3.21.0;f=">3.21</option>

doc/manual.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
<section class=first id=overview>
6060
<h2 style="position: relative">
6161
User manual and reference guide
62-
<span style="color: #888; font-size: 1rem; position: absolute; right: 0; bottom: 0">version 3.23.1</span>
62+
<span style="color: #888; font-size: 1rem; position: absolute; right: 0; bottom: 0">version 3.24.0</span>
6363
</h2>
6464

6565
<p>CodeMirror is a code-editor component that can be embedded in

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ <h2>This is CodeMirror</h2>
8484
</script>
8585
<div style="position: relative; margin: 1em 0;">
8686
<a class="bigbutton left" href="http://codemirror.net/codemirror.zip">DOWNLOAD LATEST RELEASE</a>
87-
<div><strong>version 3.23</strong> (<a href="doc/releases.html">Release notes</a>)</div>
87+
<div><strong>version 3.24</strong> (<a href="doc/releases.html">Release notes</a>)</div>
8888
<div>or use the <a href="doc/compress.html">minification helper</a></div>
8989
<div style="position: absolute; top: 0; right: 0; text-align: right">
9090
<span class="bigbutton right" onclick="document.getElementById('paypal').submit();">DONATE WITH PAYPAL</span>

lib/codemirror.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6130,7 +6130,7 @@ window.CodeMirror = (function() {
61306130

61316131
// THE END
61326132

6133-
CodeMirror.version = "3.23.1";
6133+
CodeMirror.version = "3.24.0";
61346134

61356135
return CodeMirror;
61366136
})();

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codemirror",
3-
"version":"3.23.1",
3+
"version":"3.24.0",
44
"main": "lib/codemirror.js",
55
"description": "In-browser code editing made bearable",
66
"licenses": [{"type": "MIT",

0 commit comments

Comments
 (0)