Releases: UCF/UCF-Events-Plugin
Releases · UCF/UCF-Events-Plugin
v1.0.5
- 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
- Bug Fixes:
- Fixed
[ucf-events]
shortcode to return its output instead of echo it; fixes output buffer issues with shortcode contents.
v1.0.2
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
- 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.