Skip to content

Commit 1f241ad

Browse files
authored
Merge pull request #7075 from kenjis/fix-docs-changelogs
docs: update changelogs
2 parents bb5c477 + d76f051 commit 1f241ad

11 files changed

Lines changed: 43 additions & 83 deletions

File tree

admin/next-changelog-minor.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,6 @@ Deprecations
7171
Bugs Fixed
7272
**********
7373

74-
See the repo's `CHANGELOG.md <https://github.com/codeigniter4/CodeIgniter4/blob/develop/CHANGELOG.md>`_ for a complete list of bugs fixed.
74+
See the repo's
75+
`CHANGELOG.md <https://github.com/codeigniter4/CodeIgniter4/blob/develop/CHANGELOG.md>`_
76+
for a complete list of bugs fixed.

admin/next-changelog-patch.rst

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@ Release Date: Unreleased
1212
BREAKING
1313
********
1414

15-
Enhancements
16-
************
17-
1815
Message Changes
1916
***************
2017

@@ -27,4 +24,6 @@ Deprecations
2724
Bugs Fixed
2825
**********
2926

30-
See the repo's `CHANGELOG.md <https://github.com/codeigniter4/CodeIgniter4/blob/develop/CHANGELOG.md>`_ for a complete list of bugs fixed.
27+
See the repo's
28+
`CHANGELOG.md <https://github.com/codeigniter4/CodeIgniter4/blob/develop/CHANGELOG.md>`_
29+
for a complete list of bugs fixed.

user_guide_src/source/changelogs/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ See all the changes.
1212
.. toctree::
1313
:titlesonly:
1414

15+
v4.3.1
1516
v4.3.0
1617
v4.2.12
1718
v4.2.11

user_guide_src/source/changelogs/v4.2.3.rst

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -9,26 +9,11 @@ Release Date: August 6, 2022
99
:local:
1010
:depth: 2
1111

12-
BREAKING
13-
********
14-
15-
none.
16-
1712
Enhancements
1813
************
1914

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

22-
Changes
23-
*******
24-
25-
none.
26-
27-
Deprecations
28-
************
29-
30-
none.
31-
3217
Bugs Fixed
3318
**********
3419

user_guide_src/source/changelogs/v4.2.5.rst

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,6 @@ Enhancements
2121

2222
- Kint has been updated to 4.2.0.
2323

24-
Changes
25-
*******
26-
27-
none.
28-
29-
Deprecations
30-
************
31-
32-
none.
33-
3424
Bugs Fixed
3525
**********
3626
- When using subqueries in the main query, prefixes are added to the table alias.

user_guide_src/source/changelogs/v4.2.6.rst

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -9,21 +9,6 @@ Release Date: September 4, 2022
99
:local:
1010
:depth: 2
1111

12-
BREAKING
13-
********
14-
15-
none.
16-
17-
Enhancements
18-
************
19-
20-
none.
21-
22-
Changes
23-
*******
24-
25-
none.
26-
2712
Deprecations
2813
************
2914

user_guide_src/source/changelogs/v4.2.7.rst

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -22,27 +22,12 @@ BREAKING
2222
- ``Time::__toString()`` is now locale-independent. It returns database-compatible strings like '2022-09-07 12:00:00' in any locale.
2323
- 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.
2424

25-
Enhancements
26-
************
27-
28-
none.
29-
3025
Message Changes
3126
***************
3227

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

36-
Changes
37-
*******
38-
39-
none.
40-
41-
Deprecations
42-
************
43-
44-
none.
45-
4631
Bugs Fixed
4732
**********
4833

user_guide_src/source/changelogs/v4.2.8.rst

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -9,26 +9,6 @@ Release Date: October 30, 2022
99
:local:
1010
:depth: 2
1111

12-
BREAKING
13-
********
14-
15-
none.
16-
17-
Enhancements
18-
************
19-
20-
none.
21-
22-
Message Changes
23-
***************
24-
25-
none.
26-
27-
Changes
28-
*******
29-
30-
none.
31-
3212
Deprecations
3313
************
3414

user_guide_src/source/changelogs/v4.3.0.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -369,3 +369,7 @@ Bugs Fixed
369369
- Fixed a bug with variable filtering in JSON requests using with ``IncomingRequest::getVar()`` or ``IncomingRequest::getJsonVar()`` methods.
370370
- Fixed a bug when variable type may be changed when using a specified index with ``IncomingRequest::getVar()`` or ``IncomingRequest::getJsonVar()`` methods.
371371
- Fixed a bug that Honeypot field appears when CSP is enabled. See also :ref:`upgrade-430-honeypot-and-csp`.
372+
373+
See the repo's
374+
`CHANGELOG.md <https://github.com/codeigniter4/CodeIgniter4/blob/develop/CHANGELOG.md>`_
375+
for a complete list of bugs fixed.
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
Version 4.3.1
2+
#############
3+
4+
Release Date: Unreleased
5+
6+
**4.3.1 release of CodeIgniter4**
7+
8+
.. contents::
9+
:local:
10+
:depth: 3
11+
12+
BREAKING
13+
********
14+
15+
Message Changes
16+
***************
17+
18+
Changes
19+
*******
20+
21+
Deprecations
22+
************
23+
24+
Bugs Fixed
25+
**********
26+
27+
See the repo's
28+
`CHANGELOG.md <https://github.com/codeigniter4/CodeIgniter4/blob/develop/CHANGELOG.md>`_
29+
for a complete list of bugs fixed.

0 commit comments

Comments
 (0)