Skip to content
This repository was archived by the owner on Nov 6, 2024. It is now read-only.

Releases: OpenPublicMedia/nprapi-wordpress

Container Elements and Podcast Episodes

28 Mar 16:25

Choose a tag to compare

In this release, we are adding the ability to pull podcast episodes as well as regular stories from the NPR Story API. With that, we're also adding support for the container story element. We've also expanded the audio handling capabilities of the plugin by displaying the primary audio file associated with a story through Wordpress's built-in [audio] shortcode.

What's Changed

  • Added support for container elements in stories
  • Added the ability to specify profile types in recurring API queries (thanks to @bdivver) PR #15
  • Streamlined/consolidated some of the parsing of story elements in get_body_with_layout()
  • Improved error handling when pulling a story that isn't available in the API
  • Pulling articles now includes the primary audio file as an [audio] shortcode at the top of the body

Full Changelog: v1.9.1...v1.9.2

Transitioning from NPR to Community Development

09 Mar 17:09

Choose a tag to compare

After some time without updates, NPR DS has transferred maintanance and ownership of this plugin to a group of developers representing several different NPR Member Stations. This gave us the opportunity to both fix some bugs and add some new functionality to this plugin.

What's Changed

  • resolves error raised when any non-admin user tries to trash a post by @tamw-wnet in #3
  • NPRML Construction Changes by @jwcounts in #1
  • Generate WP posts with rich layout including multimedia etc by @tamw-wnet in #4
  • Select a default category for each query when using post by @bdivver in #7
  • Bug Fix and NPRML Construction Fixes by @jwcounts in #8
  • V1.9 documentation by @tamw-wnet in #10
  • Multiple bug fixes for the new rich layout option, including transcripts, corrections, and support for slideshows PR #12 and PR #13
  • Removed direct cURL reference, as well as adding proper sanitization and escaping for externally pulled content PR #12

New Contributors

Full Changelog: v1.8...v1.9