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