docs: add changelog and upgrade for v4.6.1 (#9425)
Some checks failed
Deploy User Guide (latest) / Deploy to gh-pages (push) Has been cancelled
Check File Permissions / Check File Permission (push) Has been cancelled

This commit is contained in:
John Paul E. Balandan, CPA 2025-01-20 20:32:05 +08:00 committed by GitHub
parent 3a04112ba3
commit d9686083cd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 92 additions and 0 deletions

View File

@ -12,6 +12,7 @@ See all the changes.
.. toctree::
:titlesonly:
v4.6.1
v4.6.0
v4.5.8
v4.5.7

View File

@ -0,0 +1,35 @@
#############
Version 4.6.1
#############
Release Date: Unreleased
**4.6.1 release of CodeIgniter4**
.. contents::
:local:
:depth: 3
********
BREAKING
********
***************
Message Changes
***************
*******
Changes
*******
************
Deprecations
************
**********
Bugs Fixed
**********
See the repo's
`CHANGELOG.md <https://github.com/codeigniter4/CodeIgniter4/blob/develop/CHANGELOG.md>`_
for a complete list of bugs fixed.

View File

@ -0,0 +1,55 @@
#############################
Upgrading from 4.6.0 to 4.6.1
#############################
Please refer to the upgrade instructions corresponding to your installation method.
- :ref:`Composer Installation App Starter Upgrading <app-starter-upgrading>`
- :ref:`Composer Installation Adding CodeIgniter4 to an Existing Project Upgrading <adding-codeigniter4-upgrading>`
- :ref:`Manual Installation Upgrading <installing-manual-upgrading>`
.. contents::
:local:
:depth: 2
**********************
Mandatory File Changes
**********************
****************
Breaking Changes
****************
*********************
Breaking Enhancements
*********************
*************
Project Files
*************
Some files in the **project space** (root, app, public, writable) received updates. Due to
these files being outside of the **system** scope they will not be changed without your intervention.
.. note:: There are some third-party CodeIgniter modules available to assist
with merging changes to the project space:
`Explore on Packagist <https://packagist.org/explore/?query=codeigniter4%20updates>`_.
Content Changes
===============
The following files received significant changes (including deprecations or visual adjustments)
and it is recommended that you merge the updated versions with your application:
Config
------
- @TODO
All Changes
===========
This is a list of all files in the **project space** that received changes;
many will be simple comments or formatting that have no effect on the runtime:
- @TODO

View File

@ -16,6 +16,7 @@ See also :doc:`./backward_compatibility_notes`.
backward_compatibility_notes
upgrade_461
upgrade_460
upgrade_458
upgrade_457