Welcome Guest, Not a member yet? Register   Sign In
Quick Question About Downloading Codeigniter
#1
Question 

Hello,
I've noticed there are two different sources for downloading CodeIgniter 4.x.
The first source is the official website: https://codeigniter.com/download. Here, the current version is listed as 4.4.7. However, if you download from this link, the CI_VERSION is set to '4.4.6'.
The second source is GitHub: https://github.com/codeigniter4/CodeIgni...tag/v4.4.7. If you download from here, you'll get the latest version, 4.4.7, but it includes additional files such as 'psalm-baseline.xml'.
Which source should I use for the download?
Thanks.
Reply
#2

(This post was last modified: 04-06-2024, 08:53 PM by kenjis.)

If you go to https://codeigniter.com/download now, the link is
https://api.github.com/repos/codeigniter...all/v4.4.7
And I checked the CI_VERSION in it. It was '4.4.7'.

Don't use Zip files in the https://github.com/codeigniter4/CodeIgniter4/ repository.
The repository is for development of CI4, and not for end-user usage.
Reply
#3

The released versions of the framework is on https://github.com/codeigniter4/framework
See https://codeigniter.com/user_guide/insta...ories.html
Reply
#4

Thank you, that was my mistake.
Now, the CI_VERSION is '4.5.0', which is exactly what I needed.
I was not aware of the existence of such a document, and I overlooked it. Thank you for bringing it to my attention.
I am currently working and learning, and one day, I hope to contribute to your efforts as well."
Reply




Theme © iAndrew 2016 - Forum software by © MyBB