Releases: UCF/UCF-Social-Plugin
Releases · UCF/UCF-Social-Plugin
Release list
v4.0.4
v4.0.3
v4.0.2
v4.0.1
v4.0.0
Breaking changes:
- Removed the
[ucf-social-feed]shortcode. If your site still requires Curator social feeds, we recommend adding Curator widgets to pages manually using embed snippets provided by Curator, or by using the UCF Page Assets Plugin to upload Curator JavaScript per-page where feeds are needed. - Dropped IE support from generated CSS completely.
- Replaced usage of Font Awesome 4 icons (and dependency on Font Awesome) in favor of including our own SVG icons. If you've defined custom layouts for the
[ucf-social-icons]and[ucf-social-links]shortcodes in your theme or another plugin, you should test to confirm those layouts are still styled correctly after upgrading to v4.0.0.
Enhancements:
- Bumped the max character limit for sharable tweets from 140 to 280.
- Replaced
titleattr usage with.sr-onlytext in social share links.
Bug Fixes:
- Fixed
"option_${option}"filter name string interpolation, so option formatting should work as expected now
v3.0.7
v3.0.6
Enhancements:
- Added late enqueuing of JS for social feeds
- Removed redundant
has_filter()checks when generating markup for shortcode layouts - Added Github issue/PR templates and contributing doc; updated linter configs and gulpfile + gulp config
- Upgraded packages
- Updated plugin dependencies for clarity
Bug fixes:
- Removed
do_shortcode()call on content inUCF_Social_Common::has_social_feed()to avoid unnecessary 2x shortcode execution
Deprecated:
- Deprecated
UCF_Social_Common::enqueue_curator_widget_assets()anducf_social_enqueue_assets()