Releases: freddiemixell/wordpress-google-search
Pagination
In this release I've added pagination at the bottom of the search results. These are limited to 10 pages max as the Google Custom Search API v1 limits results to 100.
Bug Fixes
Fixed issue with array merge on activate before admin page options had been created.
Stylin
This release still isn't exactly ready for production but it's come a long way. I've added styled components for my css and I've begun styling the search results. I have plans to make this customizable from the options page in the future. I've also started adding error handling for fetch as well as no query present. Loading is also handled with animation and page jumping is prevented with css after loading completes. I've also added React and ReactDOM as externals for webpack to use for dependencies.
First Release
Proud to say this is the very first stable release of this plugin. Still needs work to add styling to the search forms and results but functionally it works and will display your Google CSE search results.