v4.4.2 bug fix released |
Hi, all.
We are pleased to announce the release of v4.4.2. This release fixes 17 bugs. The following relatively important bug fixes are included: - CI returns "200 OK" when PageNotFound - base_url()/site_url() does not work on CLI - named routes don't work with spark - spark may not show exceptions or show backtrace as json - spark routes may show incorrect route names With this version, 4.4 is now pretty stable. All pre-4.4 users are also encouraged to upgrade. ChangeLog: https://codeigniter.com/user_guide/chang...4.4.2.html Upgrading Guide: https://codeigniter.com/user_guide/insta...e_442.html
Thank you CodeIgniter Development Team.
What did you Try? What did you Get? What did you Expect?
Joined CodeIgniter Community 2009. ( Skype: insitfx )
Nice work! We are waiting for version 4.5
Am I the only one who, after the version update,
Code: codeigniter4/framework (v4.4.2) finds myself having authentication problems with shield? PHP Code: Call to undefined function CodeIgniter\Shield\Filters\auth() Furthermore, if I insert it into the list of helpers to load in the BaseController it is not loaded: PHP Code: protected $helpers = ['auth', 'setting']; I need to load it like this in the initController PHP Code: helper('auth'); Sorry if maybe this isn't the right thread in which I'm reporting, but having updated both together with composer I don't understand which of the two created my problems.
The issue is not on CI 4.4.2. It is on Shield.
I recommend you go https://github.com/codeigniter4/shield/discussions See https://github.com/codeigniter4/shield/b...-100-beta8 and if you use `develop` branch, it is better to watch the repository.
v4.4.3 security fix has been released.
See https://forum.codeigniter.com/showthread.php?tid=88730
Thanks kenjis, you solved my problem.
Now I have also saved the URL for the future. |
Welcome Guest, Not a member yet? Register Sign In |