Skip to content

v1.4.0

Choose a tag to compare

@github-actions github-actions released this 23 Jul 04:54
· 7 commits to main since this release

[1.4.0] - 2026-07-23

Changed

  • publish_page now reuses the page's currently-attached domain when custom_domain is omitted — mirroring the editor's publish modal, a plain publish_page({ page_id }) republish keeps the page live at its existing domain instead of silently dropping to an ephemeral /preview/<page_id> link; the domain is read from get_page_source, falling back to a find_pages lookup by id, and the dry-run response now notes when a domain was inherited this way. Pass custom_domain: '' to explicitly force a domain-less publish.