Skip to content

Commit e9b877c

Browse files
committed
Add notes for 5.1.2
1 parent 5070b3c commit e9b877c

File tree

2 files changed

+62
-0
lines changed

2 files changed

+62
-0
lines changed

2024/11/09/cakephp_512.rst

+61
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
CakePHP 5.1.2
2+
==============
3+
4+
The CakePHP core team is happy to announce the immediate availability of CakePHP
5+
5.1.2. This is a maintenance release for the 5.1 branch that fixes several
6+
community reported issues and regressions. If you are having problems with the framework
7+
breaking your application when you upgrade from 5.0.11 to 5.1, please open an
8+
`issue<https://github.com/cakephp/cakephp/issues/new?template=bug_report.yml>`__.
9+
10+
Bugfixes
11+
--------
12+
13+
You can expect the following changes in 5.1.2. See the `changelog
14+
<https://github.com/cakephp/cakephp/compare/5.1.1...5.1.2>`_ for every commit.
15+
16+
* Fix usage of constants in EavStrategy.
17+
* Clean up constructor logic.
18+
* In console command listings app and cakephp commands are now displayed above
19+
plugin names.
20+
* Added command descriptions to all framework commands.
21+
* Fixed file descriptor leaks in ``StubConsoleOutput``.
22+
* Added support for using DI in commands executed by other commands.
23+
* Restored ability to disable query logging at runtime.
24+
* Improved performance of count updates in CounterCache.
25+
* Fixed object naming in ObjectRegistry. Plugin class names are reflected more
26+
correctly now.
27+
* Added IP and URL to active transaction warning.
28+
* Cleanup usage of special view variables to configure the class in
29+
SerializedView.
30+
* Swapped usage of E_USER_ERROR to E_USER_WARNING to improve compatibility
31+
with PHP 8.4.
32+
* Fixed geospatial types not being defined in TypeFactory.
33+
* Improved API documentation.
34+
* Fixed disabling client side buffering with SqlServer when it is disabled in
35+
the ``SelectQuery``.
36+
* Fix XML serialization to not break with enums.
37+
* Add cjs/mjs extensions.
38+
39+
40+
Contributors to 5.1.2
41+
----------------------
42+
43+
Thank you to all the contributors that submitted a pull request:
44+
45+
* Adam Halfar
46+
* ADmad
47+
* Kevin Pfeifer
48+
* Mark Scherer
49+
* Mark Story
50+
* Nicolas Roggli
51+
* othercorey
52+
53+
As always, we would like to also thank all the contributors that opened issues,
54+
or updated the documentation.
55+
56+
Download a `packaged release on github
57+
<https://github.com/cakephp/cakephp/releases>`_.
58+
59+
.. author:: markstory
60+
.. categories:: release, news
61+
.. tags:: release, news

master.rst

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ Sitemap
44
.. toctree::
55
:maxdepth: 1
66

7+
2024/11/09/cakephp_512
78
2024/10/03/cakephp_511
89
2024/09/20/cakephp_457
910
2024/09/13/cakephp_510

0 commit comments

Comments
 (0)