Skip to content

Releases: UCF/UCF-Events-Plugin

v1.0.5

25 Jul 18:09
Compare
Choose a tag to compare
  • Bug Fixes:
    • Fixed display_events() in UCF_Events_Common not being set as a static method
    • Updated UCF_Events_Common::display_events() to return its output
    • Added false-y check for $items in ucf_events_display_classic() to help prevent looping through non-items.

v1.0.3

20 Feb 20:25
Compare
Choose a tag to compare
  • Bug Fixes:
    • Fixed [ucf-events] shortcode to return its output instead of echo it; fixes output buffer issues with shortcode contents.

v1.0.2

20 Feb 15:43
Compare
Choose a tag to compare

Bug Fixes:

  • Whitelists the hostname from the default feed_url option to make sure wp_safe_remote_get does not mark calls to the host as unsafe.

v1.0.1

17 Feb 17:10
Compare
Choose a tag to compare
  • Bug Fixes:
    • Updated style enqueue logic to always enqueue, instead of being dependent on the widget or shortcode being on a page.
    • Corrected problem with do_action dereferencing arrays with a single index. Account for this dereference in callbacks.