Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to CI 4.4.2 #215

Merged
merged 16 commits into from
Oct 27, 2023
Merged
Prev Previous commit
Next Next commit
Patch framework (v4.2.0 => v4.4.2)
 Conflicts:
	Controllers/Home.php
	Views/welcome_message.php
	app/Config/ContentSecurityPolicy.php
	app/Config/Kint.php
	app/Config/Paths.php
	app/Config/Routes.php
	app/Config/Routing.php
	app/Config/Session.php
	app/Views/errors/html/error_exception.php
  • Loading branch information
kenjis committed Oct 23, 2023
commit b2ec09b955e839689f020bdc390fc8e241a91b9f
4 changes: 2 additions & 2 deletions app/Common.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
* The goal of this file is to allow developers a location
* where they can overwrite core procedural functions and
* replace them with their own. This file is loaded during
* the bootstrap process and is called during the frameworks
* the bootstrap process and is called during the framework's
* execution.
*
* This can be looked at as a `master helper` file that is
* loaded early on, and may also contain additional functions
* that you'd like to use throughout your entire application
*
* @see: https://codeigniter4.github.io/CodeIgniter4/
* @see: https://codeigniter.com/user_guide/extending/common.html
*/
Loading