Skip to content

Releases: OpenPublicMedia/npr-cds-wordpress

npr_has_layout postmeta back compat

07 Aug 22:21
Compare
Choose a tag to compare

What's Changed

  • Populate the npr_has_layout postmeta field for backwards compat with … by @tamw-wnet in #20
  • Fixed a potential fatal error in NPR_CDS_WP when passing promo card rels

Full Changelog: v1.2.10...v1.2.11

Fix for missing audio profiles

31 Jul 19:23
Compare
Choose a tag to compare
  • Fixed a bug where audio files were getting attached to stories without the proper profiles, leading to push errors

Full Changelog: v1.2.9...v1.2.10

Show Messages Only in Admin, Promo Card Skip

26 Jul 17:45
Compare
Choose a tag to compare

V1.2.9

  • npr_cds_show_message() only echoes in admin dashboard
  • Promo cards without valid webPages array are ignored

Full Changelog: v1.2.8.1...v1.2.9

Error Logging Bug Fix

24 Jul 19:29
Compare
Choose a tag to compare
  • Fixed error logging bug which was causing blank errors on failed uploads

Full Changelog: v1.2.8...v1.2.8.1

Deactivation, Reactivation, and Documentation Updates

23 Jul 18:50
Compare
Choose a tag to compare
  • Changed the activation function to fully remove all of the old NPR Story API options after migrating them
  • Changed the deactivation function to save all of the previous settings into a site option and delete the individual options
  • Added functions to allow for restoring settings from a previous install or deleting those stored settings
  • Updated a bunch of stray references to the old Story API
  • Documentation updates

Full Changelog: v1.2.7...v1.2.8

How to Ignore Non-Syndicated Articles

12 Jul 21:46
Compare
Choose a tag to compare
  • NPR_CDS_WP has been updated to block/ignore stories and assets that have been marked as restricted in the CDS (meaning they are not eligible for syndication)

Full Changelog: v1.2.5...v1.2.7

Update to profileId handling

11 Jun 16:51
Compare
Choose a tag to compare
  • profileIds can now be sent to NPR_CDS_WP as a comma-separated string (OR), or as multiple entries (AND)
  • Fixed a bug in NPR_CDS_WP where $this->request->params was not being properly populated

Full Changelog: v1.2.4...v1.2.6

Featured Image Bug Fixes

07 Jun 19:36
Compare
Choose a tag to compare

V1.2.5

  • Updated the NPR_CDS_WP->get_image_url() function to handle image URLs from NPR's new CDN
  • Fixed an issue where featured images were not downloading properly on imported NPR articles because a proper filename was not being provided
  • When generating the article layout, if not using feature images, imported articles will have the primary image at the top of the layout (if one exists)
    • NPR frequently inserts the primary image as the first asset in the layout, while Grove stations typically don't. I don't know if this is intended or not, but this is an attempt to normalize the output across the board
  • Thanks to Iris Vandenham at Flower Web Design for bringing these issues to our attention

Full Changelog: v1.2.4...v1.2.5

A Bevy of Bug Fixes

03 Jun 17:08
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.2.3...v1.2.4

Promo Card Settings

29 May 19:41
Compare
Choose a tag to compare

What's Changed

  • Add setting to skip NPR promo cards by @davidmpurdy in #13
  • Updated formatting for ingested promo cards

Full Changelog: v1.2.2...v1.2.3