|
10 | 10 | </div> |
11 | 11 | <div class="description"> |
12 | 12 | <div class="mb50 mt50"> |
13 | | - <h2><?= __("What's new in 5.1") ?></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.1 are:", |
15 | | - $this->Html->link(__("what's new in 5.1"), 'https://book.cakephp.org/5/en/appendices/5-1-migration-guide.html') |
| 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') |
16 | 16 | ) ?> |
17 | 17 | </p> |
18 | 18 | <ul> |
19 | | - <li><?= __('new plugin commands') ?></li> |
20 | | - <li><?= __('Components can now have dependencies injected by the container') ?></li> |
21 | | - <li><?= __('Upgraded to support PHPUnit 11.1+') ?></li> |
22 | | - <li><?= __('Improved enum validation') ?></li> |
23 | | - <li><?= __('More events, so you can observe your application more easily') ?></li> |
24 | | - <li><?= __('Geospatial type support') ?></li> |
25 | | - <li><?= __('INTERSECT operation support in Database queries') ?></li> |
| 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> |
26 | 24 | </ul> |
27 | 25 | <div> |
28 | | - <a href="https://book.cakephp.org/5/en/appendices/5-1-migration-guide.html" class="btn btn-home">Learn more</a> |
| 26 | + <a href="https://book.cakephp.org/5/en/appendices/5-2-migration-guide.html" class="btn btn-home">Learn more</a> |
29 | 27 | </div> |
30 | 28 | </div> |
31 | 29 | </div> |
|
0 commit comments