Welcome Guest, Not a member yet? Register   Sign In
CodeIgniter 4.1.5
#1

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

A quick addendum: The software we use to generate the CHANGELOG.md file (https://github.com/github-changelog-gene...-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.
Reply
#3

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/insta...e_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
CodeIgniter 4 tutorials (EN/FR) - https://includebeer.com
/*** NO support in private message - Use the forum! ***/
Reply
#4

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

Thank you, iRedds.

It seems GitHub Actions for deployment failed.
Now investigating.
Reply
#6

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

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

Look at action/github-scripts

https://github.com/codeigniter4/CodeIgni...mework.yml

const release = await github.repos.getLatestRelease({

https://github.com/actions/github-script...d5106870f5
-  const commit = await github.repos.getCommit({
+  const commit = await github.rest.repos.getCommit({
Reply
#8

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

You can upgrade via Composer.
Reply
#9

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.
Codeigniter is simply one of the tools you need to learn to be a successful developer. Always add more tools to your coding arsenal!
Reply
#10

New website no mobile friendly!
Reply




Theme © iAndrew 2016 - Forum software by © MyBB