Releases: 24hr-malmo/rawb-wp-draft-sync-plugin
Releases · 24hr-malmo/rawb-wp-draft-sync-plugin
Release list
v0.10.8-gutenberg
Fixed version numbering to make the fixes from the previous 2 releases complete and working.
v0.10.7-gutenberg
Fix of bug caused by previous release (that fixed delete not working) that unfortunately caused a side effect bug of unpublish not working.
v0.10.6-gutenberg - Pass post_id in delete_post
Now pass $post_id as additional parameter from delete_post to push_to_queue in draft-live-sync-class
This is to facilitate a change in the content service where we will use externalId instead of permalink to identify a post for deletion.
v0.10.5. Fixed sync box message bug
See #10
Permalink fix and infinite loop prevention
See #9 for full decsription.
v0.10.3-gutenberg. Fixed new post bug and more
See #7 for more info.
v0.10.2-gutenberg. Sony unification
Applying some filters that were used in SONY project.
v0.10.1-gutenberg: Merge pull request #6 from 24hr-malmo/fix/draft-site-unpublish-bug
Unpublish startpage issue