Welcome Guest, Not a member yet? Register   Sign In
v4.4.2 bug fix released
#1

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
Reply
#2

Thank you CodeIgniter Development Team.
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply
#3

Congratulations to the whole team. Well done for all your hard work
Reply
#4

Nice work! We are waiting for version 4.5
Reply
#5

Big thanks Smile
Reply
#6

Thanks for the fix!
Reply
#7

Am I the only one who, after the version update,

Code:
codeigniter4/framework (v4.4.2)
codeigniter4/shield (dev-develop 92b5755)

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.
Reply
#8

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.
Reply
#9

v4.4.3 security fix has been released.
See https://forum.codeigniter.com/showthread.php?tid=88730
Reply
#10

Thanks kenjis, you solved my problem.

Now I have also saved the URL for the future.
Reply




Theme © iAndrew 2016 - Forum software by © MyBB