Skip to content
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
4 changes: 3 additions & 1 deletion admin/next-changelog-minor.rst
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,6 @@ 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.
See the repo's
`CHANGELOG.md <https://github.com/codeigniter4/CodeIgniter4/blob/develop/CHANGELOG.md>`_
for a complete list of bugs fixed.
7 changes: 3 additions & 4 deletions admin/next-changelog-patch.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ Release Date: Unreleased
BREAKING
********

Enhancements
************

Message Changes
***************

Expand All @@ -27,4 +24,6 @@ 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.
See the repo's
`CHANGELOG.md <https://github.com/codeigniter4/CodeIgniter4/blob/develop/CHANGELOG.md>`_
for a complete list of bugs fixed.
1 change: 1 addition & 0 deletions user_guide_src/source/changelogs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ See all the changes.
.. toctree::
:titlesonly:

v4.3.1
v4.3.0
v4.2.12
v4.2.11
Expand Down
15 changes: 0 additions & 15 deletions user_guide_src/source/changelogs/v4.2.3.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,26 +9,11 @@ Release Date: August 6, 2022
:local:
:depth: 2

BREAKING
********

none.

Enhancements
************

- Now ``Security::generateHash()`` is public, and can be used to regenerate CSRF token manually when ``Config\Security::$regenerate`` is false.

Changes
*******

none.

Deprecations
************

none.

Bugs Fixed
**********

Expand Down
10 changes: 0 additions & 10 deletions user_guide_src/source/changelogs/v4.2.5.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,6 @@ Enhancements

- Kint has been updated to 4.2.0.

Changes
*******

none.

Deprecations
************

none.

Bugs Fixed
**********
- When using subqueries in the main query, prefixes are added to the table alias.
Expand Down
15 changes: 0 additions & 15 deletions user_guide_src/source/changelogs/v4.2.6.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,6 @@ Release Date: September 4, 2022
:local:
:depth: 2

BREAKING
********

none.

Enhancements
************

none.

Changes
*******

none.

Deprecations
************

Expand Down
15 changes: 0 additions & 15 deletions user_guide_src/source/changelogs/v4.2.7.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,27 +22,12 @@ BREAKING
- ``Time::__toString()`` is now locale-independent. It returns database-compatible strings like '2022-09-07 12:00:00' in any locale.
- The Validation rule ``Validation\Rule::required_without()`` and ``Validation\StrictRules\Rule::required_without()`` parameters have been changed and the logic of these rule has also been fixed.

Enhancements
************

none.

Message Changes
***************

- Fixed typos in some items in ``Language/en/Email.php``.
- Added missing item ``valid_json`` in ``Language/en/Validation.php``.

Changes
*******

none.

Deprecations
************

none.

Bugs Fixed
**********

Expand Down
20 changes: 0 additions & 20 deletions user_guide_src/source/changelogs/v4.2.8.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,26 +9,6 @@ Release Date: October 30, 2022
:local:
:depth: 2

BREAKING
********

none.

Enhancements
************

none.

Message Changes
***************

none.

Changes
*******

none.

Deprecations
************

Expand Down
4 changes: 4 additions & 0 deletions user_guide_src/source/changelogs/v4.3.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -369,3 +369,7 @@ Bugs Fixed
- Fixed a bug with variable filtering in JSON requests using with ``IncomingRequest::getVar()`` or ``IncomingRequest::getJsonVar()`` methods.
- Fixed a bug when variable type may be changed when using a specified index with ``IncomingRequest::getVar()`` or ``IncomingRequest::getJsonVar()`` methods.
- Fixed a bug that Honeypot field appears when CSP is enabled. See also :ref:`upgrade-430-honeypot-and-csp`.

See the repo's
`CHANGELOG.md <https://github.com/codeigniter4/CodeIgniter4/blob/develop/CHANGELOG.md>`_
for a complete list of bugs fixed.
29 changes: 29 additions & 0 deletions user_guide_src/source/changelogs/v4.3.1.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
Version 4.3.1
#############

Release Date: Unreleased

**4.3.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.
6 changes: 3 additions & 3 deletions user_guide_src/source/installation/upgrade_430.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#############################
Upgrading from 4.2.9 to 4.3.0
#############################
##############################
Upgrading from 4.2.12 to 4.3.0
##############################

Please refer to the upgrade instructions corresponding to your installation method.

Expand Down