Skip to content

Releases: UCF/UCF-FAQ-CPT

v2.2.1

Choose a tag to compare

@jmbarne3 jmbarne3 released this 13 Aug 17:06

What's Changed

Full Changelog: v2.2.0...v2.2.1

v2.2.0

Choose a tag to compare

@jmbarne3 jmbarne3 released this 13 Aug 14:56

What's Changed

Full Changelog: v2.1.1...v2.2.0

v2.1.1

Choose a tag to compare

@jmbarne3 jmbarne3 released this 11 Aug 17:43

What's Changed

Full Changelog: v2.1.0...v2.1.1

v2.1.0

Choose a tag to compare

@jmbarne3 jmbarne3 released this 11 Aug 14:53

What's Changed

Full Changelog: v2.0.4...v2.1.0

v2.0.4

Choose a tag to compare

@jmbarne3 jmbarne3 released this 22 Mar 13:41
74b9085

Enhancements:

  • Added composer file.

v2.0.3

Choose a tag to compare

@rjucf rjucf released this 17 Aug 19:54
df86331

Accessibility Fixes

  • Updated question tags from h3 to strong
  • Updated title to h2 tags instead of h2

v2.0.2

Choose a tag to compare

@cjg89 cjg89 released this 11 Mar 17:18

Enhancements:

  • Adjusted link underline styles in card layouts for FAQs and topics to support Athena v1.1.1+
  • Adjusted text colors on FAQ question links and inner card contents to better support usage of FAQ lists against dark backgrounds with light text, e.g. .bg-inverse
  • Upgraded packages

v2.0.1

Choose a tag to compare

@cjg89 cjg89 released this 19 Apr 18:45

Bug Fixes:

  • Fixed incorrect early usage of conditional query tags and get_query_var() in ucf_faq_sort_order().

Enhancements:

  • Upgraded packages

v2.0.0

Choose a tag to compare

@cjg89 cjg89 released this 08 Feb 14:52

Enhancements:

  • (Breaking change) Updated Handlebars and Typeahead to enqueue by default, since those were incorrectly set to not enqueue out of the box. To do this, the existing Typeahead/Handlebars enqueue options have been completely removed and replaced with new options. You'll need to adjust these settings again if you depend on these scripts not being enqueued.
  • (Breaking change) Renamed Handlebars/Typeahead script handles for consistency with our other plugins
  • Implemented late JS enqueueing, so that only pages that utilize the [ucf-faq-search] shortcode will load dependent JS files
  • Renamed ucf-faq-script.min.js to ucf-faq-search.min.js for clarity
  • Split out existing Common and Shortcode classes into their own separate files
  • Added a display function for FAQ searches for consistency with other shortcodes
  • Upgraded packages; added Github issue/PR templates and CONTRIBUTING doc

Bug fixes:

  • Fixed issue with the handlebars_handle option being formatted as a boolean instead of enqueue_handlebars
  • Fixed option_{$option_name} hook to actually work + use the correct option name
  • Added default_option_{$option_name} hook to ensure defaults values get returned by get_option() when a unique default param isn't passed in

v1.3.0

Choose a tag to compare

@jmbarne3 jmbarne3 released this 08 Jul 13:47

Enhancements:

  • Added the ucf-faq-search shortcode.