Skip to content

Releases: UCF/Today-Utilities

v1.5.1

Choose a tag to compare

@Ramin-Farhadi Ramin-Farhadi released this 27 Mar 13:24
17d9d9a

What's Changed

New Contributors

Full Changelog: v1.5.0...v1.5.1

v1.5.0

Choose a tag to compare

@jmbarne3 jmbarne3 released this 03 Oct 18:14

What's Changed

  • Added cache clearing logic to news email builder by @jmbarne3 in #71

Full Changelog: v1.4.0...v1.5.0

v1.4.0

Choose a tag to compare

@jmbarne3 jmbarne3 released this 30 Aug 15:32

Enhancements:

  • Added post tags to the resource link custom post type.

v1.3.1

Choose a tag to compare

@jmbarne3 jmbarne3 released this 22 Mar 12:53
5449209

Enhancements:

  • Added composer file.

v1.3.0

Choose a tag to compare

@cadie cadie released this 08 Oct 14:15

Enhancements

  • Defined ACF field groups and fields in PHP.

Full Changelog: v1.2.0...v1.3.0

v1.2.0

Choose a tag to compare

@rjucf rjucf released this 27 Apr 13:15
c6b5357

Enhancements:

  • Added a concise RSS feed to support the UCF Mobile App.

v1.1.1

Choose a tag to compare

@cjg89 cjg89 released this 22 Mar 14:40

Enhancements:

  • Added a new REST endpoint, main-site-header-story, for use on the main site homepage's header (via the [ucf-news-feed] shortcode) for displaying a featured story.
  • Renamed the "EDU News Feed" options page to "Main Site Options", and added options for setting a featured header story for the main site homepage.
  • Added a new wp-cli command, wp today embeds flush, which removes all bad oEmbed metadata associated with posts (failed responses for oEmbeds).
  • Upgraded packages

v1.1.0

Choose a tag to compare

@cjg89 cjg89 released this 08 Mar 17:38

Enhancements:

  • Added a new Author taxonomy (tu_author) and Statement post type (ucf_statement).
  • Updated admin columns for posts and the Statement post type to better differentiate between the Author taxonomy and the original publishing author ("publisher") of the post.
  • Added a new REST endpoint, /ucf-news/v1/statement-archives/, that lists grouped links to vanilla Statement endpoints, filtered by year and author.
  • Modified the tu_author field on the default Statements REST endpoint to include additional author information for convenience.

Bug Fixes:

  • Fixed ordering of GMUCF "featured stories row" columns.

v1.0.12

Choose a tag to compare

@cjg89 cjg89 released this 02 Mar 17:52

Enhancements:

  • Added a filter for the acf/fields/post_object/query filter hook to modify the orderby/order rules of fetched posts in ACF post select inputs, so that posts are sorted by last modified/published date instead of by title.
  • Removed some references to nonexistent 'photoset' post type in the ACF config.

v1.0.11

Choose a tag to compare

@cjg89 cjg89 released this 11 May 14:04

Enhancements:

  • Extended the request timeout for oEmbed content fetches
  • Updated packages