Releases: UCF/UCF-Events-Plugin
Releases · UCF/UCF-Events-Plugin
v2.1.5
What's Changed
- Update packages and gulpfile.js in #36
- Adjust underline styles for modern & classic layouts in #37
Full Changelog: v2.1.4...v2.1.5
v2.1.4
- Bug Fixes:
- Improved compatibility with PHP 7.2 due to deprecation of
create_function()
- Updated Events JSON Feed URL input box to expand the full width of the screen using a built in WP class for better usability
v2.1.3
Bug Fixes:
- Added logic to enforce a minimum value greater than 0 for feed transient expirations
- Updated default feed URL to use HTTPS
v2.1.2
- Bug Fixes:
- Fixed display of event widget markup (the display function was not set to
echo
its results)
- Reduced text sizes of modern layout dates + titles within widgets
- Enhancements:
- Added http_timeout to allow timeout to be adjusted
v2.1.1
- Bug Fixes:
- Removed
is_plugin_active()
check in ucf-events.php
and replaced with class_exists()
check to prevent errors when wp-admin/includes/plugin.php
is not loaded.
v2.1.0
Enhancements:
* Added $fallback_message
parameter to allow a no results message to be customized. Add the message by inserting it in between the opening and closing shortcodes (the content area), i.e. [ucf-events]<insert message here>[/ucf-events]
.
v2.0.1
-
Bug Fixes:
- Fixed notices that could occur when
UCF_Events_Feed::get_events
returns null when using the modern layout
-
Enhancements:
- Added new
modern_nodesc
layout, which is identical to the existing modern
layout but excludes event descriptions.
v2.0.0
Enhancements:
- Updated layout hooks to use filters instead of actions. Please note this change is not backward-compatible with layouts registered using hooks provided by older versions of the plugin.
v1.0.6
- Bug Fixes:
- Fixed bug in modern layout that could cause broken HTML in event descriptions.