Skip to content

Commit 284e90b

Browse files
committed
docs: update/add links to repo's CHANGELOG
1 parent 9957902 commit 284e90b

12 files changed

Lines changed: 41 additions & 11 deletions

File tree

user_guide_src/source/changelogs/v4.2.0.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,9 @@ Deprecations
158158

159159
Bugs Fixed
160160
**********
161+
161162
- The SQLSRV driver ignores the port value from the config.
162163

163-
See the repo's `CHANGELOG.md <https://github.com/codeigniter4/CodeIgniter4/blob/develop/CHANGELOG.md>`_ for a complete list of bugs fixed.
164+
See the repo's
165+
`CHANGELOG_4.2.md <https://github.com/codeigniter4/CodeIgniter4/blob/develop/changelogs/CHANGELOG_4.2.md>`_
166+
for a complete list of bugs fixed.

user_guide_src/source/changelogs/v4.2.1.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,10 @@ Behavior Changes
1717

1818
- Guessing the file extension from the MIME type has been changed if the proposed extension is not valid. Previously, the guessing will early terminate and return ``null``. Now, if a proposed extension is given and is invalid, the MIME guessing will continue checking using the mapping of extension to MIME types.
1919
- If there is a cookie with a prefixed name and a cookie with the same name without a prefix, the previous ``get_cookie()`` had the tricky behavior of returning the cookie without the prefix. Now the behavior has been fixed as a bug, and has been changed. See :ref:`Upgrading <upgrade-421-get_cookie>` for details.
20+
21+
Bugs Fixed
22+
**********
23+
24+
See the repo's
25+
`CHANGELOG_4.2.md <https://github.com/codeigniter4/CodeIgniter4/blob/develop/changelogs/CHANGELOG_4.2.md>`_
26+
for a complete list of bugs fixed.

user_guide_src/source/changelogs/v4.2.10.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,6 @@ Bugs Fixed
1414

1515
- Fixed incorrect PHPDoc types in Session.
1616

17-
See the repo's `CHANGELOG.md <https://github.com/codeigniter4/CodeIgniter4/blob/develop/CHANGELOG.md>`_ for a complete list of bugs fixed.
17+
See the repo's
18+
`CHANGELOG_4.2.md <https://github.com/codeigniter4/CodeIgniter4/blob/develop/changelogs/CHANGELOG_4.2.md>`_
19+
for a complete list of bugs fixed.

user_guide_src/source/changelogs/v4.2.11.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,6 @@ Bugs Fixed
2929
- Fixed a ``FileLocator::locateFile()`` bug where a similar namespace name could be replaced by another, causing a failure to find a file that exists.
3030
- Fixed a ``RedisHandler`` session class to use the correct config when used with a socket connection.
3131

32-
See the repo's `CHANGELOG.md <https://github.com/codeigniter4/CodeIgniter4/blob/develop/CHANGELOG.md>`_ for a complete list of bugs fixed.
32+
See the repo's
33+
`CHANGELOG_4.2.md <https://github.com/codeigniter4/CodeIgniter4/blob/develop/changelogs/CHANGELOG_4.2.md>`_
34+
for a complete list of bugs fixed.

user_guide_src/source/changelogs/v4.2.12.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,6 @@ Bugs Fixed
1717
- Fixed ``spark migrate:status`` shows incorrect filenames when format is ``Y_m_d_His_``.
1818
- Fixed an error when ``Model::save()`` saves an object if ``$useAutoIncrement`` is false.
1919

20-
See the repo's `CHANGELOG.md <https://github.com/codeigniter4/CodeIgniter4/blob/develop/CHANGELOG.md>`_ for a complete list of bugs fixed.
20+
See the repo's
21+
`CHANGELOG_4.2.md <https://github.com/codeigniter4/CodeIgniter4/blob/develop/changelogs/CHANGELOG_4.2.md>`_
22+
for a complete list of bugs fixed.

user_guide_src/source/changelogs/v4.2.2.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,6 @@ Deprecations
4242
Bugs Fixed
4343
**********
4444

45-
See the repo's `CHANGELOG.md <https://github.com/codeigniter4/CodeIgniter4/blob/develop/CHANGELOG.md>`_ for a complete list of bugs fixed.
45+
See the repo's
46+
`CHANGELOG_4.2.md <https://github.com/codeigniter4/CodeIgniter4/blob/develop/changelogs/CHANGELOG_4.2.md>`_
47+
for a complete list of bugs fixed.

user_guide_src/source/changelogs/v4.2.3.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,6 @@ Enhancements
1717
Bugs Fixed
1818
**********
1919

20-
See the repo's `CHANGELOG.md <https://github.com/codeigniter4/CodeIgniter4/blob/develop/CHANGELOG.md>`_ for a complete list of bugs fixed.
20+
See the repo's
21+
`CHANGELOG_4.2.md <https://github.com/codeigniter4/CodeIgniter4/blob/develop/changelogs/CHANGELOG_4.2.md>`_
22+
for a complete list of bugs fixed.

user_guide_src/source/changelogs/v4.2.5.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,6 @@ Bugs Fixed
2525
**********
2626
- When using subqueries in the main query, prefixes are added to the table alias.
2727

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

user_guide_src/source/changelogs/v4.2.6.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,6 @@ Many bugs fixed, but notably:
2121

2222
- AssertionError occurs when using Validation in CLI `#6452 <https://github.com/codeigniter4/CodeIgniter4/pull/6452>`_
2323

24-
See the repo's `CHANGELOG.md <https://github.com/codeigniter4/CodeIgniter4/blob/develop/CHANGELOG.md>`_ for a complete list of bugs fixed.
24+
See the repo's
25+
`CHANGELOG_4.2.md <https://github.com/codeigniter4/CodeIgniter4/blob/develop/changelogs/CHANGELOG_4.2.md>`_
26+
for a complete list of bugs fixed.

user_guide_src/source/changelogs/v4.2.7.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,6 @@ Message Changes
3131
Bugs Fixed
3232
**********
3333

34-
See the repo's `CHANGELOG.md <https://github.com/codeigniter4/CodeIgniter4/blob/develop/CHANGELOG.md>`_ for a complete list of bugs fixed.
34+
See the repo's
35+
`CHANGELOG_4.2.md <https://github.com/codeigniter4/CodeIgniter4/blob/develop/changelogs/CHANGELOG_4.2.md>`_
36+
for a complete list of bugs fixed.

0 commit comments

Comments
 (0)