Skip to content

Commit 3bdc25c

Browse files
committed
docs: Move to 4.6 branch
1 parent 5b08922 commit 3bdc25c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

user_guide_src/source/changelogs/v4.5.8.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@ Bugs Fixed
3131
**********
3232

3333
- **Database:** Fixed a bug where ``Builder::affectedRows()`` threw an error when the previous query call failed in ``Postgre`` and ``SQLSRV`` drivers.
34-
- **View:** Added support for multibyte strings for ``View::excerpt()``.
35-
- **Helpers:** Added support for multibyte strings for ``excerpt()``.
3634

3735
See the repo's
3836
`CHANGELOG.md <https://github.com/codeigniter4/CodeIgniter4/blob/develop/CHANGELOG.md>`_

user_guide_src/source/changelogs/v4.6.0.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@ Method Signature Changes
168168
- **Time:** The first parameter type of the ``createFromTimestamp()`` has been
169169
changed from ``int`` to ``int|float``, and the return type ``static`` has been
170170
added.
171+
- **Helpers:** ``character_limiter()`` parameter names have been updated. If you use named arguments, you need to update the function calls.
171172

172173
Removed Type Definitions
173174
------------------------
@@ -350,6 +351,8 @@ Bugs Fixed
350351
- **Response:**
351352
- Headers set using the ``Response`` class are now prioritized and replace headers
352353
that can be set manually using the PHP ``header()`` function.
354+
- **View:** Added support for multibyte strings for ``View::excerpt()``.
355+
- **Helpers:** Added support for multibyte strings for ``excerpt()``.
353356

354357
See the repo's
355358
`CHANGELOG.md <https://github.com/codeigniter4/CodeIgniter4/blob/develop/CHANGELOG.md>`_

0 commit comments

Comments
 (0)