Skip to content

Releases: UCF/UCF-Events-Plugin

v2.1.6

22 Mar 13:36
157b406
Compare
Choose a tag to compare

Enhancements:

  • Added composer file.

v2.1.5

16 Mar 19:33
Compare
Choose a tag to compare

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

17 Jun 18:26
Compare
Choose a tag to compare
  • 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

14 Jun 20:25
Compare
Choose a tag to compare

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

24 May 18:04
Compare
Choose a tag to compare
  • 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

11 Jan 17:43
Compare
Choose a tag to compare
  • 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

29 Nov 18:53
Compare
Choose a tag to compare

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

25 Oct 18:58
Compare
Choose a tag to compare
  • 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

09 Aug 20:19
Compare
Choose a tag to compare

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

26 Jul 19:09
Compare
Choose a tag to compare
  • Bug Fixes:
    • Fixed bug in modern layout that could cause broken HTML in event descriptions.