Releases: bradvin/wp-git-sync
Releases · bradvin/wp-git-sync
0.1.2
0.1.1
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.jsonin the repo - Generates/updates a deterministic repo-root
README.mdindex 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.