Change Logs¶
Version 4.0.0-alpha.4¶
Release Date: December 15, 2018
Next release of CodeIgniter4
Highlights:
- Refactor for consistency: folder application renamed to app;
- constant BASEPATH renamed to SYSTEMPATH
- Debug toolbar gets its own config, history collector
- Numerous corrections and enhancements
Version 4.0.0-alpha.3¶
Release Date: November 30, 2018
Next alpha release of CodeIgniter4
- Numerous bug fixes, across the framework
- Many missing features implemented, across the framework
- Code coverage is up to 72%
- CodeIgniter4 has been promoted to its own github organization. That is reflected in docs and comments.
- We have integrated a git pre-commit hook, which will apply the CI4 code sniffer rules, and attempt to fix them. We have run all the source files through it, and any “funny” code formatting is temporary until the rules are updated.
- We welcome Natan Felles, from Brazil, to the code developer team. He has proven to be passionate, dedicated and thorough :)
Version 4.0.0-alpha.2¶
Release Date: Oct 26, 2018
Second alpha release of CodeIgniter4
- bug fixes
- features implemented
- tutorial revised
Version 4.0.0-alpha.1¶
Release Date: September 28, 2018
Rewrite of the CodeIgniter framework
- Non-code changes:
- User Guide adapted or rewritten
- [System message translations repository](https://github.com/bcit-ci/CodeIgniter4-translations)
- [Roadmap subforum](https://forum.codeigniter.com/forum-33.html) for more transparent planning
- New core classes:
- CodeIgniter (bootstrap)
- Common (shared functions)
- ComposerScripts (integrate third party tools)
- Controller (base controller)
- Model (base model)
- Entity (entity encapsulation)
Some new, some old & some borrowed packages, all namespaced.