|
10 | 10 | </div> |
11 | 11 | <div class="description"> |
12 | 12 | <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') |
16 | 16 | ) ?> |
17 | 17 | </p> |
18 | 18 | <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.') ?> |
24 | 26 | </ul> |
25 | 27 | <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> |
27 | 29 | </div> |
28 | 30 | </div> |
29 | 31 | </div> |
|
0 commit comments