This repository has been archived by the owner on Nov 6, 2024. It is now read-only.
Bug Fixes, Config Changes, Feature Updates
This release brings with it a few bug fixes, a couple of configuration changes, and a couple of new features.
Bug Fixes
- Media credit metadata on imported images is now attached to the image itself and the not the parent post
add_paragraph_tag()
function has been updated to properly address<div>
elements in imported stories, (e.g.<div class="storyMajorUpdateDate">
,<div class="fullattribution">
)
Configuration Change
- PUSH settings for bylines, story body, and media credits will now be applied when PULLing or importing posts
Feature Updates
- Added support for guest authors via the Co-Authors Plus plugin when importing articles. The importer now does a search for guest authors and will attach them to the post if they already exist in your database
- Added a user setting to ignore the primary image on imported articles when
layout
data is provided in the API. This will be useful for site themes that automatically display featured images, so that they don't end up with duplicates. Thank you for @bdivver for the suggestion (PR #17)
Full Changelog: v1.9.2...v1.9.3