File tree 2 files changed +4
-0
lines changed
2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -355,6 +355,8 @@ Others
355
355
usage in your view files, which was supported by CodeIgniter 3.
356
356
- **CSP: ** Added ``ContentSecurityPolicy::clearDirective() `` method to clear
357
357
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 >`.
358
360
- **HTTP: ** Added ``Message::addHeader() `` method to add another header with
359
361
the same name. See :php:meth: `CodeIgniter\\ HTTP\\ Message::addHeader() `.
360
362
- **Web Page Caching: ** ``ResponseCache `` has been improved to include the request
Original file line number Diff line number Diff line change @@ -100,6 +100,8 @@ invoked by **public/index.php**:
100
100
* **post_system ** Called right before the final rendered page is sent to the browser,
101
101
at the end of system execution, after the execution of "after" controller filters.
102
102
103
+ .. _event-points-for-cli-apps :
104
+
103
105
For CLI Apps
104
106
------------
105
107
You can’t perform that action at this time.
0 commit comments