Skip to content

Commit c19bf21

Browse files
authored
Merge pull request #7134 from kenjis/fix-docs-changelogs-42
docs: extract CHANGELOG_4.2.md
2 parents 001f928 + 284e90b commit c19bf21

16 files changed

Lines changed: 467 additions & 434 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 421 deletions
Large diffs are not rendered by default.

changelogs/CHANGELOG_4.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Changelog
1+
# Changelog 4.0
22

33
## [v4.0.5](https://github.com/codeigniter4/CodeIgniter4/tree/v4.0.5) (2021-01-31)
44

changelogs/CHANGELOG_4.1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Changelog
1+
# Changelog 4.1
22

33
## [v4.1.9](https://github.com/codeigniter4/CodeIgniter4/tree/v4.1.9) (2022-02-25)
44

changelogs/CHANGELOG_4.2.md

Lines changed: 423 additions & 0 deletions
Large diffs are not rendered by default.

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
@@ -34,4 +34,6 @@ Bugs Fixed
3434
- Fixed a ``FileLocator::locateFile()`` bug where a similar namespace name could be replaced by another, causing a failure to find a file that exists.
3535
- Fixed a ``RedisHandler`` session class to use the correct config when used with a socket connection.
3636

37-
See the repo's `CHANGELOG.md <https://github.com/codeigniter4/CodeIgniter4/blob/develop/CHANGELOG.md>`_ for a complete list of bugs fixed.
37+
See the repo's
38+
`CHANGELOG_4.2.md <https://github.com/codeigniter4/CodeIgniter4/blob/develop/changelogs/CHANGELOG_4.2.md>`_
39+
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.

0 commit comments

Comments
 (0)