You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* fix: redirect status code by @kenjis in https://github.com/codeigniter4/CodeIgniter4/pull/7445
9
+
* fix: [SQLite3][Postgres][SQLSRV][OCI8] Forge::modifyColumn() changes NULL constraint incorrectly by @kenjis in https://github.com/codeigniter4/CodeIgniter4/pull/7371
10
+
11
+
### Fixed Bugs
12
+
13
+
* fix: view cell cannot locate the auto-generated view file by @sammyskills in https://github.com/codeigniter4/CodeIgniter4/pull/7392
14
+
* fix: CURLRequest - clear response headers between requests by @michalsn in https://github.com/codeigniter4/CodeIgniter4/pull/7398
15
+
* fix: [Auto Routing Improved] spark routes shows invalid routes by @kenjis in https://github.com/codeigniter4/CodeIgniter4/pull/7419
16
+
* fix: remove $insertID in make:model template by @kenjis in https://github.com/codeigniter4/CodeIgniter4/pull/7443
17
+
* fix: add missing 'make:cell' in app/Config/Generators.php by @kenjis in https://github.com/codeigniter4/CodeIgniter4/pull/7458
18
+
19
+
### Refactoring
20
+
21
+
* refactor: Security::getPostedToken() by @kenjis in https://github.com/codeigniter4/CodeIgniter4/pull/7377
composer test && composer info codeigniter4/framework
110
+
```
112
111
* Verify that the user guide actions succeeded:
113
-
* "[Deploy Distributable Repos](https://github.com/codeigniter4/CodeIgniter4/actions/workflows/deploy-distributables.yml)", the main repo
114
-
* "[Deploy Production](https://github.com/codeigniter4/userguide/actions/workflows/deploy.yml)", UG repo
115
-
* "[pages-build-deployment](https://github.com/codeigniter4/userguide/actions/workflows/pages/pages-build-deployment)", UG repo
112
+
* "[Deploy Distributable Repos](https://github.com/codeigniter4/CodeIgniter4/actions/workflows/deploy-distributables.yml)", the main repo
113
+
* "[Deploy Production](https://github.com/codeigniter4/userguide/actions/workflows/deploy.yml)", UG repo
114
+
* "[pages-build-deployment](https://github.com/codeigniter4/userguide/actions/workflows/pages/pages-build-deployment)", UG repo
116
115
* Fast-forward `develop` branch to catch the merge commit from `master`
117
-
```console
118
-
git fetch origin
119
-
git checkout develop
120
-
git merge origin/develop
121
-
git merge origin/master
122
-
git push origin HEAD
123
-
```
116
+
```console
117
+
git fetch origin
118
+
git checkout develop
119
+
git merge origin/develop
120
+
git merge origin/master
121
+
git push origin HEAD
122
+
```
124
123
* Update the next minor upgrade branch `4.x`:
125
-
```console
126
-
git fetch origin
127
-
git checkout 4.x
128
-
git merge origin/4.x
129
-
git merge origin/develop
130
-
git push origin HEAD
131
-
```
124
+
```console
125
+
git fetch origin
126
+
git checkout 4.x
127
+
git merge origin/4.x
128
+
git merge origin/develop
129
+
git push origin HEAD
130
+
```
132
131
* [Minor version only] Create the next minor upgrade branch `4.x`:
133
-
```console
134
-
git fetch origin
135
-
git switch develop
136
-
git switch -c 4.x
137
-
git push origin HEAD
138
-
```
132
+
```console
133
+
git fetch origin
134
+
git switch develop
135
+
git switch -c 4.x
136
+
git push origin HEAD
137
+
```
139
138
* Publish any Security Advisories that were resolved from private forks
139
+
(note: publishing is restricted to administrators):
140
140
* Announce the release on the forums and Slack channel
141
141
(note: this forum is restricted to administrators):
142
-
* Make a new topic in the "News & Discussion" forums:
143
-
https://forum.codeigniter.com/forum-2.html
144
-
* The content is somewhat organic, but should include any major features and
145
-
changes as well as a link to the User Guide's changelog
142
+
* Make a new topic in the "News & Discussion" forums:
143
+
https://forum.codeigniter.com/forum-2.html
144
+
* The content is somewhat organic, but should include any major features and
145
+
changes as well as a link to the User Guide's changelog
146
+
* Create a PR for new changelog and upgrade for the next version
147
+
* Create **user_guide_src/source/changelogs/{next_version}.rst** and add it to
148
+
**index.rst** (See next-changelog-*.rst)
149
+
* Create **user_guide_src/source/installation/upgrade_{next_version}.rst** and add it to
150
+
**upgrading.rst**
146
151
147
152
## After Publishing Security Advisory
148
153
149
154
* Send a PR to [PHP Security Advisories Database](https://github.com/FriendsOfPHP/security-advisories).
150
-
* E.g. https://github.com/FriendsOfPHP/security-advisories/pull/606
151
-
* See https://github.com/FriendsOfPHP/security-advisories#contributing
152
-
* Don't forget to run `php -d memory_limit=-1 validator.php`, before
153
-
submitting the PR
155
+
* E.g. https://github.com/FriendsOfPHP/security-advisories/pull/606
156
+
* See https://github.com/FriendsOfPHP/security-advisories#contributing
157
+
* Don't forget to run `php -d memory_limit=-1 validator.php`, before
Copy file name to clipboardExpand all lines: phpstan-baseline.neon.dist
-5Lines changed: 0 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -60,11 +60,6 @@ parameters:
60
60
count: 1
61
61
path: system/Database/Migration.php
62
62
63
-
-
64
-
message: "#^Property CodeIgniter\\\\Database\\\\BaseConnection\\<mysqli,mysqli_result\\>\\:\\:\\$strictOn \\(bool\\) in isset\\(\\) is not nullable\\.$#"
65
-
count: 1
66
-
path: system/Database/MySQLi/Connection.php
67
-
68
63
-
69
64
message: "#^Access to an undefined property CodeIgniter\\\\Database\\\\BaseConnection\\<mysqli, mysqli_result\\>\\:\\:\\$mysqli\\.$#"
0 commit comments