Skip to content
Snippets Groups Projects
Unverified Commit 46257dae authored by Seamus Lee's avatar Seamus Lee Committed by GitHub
Browse files

Change language as suggested by Tim to denote the actual change that happened in 5.21


Co-Authored-By: default avatarTim Otten <totten@civicrm.org>
parent 14fcb51d
No related branches found
No related tags found
1 merge request!739Add in documentation on setting and retrieving contact settings using…
......@@ -27,7 +27,7 @@ The "Settings" system developed incrementally:
- v4.7 – Added `Civi::settings()` and refactored init system. Finished migrating data from `civicrm_domain` to `civicrm_setting`.
- v5.7 - Added `Civi::contactSettings()` as a facade to allow for managing of Contact Settings rather than domain level settings.
- v5.8 - Added Generic CiviCRM settings form.
- v5.21 - Deprecated the usage of `CRM_Contact_BAO_Setting::setItem` in favour of the `Civi::settings` and `Civi::contactSettings` functionality and the Setting API to set settings
- v5.21 - `CRM_Contact_BAO_Setting::setItem()` will now emit deprecation warnings. Use `Civi::settings()`, `Civi::contactSettings()`, or the Setting API instead.
## Settings Definition
......@@ -221,4 +221,3 @@ class CRM_Admin_Form_Setting_Miscellaneous extends CRM_Admin_Form_Setting {
);
}
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment