Skip to content

Commit d1a0f68

Browse files
committed
Update changelog & repo list
1 parent 22c9a68 commit d1a0f68

File tree

2 files changed

+47
-3
lines changed

2 files changed

+47
-3
lines changed

user_guide_src/source/changelogs/next.rst

Lines changed: 24 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ Release Date: Not released
77

88
Enhancements:
99

10+
- query builder testability simplified with new property, but dropped
11+
method parameters (breaking change)
1012
- database, migrations and sessions beefed up
1113
- numerous smaller bugs corrected
1214

@@ -34,9 +36,11 @@ The list of changed files follows, with PR numbers shown.
3436
- BaseCommand #2231
3537
- Database/
3638
- MySQLi/Connection #2201, 2229
37-
- Postgre/Connection #2201
39+
- Postgre/
40+
- BaseBuilder #2269
41+
- Connection #2201
3842
- SQLite3/Connection #2201, 2228, 2230
39-
- BaseBuilder #2257, 2232
43+
- BaseBuilder #2257, 2232, 2269
4044
- BaseConnection #2208, 2213, 2231
4145
- Config #2224
4246
- Forge #2205
@@ -58,6 +62,8 @@ The list of changed files follows, with PR numbers shown.
5862
- TimeDifference #2231
5963
- Images/
6064
- Handlers/BaseHandler #2246
65+
- RESTful/
66+
- ResourcePresenter #2271
6167
- Security/
6268
- Security #2240
6369
- Session/
@@ -67,6 +73,7 @@ The list of changed files follows, with PR numbers shown.
6773
- CIDatabaseUnitTestCase #2184
6874
- Validation/
6975
- FileRules #2265
76+
- Validation #2268
7077
- View/
7178
- Parser #2264
7279

@@ -81,7 +88,15 @@ The list of changed files follows, with PR numbers shown.
8188
- Database/
8289
- Builder/
8390
- GetTest #2232
91+
- CountTest #2269
92+
- DeleteTest #2269
93+
- EmptyTest #2269
94+
- GetTest #2269
8495
- GroupTest #2257
96+
- InsertTest #2269
97+
- ReplaceTest #2269
98+
- TruncateTest #2269
99+
- UpdateTest #2269
85100
- Live/
86101
- EscapeTest #2229
87102
- ForgeTest #2201, 2211
@@ -102,6 +117,8 @@ The list of changed files follows, with PR numbers shown.
102117
- TimeTest #2231
103118
- Pager/
104119
- pagerTest #2259
120+
- RESTful/
121+
- ResourcePresenterTest #2271
105122
- Session/
106123
- SessionTest #2231
107124
- View/
@@ -113,7 +130,7 @@ The list of changed files follows, with PR numbers shown.
113130
- database/
114131
- metadata #2199, 2201, 2208
115132
- queries #2208
116-
- query_builder #2257, 2232
133+
- query_builder #2257, 2232, 2269
117134
- dbmgmt/
118135
- migration #2190, 2191
119136
- extending/
@@ -149,6 +166,10 @@ The list of changed files follows, with PR numbers shown.
149166
PRs merged:
150167
----------
151168

169+
- #2271 fix ResourcePresenter::setModel()
170+
- #2269 testMode() method for BaseBuilder
171+
- #2268 Validation session use only if exists
172+
- #2267 Tests setUp and tearDown: void
152173
- #2265 Fix a validation issue on multiple file upload
153174
- #2264 fix. Parser allow other extension
154175
- #2262 Fix parameter type in Debug/Exceptions

user_guide_src/source/installation/repositories.rst

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,3 +59,26 @@ These correspond to the repositories mentioned above:
5959
- `codeigniter4/coding-standard <https://packagist.org/packages/codeigniter4/codeigniter4-standard>`_
6060

6161
See the :doc:`Installation </installation/index>` page for more information.
62+
63+
CodeIgniter 4 Projects
64+
======================
65+
66+
We maintain a `codeigniter4projects <https://github.com/codeigniter4projects>`_ organization
67+
on Github as well, with projects that are not part of the framework,
68+
but which showcase it or make it easier to work with!
69+
70+
+------------------+--------------+-----------------------------------------------------------------+
71+
+ Repository + Audience + Description +
72+
+==================+==============+=================================================================+
73+
+ website2 + developers + The codeigniter.com website, written in CodeIgniter 4 +
74+
+------------------+--------------+-----------------------------------------------------------------+
75+
+ module-tests + plugin + PHPunit testing scaffold for CI4 module / plugin developers +
76+
+ + developers + +
77+
+------------------+--------------+-----------------------------------------------------------------+
78+
+ project-tests + app + PHPunit testugn scaffold for CI4 projects +
79+
+ + developers + +
80+
+------------------+--------------+-----------------------------------------------------------------+
81+
+ + + +
82+
+------------------+--------------+-----------------------------------------------------------------+
83+
84+
These are not composer-installable repositories.

0 commit comments

Comments
 (0)