Skip to content

Commit 38b232c

Browse files
authored
Merge pull request #392 from cakephp/cakephp-5.3
Update "what's new" section for CakePHP 5.3
2 parents 6ef6fa6 + 9e50fec commit 38b232c

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

templates/element/home/whats_new.php

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,20 +10,22 @@
1010
</div>
1111
<div class="description">
1212
<div class="mb50 mt50">
13-
<h2><?= __("What's new in 5.2") ?></h2>
14-
<p><?= __("The migration guide has a complete list of {0}. We recommend you give that page a read when upgrading. A few highlights from 5.2 are:",
15-
$this->Html->link(__("what's new in 5.2"), 'https://book.cakephp.org/5/en/appendices/5-2-migration-guide.html')
13+
<h2><?= __("What's new in 5.3") ?></h2>
14+
<p><?= __("The migration guide has a complete list of {0}. We recommend you give that page a read when upgrading. A few highlights from 5.3 are:",
15+
$this->Html->link(__("what's new in 5.3"), 'https://book.cakephp.org/5/en/appendices/5-3-migration-guide.html')
1616
) ?>
1717
</p>
1818
<ul>
19-
<li><?= __('New "counter_cache" command') ?></li>
20-
<li><?= __('New "nativeuuid" database type') ?></li>
21-
<li><?= __('Error handling customization using methods in "ErrorController"') ?></li>
22-
<li><?= __('Helper method for generation importmap for JavaScript files') ?></li>
23-
<li><?= __('Support for PHPUnit 12') ?></li>
19+
<li><?= __('New "SelectQuery::projectAs()" for projecting query results into DTO') ?></li>
20+
<li><?= __('New "#[Configure]" attribute and the "TableContainer" delegate for DIC') ?></li>
21+
<li><?= __('New "RateLimitMiddleware"') ?></li>
22+
<li><?= __('Added Redis Cluster support to "RedisEngine"') ?></li>
23+
<li><?= __('Added support for additional column types in MySQL and Postgres.') ?></li>
24+
<li><?= __('Added new events for the "Cache" package.') ?></li>
25+
<li><?= __('Added new fluent builders for defining the "sortableFields" data of your pagination operations.') ?>
2426
</ul>
2527
<div>
26-
<a href="https://book.cakephp.org/5/en/appendices/5-2-migration-guide.html" class="btn btn-home">Learn more</a>
28+
<a href="https://book.cakephp.org/5/en/appendices/5-3-migration-guide.html" class="btn btn-home">Learn more</a>
2729
</div>
2830
</div>
2931
</div>

0 commit comments

Comments
 (0)