CodeIgniter Forums
CodeIgniter 4.0.0-rc.1 released - 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.0.0-rc.1 released (/showthread.php?tid=74259)

Pages: 1 2 3 4


CodeIgniter 4.0.0-rc.1 released - jlp - 09-03-2019

CodeIgniter-4.0.0-rc.1  launches today

This is a pre-release of 4.0.0. It is not suitable for production! (but it is pretty darn close)

Highlights:
  • Migrations refactored and streamlined for more wholistic functionality (BC)
  • CI3 Email ported to CI4
  • Encryption (basic) added
  • RESTful controllers added to shorten dev time for RESTful APIs
  • New messages for Migrations and RESTful

Check the changelog for details, and the installation writeup for further directions.

Looking to upgrade from CI3 to CI4?
Generated API docs accessible at https://codeigniter4.github.io/api/

This is our first release candidate! A number of things have been fixed, and it is looking pretty good Smile We need to know what remains in the way of hiccups!

Thank you to the community for stepping up to help make this the best PHP framework!

Do NOT post support questions or feature requests in response to this thread - those will be deleted. Instead, use the appropriate CodeIgniter 4 subforum. We are trying to make the best of the limited resources that we have!

Thank you, and ENJOY!


RE: CodeIgniter 4.0.0-rc.1 released - MGatner - 09-03-2019

Soooooooo excited!


RE: CodeIgniter 4.0.0-rc.1 released - michalsn - 09-03-2019

Congrats to the whole team!


RE: CodeIgniter 4.0.0-rc.1 released - rad2 - 09-03-2019

Awesome. I can't wait to try the RESTful library. I've been waiting for this since 2.x.


RE: CodeIgniter 4.0.0-rc.1 released - includebeer - 09-03-2019

Nice! Thanks to the CI team!


CodeIgniter 4.0.0-rc.1 released - byc0d3 - 09-03-2019

Can this version be used in production?


RE: CodeIgniter 4.0.0-rc.1 released - php_rocs - 09-03-2019

We just got a little bit closer. Watch out world...here we come.


RE: CodeIgniter 4.0.0-rc.1 released - tgix - 09-03-2019

Anyone more knowledgeable in composer that I am may point me in the right direction how to update a beta4 project to rc. Tried changing the require to 4@rc but no go.


RE: CodeIgniter 4.0.0-rc.1 released - ciadmin - 09-03-2019

(09-03-2019, 09:29 AM)byc0d3 Wrote: Can this version be used in production?

Officially, no.
Unofficially, many are already.


RE: CodeIgniter 4.0.0-rc.1 released - ciadmin - 09-03-2019

(09-03-2019, 11:19 AM)tgix Wrote: Anyone more knowledgeable in composer that I am may point me in the right direction how to update a beta4 project to rc. Tried changing the require to 4@rc but no go.

Are you talking about the appstarter, framework or devstarter?
The installation method is relevant to your update.