Skip to content

Commit

Permalink
Add deprecation note for joomla/joomla-cms#42584 (#211)
Browse files Browse the repository at this point in the history
  • Loading branch information
heelc29 authored Jan 5, 2024
1 parent 1a228f3 commit 48a62de
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions migrations/50-51/new-deprecations.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,15 @@ Strings will be removed in 6.0:
* `COM_CONTENT_RUN_TRANSITION`, use `JWORKFLOW_RUN_TRANSITION` instead
* `COM_CONTENT_WORKFLOW_STAGE`, use `JWORKFLOW_STAGE` instead

File: `administrator/language/en-GB/com_fields.ini`
* `COM_FIELDS_FIELD_FORM_LAYOUT_LABEL`, use `JLIB_FORM_FIELD_PARAM_LAYOUT_LABEL` instead

File: `administrator/language/en-GB/plg_fields_list.ini`
* `PLG_FIELDS_LIST_PARAMS_FORM_LAYOUT_FANCY_SELECT`, use `JLIB_FORM_FIELD_PARAM_LAYOUT_FANCY_SELECT` instead

File: `administrator/language/en-GB/plg_fields_sql.ini`
* `PLG_FIELDS_SQL_PARAMS_FORM_LAYOUT_FANCY_SELECT`, use `JLIB_FORM_FIELD_PARAM_LAYOUT_FANCY_SELECT` instead

# Class deprecations

Planned to be removed in Joomla! 7.0.
Expand Down

0 comments on commit 48a62de

Please sign in to comment.