Skip to content

v0.1.0

Latest

Choose a tag to compare

@NoSync NoSync released this 31 Aug 13:27
ab0b750

First public release.

Two REST endpoints under /wp-json/cadence/v1/:

  • POST /content publishes a post, and answers a retry under the same external_id with the post it already made rather than a second copy.
  • POST /translation-group links posts into a WPML translation group, re-deriving every precondition from the database and refusing whenever the request disagrees with what the site says.

Install cadence-connector.zip through Plugins → Add New → Upload Plugin.

Requires WordPress 6.4+ and PHP 8.1+. WPML (with String Translation and Translation Management) is needed only for the translation-group endpoint.