Skip to content

Releases: UCF/UCF-News-Plugin

v2.1.0

29 Nov 18:49
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-news-feed]<insert message here>[/ucf-news-feed].

v2.0.0

09 Aug 14:31
Compare
Choose a tag to compare

Enhancements:

  • Updated UCF_News_Common::display_news_items() to render layout parts using 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.1.4

25 Jul 16:40
Compare
Choose a tag to compare
  • Bug Fixes:
    • Fixed display_news_items() in UCF_News_Common not being declared as a static method
    • Updated filtering of options in UCF_News_Feed::get_news_items() to allow 0 values, fixing undefined index notices in some cases.

v1.1.3

24 Jul 19:57
Compare
Choose a tag to compare
  • Enhancements:
    • Updated mobile styles for card layouts.

v1.1.1

15 May 14:57
Compare
Choose a tag to compare

Bug Fixes

  • Make sure UCF_News_Feed::get_news_items() always has a feed_url set, even if the plugin option's value is empty (thanks @jorgedonoso!)

v1.1.0

28 Feb 14:33
Compare
Choose a tag to compare
  • Bug Fixes
    • Updated to match the new query params available on UCF Today.

v1.0.4

28 Feb 14:34
Compare
Choose a tag to compare
  • Bug Fixes:
    • Updates the way the news feed is pulled to prevent error when accessing external host.

v1.0.3

27 Jan 16:41
Compare
Choose a tag to compare
  • Adds empty alt tag to classic layout images for accessibility.

v1.0.2

27 Jan 16:40
Compare
Choose a tag to compare
  • Corrects filter name from category to category_name.

v1.0.1

26 Jan 16:46
Compare
Choose a tag to compare
  • Corrects a bug with sections and topics filters.