Skip to content

Commit 61c5212

Browse files
committed
docs: add changelog
1 parent 07c6649 commit 61c5212

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

user_guide_src/source/changelogs/v4.5.0.rst

+2
Original file line numberDiff line numberDiff line change
@@ -355,6 +355,8 @@ Others
355355
usage in your view files, which was supported by CodeIgniter 3.
356356
- **CSP:** Added ``ContentSecurityPolicy::clearDirective()`` method to clear
357357
existing CSP directives. See :ref:`csp-clear-directives`.
358+
- **Events:** Added event points ``pre_command`` and ``post_command`` for Spark
359+
commands. See :ref:`Event Points <event-points-for-cli-apps>`.
358360
- **HTTP:** Added ``Message::addHeader()`` method to add another header with
359361
the same name. See :php:meth:`CodeIgniter\\HTTP\\Message::addHeader()`.
360362
- **Web Page Caching:** ``ResponseCache`` has been improved to include the request

user_guide_src/source/extending/events.rst

+2
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,8 @@ invoked by **public/index.php**:
100100
* **post_system** Called right before the final rendered page is sent to the browser,
101101
at the end of system execution, after the execution of "after" controller filters.
102102

103+
.. _event-points-for-cli-apps:
104+
103105
For CLI Apps
104106
------------
105107

0 commit comments

Comments
 (0)