Upgrade 4.3.0 to 4.3.1 documentation error? - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: CodeIgniter 4 (https://forum.codeigniter.com/forumdisplay.php?fid=28) +--- Forum: CodeIgniter 4 Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=31) +--- Thread: Upgrade 4.3.0 to 4.3.1 documentation error? (/showthread.php?tid=86763) |
Upgrade 4.3.0 to 4.3.1 documentation error? - jetspeed - 02-16-2023 Hi guys, Went through upgrading my app from 4.2.11 to the latest 4.3.1. I note in the last upgrade notes, the content changes specify "app/Config/Encryption.php" in Config, but the wording is "Set the default value '' to $fromEmail, $fromName, $recipients, $SMTPHost, $SMTPUser and $SMTPPass to apply environment variable (.env) values." https://codeigniter.com/user_guide/installation/upgrade_431.html#content-changes RE: Upgrade 4.3.0 to 4.3.1 documentation error? - kenjis - 02-16-2023 Yes, it is a bug in the documentation. It is fixed in develop User Guide: See https://codeigniter4.github.io/CodeIgniter4/installation/upgrade_431.html#content-changes |