diff --git a/README.md b/README.md index edc4dfe..ba8b91b 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ # Full Screen Morphing Search Contributors: lebcit -Tags: search, full screen search, morphing search, search overlay, jQuery UI autocomplete +Tags: search, full screen search, morphing search, search overlay, autocomplete Requires at least: 4.1.0 -Tested up to: 5.5.3 +Tested up to: 5.6 Requires PHP: 5.6 -Stable tag: 3.2 +Stable tag: 3.3 License: GPLv2 or later -License URI: https://www.gnu.org/licenses/gpl-2.0.html +License URI: https://spdx.org/licenses/GPL-2.0-or-later.html Responsive Full Screen Morphing Search Page Overlay With Predictive Autocomplete ! @@ -28,20 +28,18 @@ You can change colors, search placeholder's text and default icons with a stylin Don't forget to take a look at the FAQ Section. If you have some issues **don't hesitate**, head over to the Support Section ! -You can also visit my site LebCit.Tk to see the plugin in action and leave your comments. If you use this plugin, please consider leaving a Review to give me a push forward ;) ## Credits -This plugin is created by and adapted for WordPress by . +This plugin is created by and ported to WordPress by . If you want to learn more about this plugin, visit the Simple Morphing Search original post. > A Picture is worth a thousand words I think that a demo is even better ! See how Full Screen Morphing Search works. -The jQuery UI autocompletition implemented in this plugin is based on Dominykas Gelucevičius post : -How to create a jQuery autocomplete drop down in WordPress +The autocompletition implemented in this plugin is based on autoComplete.js by Tarek Raafat under the Apache 2.0 License. The main plugin icon is made by Pixel Buddha from www.flaticon.com and is licensed by CC 3.0 BY The article icon is made by Freepik from www.flaticon.com and is licensed by CC 3.0 BY @@ -85,6 +83,13 @@ First make sure that you have used a thumbnail regenerator, see first FAQ. Then, click on the checkbox option **Icon/Image Round or Not ?!** If the new Icon/Image is already round (like the default one of category and tag), this option will have no effect ! +### Hitting Enter key doesn't fire a search ! + +**As long as** the autocompletition gives results as you type, +the Enter key will only work on given results. +If you wish to ignore given results and fire a search query, +type your search then just click on the search icon. + ### Autocomplete predicts only posts and pages ! Yes, just for now ! @@ -121,6 +126,14 @@ Old screenshot. ## Changelog +### 3.3 = +* Add autoComplete.js to plugin. +* Force thumbnails size. +* Main JS file without jQuery only vanilla JS. +* Move .morphsearch-content below autocomplete