File tree Expand file tree Collapse file tree 1 file changed +14
-4
lines changed
user_guide_src/source/changelogs Expand file tree Collapse file tree 1 file changed +14
-4
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,6 @@ Version |version|
7
7
8
8
Release Date: Not Released
9
9
10
- **Next release of CodeIgniter4 **
11
-
12
10
13
11
:doc: `See all the changes. </changelogs/next >`
14
12
@@ -17,11 +15,23 @@ Version 4.0.0-beta.3
17
15
18
16
Release Date: May 06, 2019
19
17
20
- **Next release of CodeIgniter4 **
18
+ Highlights:
19
+
20
+ - Fixed a number of model, database, validation & debug toolbar issues
21
+ - Type hinting added throughout & typos corrected (see API docs)
21
22
23
+ New messages:
22
24
25
+ - Database.FieldNotExists
26
+ - Validation.equals, not_equals
23
27
24
- :doc: `See all the changes. </changelogs/next >`
28
+ App changes:
29
+
30
+ - Removed $salt config item in app/Config/App
31
+ - Enabled migrations by default in app/Config/Migrations
32
+ - Simplified public/.htaccess
33
+
34
+ :doc: `See all the changes. </changelogs/v4.0.0-beta.3 >`
25
35
26
36
Version 4.0.0-beta.2
27
37
====================================================
You can’t perform that action at this time.
0 commit comments