8
8
9
9
< meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
10
10
11
- < title > Change Logs — CodeIgniter4 4.0.0-beta.3 documentation</ title >
11
+ < title > Change Logs — CodeIgniter4 4.0.0-beta.4 documentation</ title >
12
12
13
13
14
14
34
34
35
35
36
36
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 "/>
38
38
< link rel ="next " title ="Version 4.0-dev " href ="next.html "/>
39
39
< link rel ="prev " title ="The MIT License (MIT) " href ="../license.html "/>
40
40
130
130
< ul class ="current ">
131
131
< li class ="toctree-l1 "> < a class ="reference internal " href ="../license.html "> The MIT License (MIT)</ a > </ li >
132
132
< 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 >
133
134
< li class ="toctree-l2 "> < a class ="reference internal " href ="#version-4-0-0-beta-3 "> Version 4.0.0-beta.3</ a > </ li >
134
135
< li class ="toctree-l2 "> < a class ="reference internal " href ="#version-4-0-0-beta-2 "> Version 4.0.0-beta.2</ a > </ li >
135
136
< li class ="toctree-l2 "> < a class ="reference internal " href ="#version-4-0-0-beta-1 "> Version 4.0.0-beta.1</ a > </ li >
211
212
212
213
< div class ="section " id ="change-logs ">
213
214
< 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 >
214
220
< div class ="section " id ="version-4-0-0-beta-3 ">
215
221
< h2 > Version 4.0.0-beta.3< a class ="headerlink " href ="#version-4-0-0-beta-3 " title ="Permalink to this headline "> ¶</ a > </ h2 >
216
222
< 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 >
219
240
</ div >
220
241
< div class ="section " id ="version-4-0-0-beta-2 ">
221
242
< 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
387
408
< div role ="contentinfo ">
388
409
< p >
389
410
© Copyright 2014-2019 British Columbia Institute of Technology.
390
- Last updated on May 06 , 2019.
411
+ Last updated on Jul 25 , 2019.
391
412
392
413
</ p >
393
414
</ div >
@@ -409,7 +430,7 @@ <h2>Version 4.0.0-alpha.1<a class="headerlink" href="#version-4-0-0-alpha-1" tit
409
430
< script type ="text/javascript ">
410
431
var DOCUMENTATION_OPTIONS = {
411
432
URL_ROOT :'../' ,
412
- VERSION :'4.0.0-beta.3 ' ,
433
+ VERSION :'4.0.0-beta.4 ' ,
413
434
COLLAPSE_INDEX :false ,
414
435
FILE_SUFFIX :'.html' ,
415
436
HAS_SOURCE : false ,
0 commit comments