Releases: passle/passle-sync-wordpress
Release v2.2.1
- Re-release of source code
Release v2.2.0
-
Tag aliases are now included in the PassleTag model and are accessible via the Passle post tags property that is now introduced on each Passle tag.
-
Authors that don't exist within Wordpress but have authored a Passle post, are also synchronised when a Passle post is synchronised.
This eliminates the need to keep authors synchronised before any posts are synchronised and fixes a bug with new authors not getting synchronised at the time their first post is. -
Added post-sync hooks for post and authors so developers can hook other code to respond to syncing of Passle entities.
Developers can listen to the following actions:
passle_post_sync_all_complete
passle_post_sync_one_complete
passle_author_sync_all_complete
passle_author_sync_one_complete
-
Fixed an issue with Passle tag groups used as custom taxonomies in Wordpress.
Tags that belong to tag groups and get removed from a post will now be removed also as a taxonomy term from this post when the post syncs. Before this fix, it was only removed from the post as a tag but the taxonomy term remained on the post. -
The plugin now allows trailing slashes to be added to URL templates inside its settings without causing 404 errors when a user tries to view a passle post/author profile page.
-
Minor bug fixes
Release v2.1.0
- Added SEO metadata to posts
- Introduced synchronisation of content in batches to eliminate potential memory issues when passles have a lot of published content
- Small bug fixes
Release v2.0.0
-
Introduced the ability to create custom taxonomies within Wordpress, using the Tag Groups defined in Passle via a new setting.
This will allow more advanced filtering of posts.
The taxonomies have the name of the tag groups and the tags inside the tag group will be created in Wordpress as terms. Posts that are tagged with these tags in Passle will include the relevant terms when they get synced into Wordpress. -
The plugin will now respect tag mappings defined within Passle and prioritise tag aliases over Passle tags if these aliases are set within Passle.
-
Small bug fixes and improvements
Release v1.2.1
- Fixes for Wordpress permalinks issues,
v1.2.0
- Added support for permalink templates, instead of prefixes, giving you more control over your URL structure
- Added support for remote-hosted previews, allowing you to preview Passle drafts within your WordPress site
- Added a tab that gives an overview of all the tags within your Passle(s) and your WordPress site
Release v1.1.0
This release merges the webhooks used for auto-syncing into a single endpoint, rather than using individual endpoints for each action, which allows the plugins to be more flexible in the future.
As a result of these changes, the auto-sync functionality won't work until you have updated to the latest version of the plugin for your CMS. You will still be able to sync content manually.