Skip to content

v1.0.1

Choose a tag to compare

@christodhunter christodhunter released this 04 Mar 18:54
· 11 commits to main since this release

Added

  • View details on Plugins page — The "View details" link in the Plugins screen now shows plugin info (description, installation, configuration, changelog) by providing data via the plugins_api filter. The plugin is not on WordPress.org, so the modal was previously empty. The "tested" value is set to the current WordPress version to avoid the "not been tested" warning.

Fixed

  • View JSON on sub-sites — The "View JSON" button on the Git Sync admin page now uses the correct URL for forms stored under sites/{blog_id}/forms/ in multisite. Previously it always pointed at forms/{basename}, which failed for sub-site forms.

  • Sync status hash comparison — Status comparison now hashes the same structure as the exporter (normalised form + masked secrets + sr_key/sr_meta) and compares decoded JSON content instead of raw file bytes, fixing false "DB ahead" / "JSON ahead" states when content was semantically identical.