Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: explicitly state that this is for CI3 #6266

Merged
merged 2 commits into from
Mar 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions readme.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,17 @@ interface and logical structure to access these libraries. CodeIgniter lets
you creatively focus on your project by minimizing the amount of code needed
for a given task.

*************
CodeIgniter 3
*************

This repository is for the legacy version, CodeIgniter 3.
`CodeIgniter 4 <https://github.com/codeigniter4/CodeIgniter4>`_ is the latest
version of the framework.

CodeIgniter 3 is the legacy version of the framework, intended for use with PHP
5.6+. This version is in maintenance, receiving mostly just security updates.

*******************
Release Information
*******************
Expand Down
16 changes: 13 additions & 3 deletions user_guide_src/source/index.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
######################
CodeIgniter User Guide
######################
########################
CodeIgniter 3 User Guide
########################

- :doc:`License Agreement <license>`
- :doc:`Change Log <changelog>`
Expand All @@ -9,6 +9,16 @@ CodeIgniter User Guide
:local:
:depth: 2

*************
CodeIgniter 3
*************

CodeIgniter 3 is the legacy version of the framework, intended for use with PHP
5.6+. This version is in maintenance, receiving mostly just security updates.

`CodeIgniter 4 <https://codeigniter.com/user_guide/>`_ is the latest version of
the framework.

*******
Welcome
*******
Expand Down
Loading