CodeIgniter Forums
CodeIgniter 4.1.5 - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: General (https://forum.codeigniter.com/forumdisplay.php?fid=1)
+--- Forum: News & Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=2)
+--- Thread: CodeIgniter 4.1.5 (/showthread.php?tid=80494)

Pages: 1 2


CodeIgniter 4.1.5 - MGatner - 11-08-2021

Hi all- new release just posted! Because our previous release (https://forum.codeigniter.com/thread-80045.html) was focused on re-styling the codebase this one actually has multiple months of "content changes" all at once. Mostly bug fixes and performance improvements, there were a *lot* of files touched so please be sure to check the change logs, and always test your app before committing to an update!
Unless we see the need for a hotfix I expect the next release will be big, focusing on new features and the upcoming PHP version shifts. Join the conversation here or on Slack to help plan!
As always, a huge shoutout to the whole team... One day we'll have a philanthropic millionaire funding this and we'll all get paid. Right? Right.


RE: CodeIgniter 4.1.5 - MGatner - 11-08-2021

A quick addendum: The software we use to generate the CHANGELOG.md file (https://github.com/github-changelog-generator/github-changelog-generator) has not been working. The changelog in the User Guide is updated but it may be a little while before the more technical one is refreshed.


RE: CodeIgniter 4.1.5 - includebeer - 11-08-2021

Thank you to all who worked on this release!

(11-08-2021, 09:29 AM)MGatner Wrote: The changelog in the User Guide is updated but it may be a little while before the more technical one is refreshed.

Here's the link for the lazy like me Tongue  https://codeigniter.com/user_guide/installation/upgrade_415.html

(11-08-2021, 09:29 AM)MGatner Wrote: One day we'll have a philanthropic millionaire funding this and we'll all get paid. Right? Right.

Maybe somebody should revive the @codeigniter Twitter account and tag Elon Musk and Jeff Bezos!!  Cool


RE: CodeIgniter 4.1.5 - iRedds - 11-09-2021

Where are my dragons?
CI is not available for update via composer.
Codeigniter4/framework repository still doesn't have 4.1.5 tag


RE: CodeIgniter 4.1.5 - kenjis - 11-09-2021

Thank you, iRedds.

It seems GitHub Actions for deployment failed.
Now investigating.


RE: CodeIgniter 4.1.5 - InsiteFX - 11-09-2021

Thank you CodeIgniter Development Team.


RE: CodeIgniter 4.1.5 - iRedds - 11-09-2021

Look at action/github-scripts

https://github.com/codeigniter4/CodeIgniter4/blob/develop/.github/workflows/deploy-framework.yml

const release = await github.repos.getLatestRelease({

https://github.com/actions/github-script/commit/415189ab4b3dae2e7edc57542b88bb6abd333d0b#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5
-  const commit = await github.repos.getCommit({
+  const commit = await github.rest.repos.getCommit({


RE: CodeIgniter 4.1.5 - kenjis - 11-09-2021

Now codeigniter4/framework has v4.1.5.
https://packagist.org/packages/codeigniter4/framework

You can upgrade via Composer.


RE: CodeIgniter 4.1.5 - albertleao - 11-09-2021

Congrats on new website. A few links are broken though. Can't get to the user guide from any link. All 4 boxes halfway down the pages have no href links. 
Glad to see people still passionate about this project. Wish you guys the best. I used to be more active before Jims passing but unfortunately have taken a different path.


RE: CodeIgniter 4.1.5 - seunex - 11-09-2021

New website no mobile friendly!