Skip to content

Releases: freddiemixell/wordpress-google-search

Pagination

07 Jul 20:43
Compare
Choose a tag to compare
Pagination Pre-release
Pre-release

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

07 Jul 04:35
Compare
Choose a tag to compare
Bug Fixes Pre-release
Pre-release

Fixed issue with array merge on activate before admin page options had been created.

Stylin

07 Jul 03:56
Compare
Choose a tag to compare
Stylin Pre-release
Pre-release

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

05 Jul 18:32
fd37bde
Compare
Choose a tag to compare
First Release Pre-release
Pre-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.