|
4 | 4 | <meta charset="utf-8" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" /> |
5 | 5 |
|
6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
7 | | - <title>Change Logs — CodeIgniter 4.6.5 documentation</title> |
| 7 | + <title>Change Logs — CodeIgniter 4.7.0 documentation</title> |
8 | 8 | <link rel="stylesheet" type="text/css" href="../_static/pygments.css" /> |
9 | 9 | <link rel="stylesheet" type="text/css" href="../_static/css/citheme.css" /> |
10 | 10 | <link rel="stylesheet" type="text/css" href="../_static/css/citheme_dark.css" /> |
|
26 | 26 | <script src="../_static/js/theme.js"></script> |
27 | 27 | <link rel="index" title="Index" href="../genindex.html" /> |
28 | 28 | <link rel="search" title="Search" href="../search.html" /> |
29 | | - <link rel="next" title="Version 4.6.5" href="v4.6.5.html" /> |
| 29 | + <link rel="next" title="Version 4.7.0" href="v4.7.0.html" /> |
30 | 30 | <link rel="prev" title="Deployment" href="../installation/deployment.html" /> |
31 | 31 | </head> |
32 | 32 |
|
|
65 | 65 | <li class="toctree-l2"><a class="reference internal" href="../installation/installing_composer.html">Composer Installation</a></li> |
66 | 66 | <li class="toctree-l2"><a class="reference internal" href="../installation/installing_manual.html">Manual Installation</a></li> |
67 | 67 | <li class="toctree-l2"><a class="reference internal" href="../installation/running.html">Running Your App</a></li> |
| 68 | +<li class="toctree-l2"><a class="reference internal" href="../installation/worker_mode.html">Worker Mode</a></li> |
68 | 69 | <li class="toctree-l2"><a class="reference internal" href="../installation/troubleshooting.html">Troubleshooting</a></li> |
69 | 70 | <li class="toctree-l2"><a class="reference internal" href="../installation/deployment.html">Deployment</a></li> |
70 | 71 | <li class="toctree-l2 current"><a class="current reference internal" href="#">Change Logs</a></li> |
|
74 | 75 | </li> |
75 | 76 | </ul> |
76 | 77 | <ul> |
77 | | -<li class="toctree-l1"><a class="reference internal" href="../tutorial/index.html">Build Your First Application</a><ul> |
78 | | -<li class="toctree-l2"><a class="reference internal" href="../tutorial/static_pages.html">Static Pages</a></li> |
79 | | -<li class="toctree-l2"><a class="reference internal" href="../tutorial/news_section.html">News Section</a></li> |
80 | | -<li class="toctree-l2"><a class="reference internal" href="../tutorial/create_news_items.html">Create News Items</a></li> |
81 | | -<li class="toctree-l2"><a class="reference internal" href="../tutorial/conclusion.html">Conclusion</a></li> |
| 78 | +<li class="toctree-l1"><a class="reference internal" href="../guides/index.html">Guides</a><ul> |
| 79 | +<li class="toctree-l2"><a class="reference internal" href="../guides/first-app/index.html">Build Your First Application</a></li> |
| 80 | +<li class="toctree-l2"><a class="reference internal" href="../guides/api/index.html">Getting Started with REST APIs</a></li> |
82 | 81 | </ul> |
83 | 82 | </li> |
84 | 83 | </ul> |
|
116 | 115 | <li class="toctree-l2"><a class="reference internal" href="../incoming/routing.html">URI Routing</a></li> |
117 | 116 | <li class="toctree-l2"><a class="reference internal" href="../incoming/controllers.html">Controllers</a></li> |
118 | 117 | <li class="toctree-l2"><a class="reference internal" href="../incoming/filters.html">Controller Filters</a></li> |
| 118 | +<li class="toctree-l2"><a class="reference internal" href="../incoming/controller_attributes.html">Controller Attributes</a></li> |
119 | 119 | <li class="toctree-l2"><a class="reference internal" href="../incoming/auto_routing_improved.html">Auto Routing (Improved)</a></li> |
120 | 120 | <li class="toctree-l2"><a class="reference internal" href="../incoming/message.html">HTTP Messages</a></li> |
121 | 121 | <li class="toctree-l2"><a class="reference internal" href="../incoming/request.html">Request Class</a></li> |
|
136 | 136 | <li class="toctree-l2"><a class="reference internal" href="../outgoing/view_decorators.html">View Decorators</a></li> |
137 | 137 | <li class="toctree-l2"><a class="reference internal" href="../outgoing/table.html">HTML Table Class</a></li> |
138 | 138 | <li class="toctree-l2"><a class="reference internal" href="../outgoing/response.html">HTTP Responses</a></li> |
139 | | -<li class="toctree-l2"><a class="reference internal" href="../outgoing/api_responses.html">API Response Trait</a></li> |
| 139 | +<li class="toctree-l2"><a class="reference internal" href="../outgoing/api_responses.html">API Responses</a></li> |
| 140 | +<li class="toctree-l2"><a class="reference internal" href="../outgoing/api_transformers.html">API Resources</a></li> |
140 | 141 | <li class="toctree-l2"><a class="reference internal" href="../outgoing/csp.html">Content Security Policy</a></li> |
141 | 142 | <li class="toctree-l2"><a class="reference internal" href="../outgoing/localization.html">Localization</a></li> |
142 | 143 | <li class="toctree-l2"><a class="reference internal" href="../outgoing/alternative_php.html">Alternate PHP Syntax for View Files</a></li> |
|
244 | 245 | <li class="toctree-l2"><a class="reference internal" href="../cli/cli_commands.html">Creating Spark Commands</a></li> |
245 | 246 | <li class="toctree-l2"><a class="reference internal" href="../cli/cli_generators.html">CLI Generators</a></li> |
246 | 247 | <li class="toctree-l2"><a class="reference internal" href="../cli/cli_library.html">CLI Library</a></li> |
| 248 | +<li class="toctree-l2"><a class="reference internal" href="../cli/cli_signals.html">CLI Signals</a></li> |
247 | 249 | <li class="toctree-l2"><a class="reference internal" href="../cli/cli_request.html">CLIRequest Class</a></li> |
248 | 250 | </ul> |
249 | 251 | </li> |
|
291 | 293 | <section id="change-logs"> |
292 | 294 | <h1>Change Logs<a class="headerlink" href="#change-logs" title="Permalink to this heading"></a></h1> |
293 | 295 | <section id="version-version"> |
294 | | -<h2>Version 4.6<a class="headerlink" href="#version-version" title="Permalink to this heading"></a></h2> |
| 296 | +<h2>Version 4.7<a class="headerlink" href="#version-version" title="Permalink to this heading"></a></h2> |
295 | 297 | <p><strong>List of all CodeIgniter4 releases</strong></p> |
296 | 298 | <p>See all the changes.</p> |
297 | 299 | <div class="toctree-wrapper compound"> |
298 | 300 | <ul> |
| 301 | +<li class="toctree-l1"><a class="reference internal" href="v4.7.0.html">Version 4.7.0</a></li> |
299 | 302 | <li class="toctree-l1"><a class="reference internal" href="v4.6.5.html">Version 4.6.5</a></li> |
300 | 303 | <li class="toctree-l1"><a class="reference internal" href="v4.6.4.html">Version 4.6.4</a></li> |
301 | 304 | <li class="toctree-l1"><a class="reference internal" href="v4.6.3.html">Version 4.6.3</a></li> |
@@ -379,7 +382,7 @@ <h2>Version 4.6<a class="headerlink" href="#version-version" title="Permalink to |
379 | 382 | </div> |
380 | 383 | <footer><div class="rst-footer-buttons" role="navigation" aria-label="Footer"> |
381 | 384 | <a href="../installation/deployment.html" class="btn btn-neutral float-left" title="Deployment" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left" aria-hidden="true"></span> Previous</a> |
382 | | - <a href="v4.6.5.html" class="btn btn-neutral float-right" title="Version 4.6.5" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right" aria-hidden="true"></span></a> |
| 385 | + <a href="v4.7.0.html" class="btn btn-neutral float-right" title="Version 4.7.0" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right" aria-hidden="true"></span></a> |
383 | 386 | </div> |
384 | 387 |
|
385 | 388 | <hr/> |
|
0 commit comments