88
99 < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
1010
11- < title > Change Logs — CodeIgniter4 4.0.0-alpha.4 documentation</ title >
11+ < title > Change Logs — CodeIgniter4 4.0.0-alpha.5 documentation</ title >
1212
1313
1414
3434
3535
3636
37- < link rel ="top " title ="CodeIgniter4 4.0.0-alpha.4 documentation " href ="../index.html "/>
37+ < link rel ="top " title ="CodeIgniter4 4.0.0-alpha.5 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-version "> Version 4.0-dev </ a > </ li >
133+ < li class ="toctree-l2 "> < a class ="reference internal " href ="#version-4-0-0-alpha-5 "> Version 4.0.0-alpha.5 </ a > </ li >
134134< li class ="toctree-l2 "> < a class ="reference internal " href ="#version-4-0-0-alpha-4 "> Version 4.0.0-alpha.4</ a > </ li >
135135< li class ="toctree-l2 "> < a class ="reference internal " href ="#version-4-0-0-alpha-3 "> Version 4.0.0-alpha.3</ a > </ li >
136136< li class ="toctree-l2 "> < a class ="reference internal " href ="#version-4-0-0-alpha-2 "> Version 4.0.0-alpha.2</ a > </ li >
206206
207207 < div class ="section " id ="change-logs ">
208208< h1 > Change Logs< a class ="headerlink " href ="#change-logs " title ="Permalink to this headline "> ¶</ a > </ h1 >
209- < div class ="section " id ="version-version ">
210- < h2 > Version 4.0-dev< a class ="headerlink " href ="#version-version " title ="Permalink to this headline "> ¶</ a > </ h2 >
211- < p > Release Date: Not Released</ p >
212- < p > < strong > Next release of CodeIgniter4</ strong > </ p >
209+ < div class ="section " id ="version-4-0-0-alpha-5 ">
210+ < h2 > Version 4.0.0-alpha.5< a class ="headerlink " href ="#version-4-0-0-alpha-5 " title ="Permalink to this headline "> ¶</ a > </ h2 >
211+ < p > Release Date: January 30, 2019</ p >
212+ < p > < strong > Alpha 5</ strong > </ p >
213+ < p > Highlights:</ p >
214+ < ul class ="simple ">
215+ < li > updated PHP dependency to 7.2</ li >
216+ < li > < dl class ="first docutils ">
217+ < dt > new feature branches have been created for the email and queue modules,</ dt >
218+ < dd > so they don’t impact the release of 4.0.0</ dd >
219+ </ dl >
220+ </ li >
221+ < li > < dl class ="first docutils ">
222+ < dt > dropped several language messages that were unused (eg Migrations.missingTable)</ dt >
223+ < dd > and added some new (eg Migrations.invalidType)</ dd >
224+ </ dl >
225+ </ li >
226+ < li > lots of bug fixes</ li >
227+ < li > code coverage is up to 78%</ li >
228+ </ ul >
213229< p > < a class ="reference internal " href ="next.html "> < span class ="doc "> See all the changes.</ span > </ a > </ p >
214230</ div >
215231< div class ="section " id ="version-4-0-0-alpha-4 ">
@@ -310,8 +326,8 @@ <h2>Version 4.0.0-alpha.1<a class="headerlink" href="#version-4-0-0-alpha-1" tit
310326
311327 < div role ="contentinfo ">
312328 < p >
313- © Copyright 2014-2018 British Columbia Institute of Technology.
314- Last updated on Dec 15, 2018 .
329+ © Copyright 2014-2019 British Columbia Institute of Technology.
330+ Last updated on Jan 30, 2019 .
315331
316332 </ p >
317333 </ div >
@@ -333,7 +349,7 @@ <h2>Version 4.0.0-alpha.1<a class="headerlink" href="#version-4-0-0-alpha-1" tit
333349 < script type ="text/javascript ">
334350 var DOCUMENTATION_OPTIONS = {
335351 URL_ROOT :'../' ,
336- VERSION :'4.0.0-alpha.4 ' ,
352+ VERSION :'4.0.0-alpha.5 ' ,
337353 COLLAPSE_INDEX :false ,
338354 FILE_SUFFIX :'.html' ,
339355 HAS_SOURCE : false ,
0 commit comments