88
99 < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
1010
11- < title > Change Logs — CodeIgniter4 4.0.0-beta.4 documentation</ title >
11+ < title > Change Logs — CodeIgniter4 4.0.0-rc.1 documentation</ title >
1212
1313
1414
3434
3535
3636
37- < link rel ="top " title ="CodeIgniter4 4.0.0-beta.4 documentation " href ="../index.html "/>
37+ < link rel ="top " title ="CodeIgniter4 4.0.0-rc.1 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-rc-1 "> Version 4.0.0-rc.1</ a > </ li >
133134< li class ="toctree-l2 "> < a class ="reference internal " href ="#version-4-0-0-beta-4 "> Version 4.0.0-beta.4</ a > </ li >
134135< li class ="toctree-l2 "> < a class ="reference internal " href ="#version-4-0-0-beta-3 "> Version 4.0.0-beta.3</ a > </ li >
135136< li class ="toctree-l2 "> < a class ="reference internal " href ="#version-4-0-0-beta-2 "> Version 4.0.0-beta.2</ a > </ li >
212213
213214 < div class ="section " id ="change-logs ">
214215< h1 > Change Logs< a class ="headerlink " href ="#change-logs " title ="Permalink to this headline "> ¶</ a > </ h1 >
216+ < div class ="section " id ="version-4-0-0-rc-1 ">
217+ < h2 > Version 4.0.0-rc.1< a class ="headerlink " href ="#version-4-0-0-rc-1 " title ="Permalink to this headline "> ¶</ a > </ h2 >
218+ < p > Release Date: September 02, 2019</ p >
219+ < p > < strong > Next release of CodeIgniter4</ strong > </ p >
220+ < p > < a class ="reference internal " href ="next.html "> < span class ="doc "> See all the changes.</ span > </ a > </ p >
221+ </ div >
215222< div class ="section " id ="version-4-0-0-beta-4 ">
216223< h2 > Version 4.0.0-beta.4< a class ="headerlink " href ="#version-4-0-0-beta-4 " title ="Permalink to this headline "> ¶</ a > </ h2 >
217224< 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 >
225+ < p > Highlights:</ p >
226+ < p > There are some breaking changes...</ p >
227+ < ul class ="simple ">
228+ < li > The Entity class has been refactored;</ li >
229+ < li > The Model class changing has been updated to better handle soft deletes</ li >
230+ < li > The routing has been beefed up</ li >
231+ </ ul >
232+ < p > New messages:</ p >
233+ < ul class ="simple ">
234+ < li > new translation key: Database/noDateFormat</ li >
235+ </ ul >
236+ < p > Testing changes:</ p >
237+ < ul class ="simple ">
238+ < li > enhanced database & migration testing in tests/_support</ li >
239+ </ ul >
240+ < p > < a class ="reference internal " href ="v4.0.0-beta.4.html "> < span class ="doc "> See all the changes.</ span > </ a > </ p >
219241</ div >
220242< div class ="section " id ="version-4-0-0-beta-3 ">
221243< h2 > Version 4.0.0-beta.3< a class ="headerlink " href ="#version-4-0-0-beta-3 " title ="Permalink to this headline "> ¶</ a > </ h2 >
@@ -408,7 +430,7 @@ <h2>Version 4.0.0-alpha.1<a class="headerlink" href="#version-4-0-0-alpha-1" tit
408430 < div role ="contentinfo ">
409431 < p >
410432 © Copyright 2014-2019 British Columbia Institute of Technology.
411- Last updated on Jul 25 , 2019.
433+ Last updated on Sep 02 , 2019.
412434
413435 </ p >
414436 </ div >
@@ -430,7 +452,7 @@ <h2>Version 4.0.0-alpha.1<a class="headerlink" href="#version-4-0-0-alpha-1" tit
430452 < script type ="text/javascript ">
431453 var DOCUMENTATION_OPTIONS = {
432454 URL_ROOT :'../' ,
433- VERSION :'4.0.0-beta.4 ' ,
455+ VERSION :'4.0.0-rc.1 ' ,
434456 COLLAPSE_INDEX :false ,
435457 FILE_SUFFIX :'.html' ,
436458 HAS_SOURCE : false ,
0 commit comments