This update removes the use of most of the deprecated methods used throughout the code. The biggest change is the removal of the legacy social media icons. These have not been used within Connections since version 8.40 was released on 04/19/2019. This change should not affect anyone unless they were being used directly.
- TWEAK: Add filter to the
[cn-content render=false]
shortcode to support the Page Builder plugin by SiteOrigin. - OTHER: Remove the legacy social network icons to reduce plugin package size.
- DEV: Code alignment.
- DEV: Correct the replacement method for a deprecated method debug message.
- DEV: Remove use of the deprecated method
cnValidate::userPermitted()
. - DEV: Remove use of the deprecated method
cnCountry::getCode()
. - DEV: Remove use of the deprecated method
cnOptions::getDateOptions()
. - DEV: Remove use of the deprecated method
cnFormatting::toCamelCase()
. - DEV: Remove use of the deprecated method
cnFunction::isDimensionalArray()
. - DEV: Remove use of the deprecated method
cnEntry::getFullFirstLastName()
. - DEV: Remove use of deprecated methods
cnSanitize::htmlClass()
and cnFunction::escAttributeDeep()` in the term list class. - DEV: Remove use of the deprecated method
cnUser::getFilterPage()
. - DEV: Remove use of the deprecated method
cnUtility::getUUID()
. - DEV: Remove use of the deprecated method
cnFormatting::maybeJSONencode()
. - DEV: Remove use of the deprecated method
cnFormatting::maybeJSONdecode()
. - DEV: Remove use of the deprecated method
cnUtility::toNumericHash()
. - DEV: Remove use of the deprecated method in
cnRetrieve
.