Skip to content

Commit

Permalink
Fix version reference
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Nov 28, 2023
1 parent 458d10f commit b402c58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 2023/11/27/cakephp_503.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ You can expect the following changes in 5.0.3. See the `changelog
* Update path to ``plugin_class_error.php``.
* Added deprecation to passing query options as paginator settings. Usage such
as ``$paginator->paginate($table, [], ['fields' => ['title']]);`` will now
emit deprecation warnings. This behavior will not be supported in 5.0.
emit deprecation warnings. This behavior will not be supported in 6.0.
* Expanded enum support to include providing a label. Implementing
``Cake\Database\Type\EnumLabelInterface`` in your enum class will allow you to
provide a user facing label. Labels are used by ``FormHelper`` when generating
Expand Down

0 comments on commit b402c58

Please sign in to comment.