8
8
9
9
< meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
10
10
11
- < title > Version 4.0-dev — CodeIgniter4 4.0.0-rc.4 documentation</ title >
11
+ < title > Version 4.0.0 — CodeIgniter4 4.0.0-rc.4 documentation</ title >
12
12
13
13
14
14
312
312
313
313
< li > < a href ="../index.html "> Docs</ a > »</ li >
314
314
315
- < li > Version 4.0-dev </ li >
315
+ < li > Version 4.0.0 </ li >
316
316
317
317
318
318
< li class ="wy-breadcrumbs-aside ">
329
329
< div role ="main " class ="document " itemscope ="itemscope " itemtype ="http://schema.org/Article ">
330
330
< div itemprop ="articleBody ">
331
331
332
- < div class ="section " id ="version-version ">
333
- < h1 > Version 4.0-dev< a class ="headerlink " href ="#version-version " title ="Permalink to this headline "> ¶</ a > </ h1 >
334
- < p > Release Date: Not released</ p >
335
- < p > < strong > Next alpha release of CodeIgniter4</ strong > </ p >
336
- < p > The list of changed files follows, with PR numbers shown.</ p >
337
- < div class ="section " id ="prs-merged ">
338
- < h2 > PRs merged:< a class ="headerlink " href ="#prs-merged " title ="Permalink to this headline "> ¶</ a > </ h2 >
339
- </ div >
332
+ < div class ="section " id ="version-4-0-0 ">
333
+ < h1 > Version 4.0.0< a class ="headerlink " href ="#version-4-0-0 " title ="Permalink to this headline "> ¶</ a > </ h1 >
334
+ < p > Release Date: February 24, 2020</ p >
335
+ < p > < strong > 4.0 release of CodeIgniter4</ strong > </ p >
336
+ < p > Enhancements:</ p >
337
+ < ul class ="simple ">
338
+ < li > Updated welcome view file</ li >
339
+ < li > Debug Toolbar now supports dark mode</ li >
340
+ < li > New alpha_numeric_punct validation rule</ li >
341
+ < li > Kint was updated from the 2.x branch to the latest 3.x branch, with new config file to specify options</ li >
342
+ < li > Additional docs for getting started</ li >
343
+ < li > CLI fixed to better handle complex arguments</ li >
344
+ < li > Improvements to File class</ li >
345
+ < li > New model() helper method for easy singleton Models.</ li >
346
+ < li > Tests completely reorganized to make app-level tests simpler out of the box.</ li >
347
+ </ ul >
348
+ < p > Repo changes:</ p >
349
+ < p > The devstarter repo has been deprecated.</ p >
350
+ < p > We now have an automated changelog generated in the CHANGELOG.md file in the main repo. See it for more details.</ p >
340
351
</ div >
341
352
342
353
@@ -352,7 +363,7 @@ <h2>PRs merged:<a class="headerlink" href="#prs-merged" title="Permalink to this
352
363
< p >
353
364
© Copyright 2019-2020 CodeIgniter Foundation
354
365
< span class ="lastupdated ">
355
- Last updated on Feb 23 , 2020.
366
+ Last updated on Feb 24 , 2020.
356
367
</ span >
357
368
358
369
</ p >
0 commit comments