Welcome Guest, Not a member yet? Register   Sign In
v4.5.1 Bug Fix Released
#1

We have just released v4.5.1 bug fix.

This version fixed all reported bugs including TypeError in v4.5.0.
All v4.5.0 users should upgrade immediately.

Other CI4 users are encouraged to upgrade to v4.5.1 after detailed verification.

ChangeLog: https://codeigniter4.github.io/userguide...4.5.1.html
Upgrading Guide: https://codeigniter4.github.io/userguide...e_451.html

Note: Unfortunately now the User Guide on the official site is not yet updated due to the deployment trouble.

Important: There is a bug in appstarter v4.5.1. If you install appstarter, please fix the following path.
Code:
--- a/phpunit.xml.dist
+++ b/phpunit.xml.dist
@@ -2,7 +2,7 @@
<phpunit
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.5/phpunit.xsd"
-    bootstrap="system/Test/bootstrap.php"
+    bootstrap="vendor/codeigniter4/framework/system/Test/bootstrap.php"
    backupGlobals="false"
    beStrictAboutOutputDuringTests="true"
    colors="true"
Reply


Messages In This Thread
v4.5.1 Bug Fix Released - by kenjis - 04-13-2024, 09:33 PM
RE: v4.5.1 Bug Fix Released - by InsiteFX - 04-13-2024, 11:17 PM
RE: v4.5.1 Bug Fix Released - by lokman - 04-16-2024, 02:12 PM
RE: v4.5.1 Bug Fix Released - by LP_bnss - 04-20-2024, 06:56 AM
RE: v4.5.1 Bug Fix Released - by kenjis - 04-20-2024, 05:36 PM
RE: v4.5.1 Bug Fix Released - by LP_bnss - 04-21-2024, 06:39 AM
RE: v4.5.1 Bug Fix Released - by kenjis - 04-21-2024, 04:59 PM
RE: v4.5.1 Bug Fix Released - by LP_bnss - 04-23-2024, 12:42 AM
RE: v4.5.1 Bug Fix Released - by kenjis - 04-23-2024, 01:48 AM
RE: v4.5.1 Bug Fix Released - by LP_bnss - 04-23-2024, 03:02 AM
RE: v4.5.1 Bug Fix Released - by kenjis - 04-23-2024, 04:35 AM
RE: v4.5.1 Bug Fix Released - by LP_bnss - 04-23-2024, 04:52 AM



Theme © iAndrew 2016 - Forum software by © MyBB