|
3 | 3 | <head> |
4 | 4 | <meta charset="utf-8" /> |
5 | 5 | <meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
6 | | - <title>Version 4.0.0-beta.1 — CodeIgniter 4.2.6 documentation</title><link rel="stylesheet" href="../_static/css/citheme.css" type="text/css" /> |
| 6 | + <title>Version 4.0.0-beta.1 — CodeIgniter 4.2.7 documentation</title><link rel="stylesheet" href="../_static/css/citheme.css" type="text/css" /> |
7 | 7 | <link rel="stylesheet" href="../_static/pygments.css" type="text/css" /><link rel="shortcut icon" href="../_static/favicon.ico"/> |
8 | 8 | <!--[if lt IE 9]> |
9 | 9 | <script src="../_static/js/html5shiv.min.js"></script> |
|
271 | 271 | <div class="section" id="version-4-0-0-beta-1"> |
272 | 272 | <h1>Version 4.0.0-beta.1<a class="headerlink" href="#version-4-0-0-beta-1" title="Permalink to this headline"></a></h1> |
273 | 273 | <p>Release Date: Mar 1, 2019</p> |
274 | | -<p>Highlights:</p> |
| 274 | +<div class="contents local topic" id="contents"> |
| 275 | +<ul class="simple"> |
| 276 | +<li><a class="reference internal" href="#highlights" id="id1">Highlights</a></li> |
| 277 | +<li><a class="reference internal" href="#new-messages" id="id2">New Messages</a></li> |
| 278 | +<li><a class="reference internal" href="#app-changes" id="id3">App Changes</a></li> |
| 279 | +<li><a class="reference internal" href="#changed-files" id="id4">Changed Files</a></li> |
| 280 | +<li><a class="reference internal" href="#prs-merged" id="id5">PRs merged</a></li> |
| 281 | +</ul> |
| 282 | +</div> |
| 283 | +<div class="section" id="highlights"> |
| 284 | +<h2><a class="toc-backref" href="#id1">Highlights</a><a class="headerlink" href="#highlights" title="Permalink to this headline"></a></h2> |
275 | 285 | <ul class="simple"> |
276 | 286 | <li>New View Layouts provide simple way to create site site view templates.</li> |
277 | 287 | <li>Fixed user guide CSS for proper wide table display</li> |
278 | 288 | <li>Converted UploadedFile to use system messages</li> |
279 | 289 | <li>Numerous database, migration & model bugs fixed</li> |
280 | 290 | <li>Refactored unit testing for appstarter & framework distributions</li> |
281 | 291 | </ul> |
282 | | -<p>New messages:</p> |
| 292 | +</div> |
| 293 | +<div class="section" id="new-messages"> |
| 294 | +<h2><a class="toc-backref" href="#id2">New Messages</a><a class="headerlink" href="#new-messages" title="Permalink to this headline"></a></h2> |
283 | 295 | <ul class="simple"> |
284 | 296 | <li>Database.tableNotFound</li> |
285 | 297 | <li>HTTP.uploadErr…</li> |
286 | 298 | </ul> |
287 | | -<p>App changes:</p> |
| 299 | +</div> |
| 300 | +<div class="section" id="app-changes"> |
| 301 | +<h2><a class="toc-backref" href="#id3">App Changes</a><a class="headerlink" href="#app-changes" title="Permalink to this headline"></a></h2> |
288 | 302 | <ul class="simple"> |
289 | 303 | <li>app/Config/Cache has new setting: database</li> |
290 | 304 | <li>app/Views/welcome_message has logo tinted</li> |
291 | 305 | <li>composer.json has a case correction</li> |
292 | 306 | <li>env adds CI_ENVIRONMENT suggestion</li> |
293 | 307 | </ul> |
| 308 | +</div> |
| 309 | +<div class="section" id="changed-files"> |
| 310 | +<h2><a class="toc-backref" href="#id4">Changed Files</a><a class="headerlink" href="#changed-files" title="Permalink to this headline"></a></h2> |
294 | 311 | <p>The list of changed files follows, with PR numbers shown.</p> |
295 | 312 | <ul class="simple"> |
296 | 313 | <li><dl class="first docutils"> |
@@ -626,8 +643,9 @@ <h1>Version 4.0.0-beta.1<a class="headerlink" href="#version-4-0-0-beta-1" title |
626 | 643 | <li>composer.json #1755</li> |
627 | 644 | <li>.env #1749</li> |
628 | 645 | </ul> |
| 646 | +</div> |
629 | 647 | <div class="section" id="prs-merged"> |
630 | | -<h2>PRs merged:<a class="headerlink" href="#prs-merged" title="Permalink to this headline"></a></h2> |
| 648 | +<h2><a class="toc-backref" href="#id5">PRs merged</a><a class="headerlink" href="#prs-merged" title="Permalink to this headline"></a></h2> |
631 | 649 | <ul class="simple"> |
632 | 650 | <li>#1774 Housekeeping for beta.1</li> |
633 | 651 | <li>#1768 Helper changes - signatures & typos</li> |
@@ -685,7 +703,7 @@ <h2>PRs merged:<a class="headerlink" href="#prs-merged" title="Permalink to this |
685 | 703 |
|
686 | 704 | <div role="contentinfo"> |
687 | 705 | <p>© Copyright 2019-2022 CodeIgniter Foundation. |
688 | | - <span class="lastupdated">Last updated on Sep 05, 2022. |
| 706 | + <span class="lastupdated">Last updated on Oct 06, 2022. |
689 | 707 | </span></p> |
690 | 708 | </div> |
691 | 709 |
|
|
0 commit comments