Skip to content

Releases: bradvin/wp-git-sync

0.1.2

10 Feb 17:21

Choose a tag to compare

  • added setting to exclude post meta (can provide wildcards)
  • editing posts after they have been exported will show as Out Of Sync in the post listing
  • updated the post metabox
  • fixed bug where export from post meta box was not working

0.1.1

09 Feb 20:00

Choose a tag to compare

initial release with the following features:

  • Configures a GitHub repo (owner + repo) + branch (default: main)
  • Exports posts/pages to deterministic content/data/meta files
  • Maintains a mapping file at wp-git-sync/mapping.json in the repo
  • Generates/updates a deterministic repo-root README.md index in the repo
  • Writes changes via the GitHub Git Data API in a single commit per export
  • Adds a per-post metabox with sync status + “Sync this post now” + "Check for changes"
  • Allows you to check for changes, and pull them into WP from Github.