Skip to content

Releases: UCF/UCF-Social-Plugin

v4.0.4

Choose a tag to compare

@jmbarne3 jmbarne3 released this 01 Nov 16:45

Bug Fixes:

  • Updated hover state on twitter/X logo.

v4.0.3

Choose a tag to compare

released this 31 Oct 20:43

Enhancements:

Updated the background color of the X icon.

v4.0.2

Choose a tag to compare

@jmbarne3 jmbarne3 released this 31 Oct 14:13

Enhancements:

  • Replaced twitter bird logo with the X logo within the SVG and appropriately updated text and styles.

v4.0.1

Choose a tag to compare

@jmbarne3 jmbarne3 released this 22 Mar 14:14
7255b2e

Enhancements:

  • Added composer file.

v4.0.0

Choose a tag to compare

@cjg89 cjg89 released this 21 May 13:44

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 title attr usage with .sr-only text in social share links.

Bug Fixes:

  • Fixed "option_${option}" filter name string interpolation, so option formatting should work as expected now

v3.0.7

Choose a tag to compare

@cjg89 cjg89 released this 15 Feb 17:15

Bug fixes:

  • Re-added default markup strings for layout filters, fixing a bug introduced in v3.0.6 with custom layouts that don't define custom functions for all parts of the layout.

v3.0.6

Choose a tag to compare

@cjg89 cjg89 released this 29 Jan 14:43

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 in UCF_Social_Common::has_social_feed() to avoid unnecessary 2x shortcode execution

Deprecated:

  • Deprecated UCF_Social_Common::enqueue_curator_widget_assets() and ucf_social_enqueue_assets()

v3.0.5

Choose a tag to compare

@cadie cadie released this 02 Jun 19:42

Enhancements:

  • Adds TikTok.

v3.0.4

Choose a tag to compare

@cjg89 cjg89 released this 10 Oct 17:30

Bug fixes:

  • Removed duplicate ID attribute from wrapper element surrounding scrollbox layouts.

v3.0.3

Choose a tag to compare

@cjg89 cjg89 released this 21 Aug 19:48

Bug fixes:

  • Added role="note" to all <aside> elements generated by the plugin to undesignate them as ARIA landmarks.
  • Fixed undefined index notice on scrollbox layouts.