All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
1.19.0 - 2025-01-19
- Update version 4.6.0 of CodeIgniter.
1.18.0 - 2025-01-12
- Update version 4.5.7 of CodeIgniter.
1.17.0 - 2024-07-29
- Update version 4.5.4 of CodeIgniter.
1.16.0 - 2024-04-14
- Update version 4.5.1 of CodeIgniter.
1.15.0 - 2024-04-10
- Update version 4.5.0 of CodeIgniter.
1.14.0 - 2024-03-29
- Update version 4.4.7 of CodeIgniter.
1.13.0 - 2024-03-03
- Update version 4.4.6 of CodeIgniter.
1.12.0 - 2024-01-28
- Update version 4.4.5 of CodeIgniter.
1.11.1 - 2023-12-28
- Improve documentation in README.md and composer.json files
1.11.0 - 2023-12-28
- Update version 4.4.4 of CodeIgniter.
1.10.0 - 2023-10-27
- Update version 4.4.3 of CodeIgniter.
1.9.0 - 2023-10-19
- Update version 4.4.2 of CodeIgniter.
1.8.0 - 2023-09-04
- Update version 4.4.1 of CodeIgniter.
1.7.0 - 2023-08-25
- Update version 4.4.0 of CodeIgniter.
1.6.0 - 2023-07-31
- Update version 4.3.7 of CodeIgniter.
1.5.0 - 2023-06-27
- Update version 4.3.6 of CodeIgniter.
1.4.0 - 2023-05-27
- Update version 4.3.5 of CodeIgniter.
1.3.0 - 2023-04-27
- Update version 4.3.4 of CodeIgniter.
1.2.0 - 2023-03-27
- Update version 4.3.3 of CodeIgniter.
1.1.0 - 2023-03-13
- Update version 4.3.2 of CodeIgniter.
1.0.0 - 2022-09-06
- Add Twig Template Engine library dependencies.
- Add Twig classes and render function to Base Controller.
- Add Twig Functions to use in templating.
- Add Template Partials to Modularize HTML.
- Add example route for use of javascript
- Update Home Controller to use render function.
- Rename welcome_message.php to welcome_message.twig.
- Convert welcome_message.twig to child of layout.twig.