feat: Release version 0.7.0 with significant updates and improvements #82
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request updates the documentation and changelog to reflect a major shift in WP Loupe's focus toward a developer-first, API-driven search experience. The bundled UI (blocks, shortcodes, and form overrides) has been removed, and the recommended integration method is now via the REST API, allowing developers to build custom search UIs. The documentation has been streamlined to match this new approach, and new features and fixes are highlighted for the upcoming 0.7.0 release.
Key changes:
API and Feature Updates:
/wp-json/wp-loupe/v1/searchendpoint supporting JSON filters, facets, geo queries, and explicit sorting. [1] [2] [3]Documentation and Guide Revisions:
README.mdto focus on building custom search UIs via the REST API, removing references to bundled UI features and blocks, and reorganizing quick links and feature lists to highlight API usage. [1] [2] [3] [4]Removal of Bundled UI:
Changelog and Versioning:
CHANGELOG.mdfor version 0.7.0, summarizing added features, fixes, and the removal of bundled UI integration. Also reorganized release tag references for clarity. [1] [2]Tutorial and Internal Docs: