88
99 < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
1010
11- < title > Change Logs — CodeIgniter4 4.0.0-beta.3 documentation</ title >
11+ < title > Change Logs — CodeIgniter4 4.0.0-beta.4 documentation</ title >
1212
1313
1414
3434
3535
3636
37- < link rel ="top " title ="CodeIgniter4 4.0.0-beta.3 documentation " href ="../index.html "/>
37+ < link rel ="top " title ="CodeIgniter4 4.0.0-beta.4 documentation " href ="../index.html "/>
3838 < link rel ="next " title ="Version 4.0-dev " href ="next.html "/>
3939 < link rel ="prev " title ="The MIT License (MIT) " href ="../license.html "/>
4040
130130< ul class ="current ">
131131< li class ="toctree-l1 "> < a class ="reference internal " href ="../license.html "> The MIT License (MIT)</ a > </ li >
132132< li class ="toctree-l1 current "> < a class ="current reference internal " href ="# "> Change Logs</ a > < ul >
133+ < li class ="toctree-l2 "> < a class ="reference internal " href ="#version-4-0-0-beta-4 "> Version 4.0.0-beta.4</ a > </ li >
133134< li class ="toctree-l2 "> < a class ="reference internal " href ="#version-4-0-0-beta-3 "> Version 4.0.0-beta.3</ a > </ li >
134135< li class ="toctree-l2 "> < a class ="reference internal " href ="#version-4-0-0-beta-2 "> Version 4.0.0-beta.2</ a > </ li >
135136< li class ="toctree-l2 "> < a class ="reference internal " href ="#version-4-0-0-beta-1 "> Version 4.0.0-beta.1</ a > </ li >
211212
212213 < div class ="section " id ="change-logs ">
213214< h1 > Change Logs< a class ="headerlink " href ="#change-logs " title ="Permalink to this headline "> ¶</ a > </ h1 >
215+ < div class ="section " id ="version-4-0-0-beta-4 ">
216+ < h2 > Version 4.0.0-beta.4< a class ="headerlink " href ="#version-4-0-0-beta-4 " title ="Permalink to this headline "> ¶</ a > </ h2 >
217+ < p > Release Date: July 25, 2019</ p >
218+ < p > < a class ="reference internal " href ="next.html "> < span class ="doc "> See all the changes.</ span > </ a > </ p >
219+ </ div >
214220< div class ="section " id ="version-4-0-0-beta-3 ">
215221< h2 > Version 4.0.0-beta.3< a class ="headerlink " href ="#version-4-0-0-beta-3 " title ="Permalink to this headline "> ¶</ a > </ h2 >
216222< p > Release Date: May 06, 2019</ p >
217- < p > < strong > Next release of CodeIgniter4</ strong > </ p >
218- < p > < a class ="reference internal " href ="next.html "> < span class ="doc "> See all the changes.</ span > </ a > </ p >
223+ < p > Highlights:</ p >
224+ < ul class ="simple ">
225+ < li > Fixed a number of model, database, validation & debug toolbar issues</ li >
226+ < li > Type hinting added throughout & typos corrected (see API docs)</ li >
227+ </ ul >
228+ < p > New messages:</ p >
229+ < ul class ="simple ">
230+ < li > Database.FieldNotExists</ li >
231+ < li > Validation.equals, not_equals</ li >
232+ </ ul >
233+ < p > App changes:</ p >
234+ < ul class ="simple ">
235+ < li > Removed $salt config item in app/Config/App</ li >
236+ < li > Enabled migrations by default in app/Config/Migrations</ li >
237+ < li > Simplified public/.htaccess</ li >
238+ </ ul >
239+ < p > < a class ="reference internal " href ="v4.0.0-beta.3.html "> < span class ="doc "> See all the changes.</ span > </ a > </ p >
219240</ div >
220241< div class ="section " id ="version-4-0-0-beta-2 ">
221242< h2 > Version 4.0.0-beta.2< a class ="headerlink " href ="#version-4-0-0-beta-2 " title ="Permalink to this headline "> ¶</ a > </ h2 >
@@ -387,7 +408,7 @@ <h2>Version 4.0.0-alpha.1<a class="headerlink" href="#version-4-0-0-alpha-1" tit
387408 < div role ="contentinfo ">
388409 < p >
389410 © Copyright 2014-2019 British Columbia Institute of Technology.
390- Last updated on May 06 , 2019.
411+ Last updated on Jul 25 , 2019.
391412
392413 </ p >
393414 </ div >
@@ -409,7 +430,7 @@ <h2>Version 4.0.0-alpha.1<a class="headerlink" href="#version-4-0-0-alpha-1" tit
409430 < script type ="text/javascript ">
410431 var DOCUMENTATION_OPTIONS = {
411432 URL_ROOT :'../' ,
412- VERSION :'4.0.0-beta.3 ' ,
433+ VERSION :'4.0.0-beta.4 ' ,
413434 COLLAPSE_INDEX :false ,
414435 FILE_SUFFIX :'.html' ,
415436 HAS_SOURCE : false ,
0 commit comments