From 71ce96816993aa4b7353955a9cb11574473ea2ba Mon Sep 17 00:00:00 2001 From: LebCit Date: Fri, 4 Dec 2020 23:14:43 +0200 Subject: [PATCH] Version 3.2 --- README.md | 12 ++++++++++-- full-screen-morphing-search.php | 2 +- readme.txt | 12 ++++++++++-- 3 files changed, 21 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 2840b0c..edc4dfe 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,9 @@ Contributors: lebcit Tags: search, full screen search, morphing search, search overlay, jQuery UI autocomplete Requires at least: 4.1.0 -Tested up to: 5.2.2 +Tested up to: 5.5.3 Requires PHP: 5.6 -Stable tag: 3.1 +Stable tag: 3.2 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html @@ -121,6 +121,14 @@ Old screenshot. ## Changelog +### 3.2 = +* Added empty value for $classes. +* Added important for .morphsearch-submit:hover +* Optimized search input target. +* Rectified background spelling. +* Removed echo on functions for security. +* Tested up to version 5.5.3 of WordPress. + ### 3.1 = * Optimized search input target. diff --git a/full-screen-morphing-search.php b/full-screen-morphing-search.php index 00df99d..f7a345e 100644 --- a/full-screen-morphing-search.php +++ b/full-screen-morphing-search.php @@ -2,7 +2,7 @@ /** * Plugin Name: Full Screen Morphing Search * Plugin URI: http://tympanus.net/codrops/2014/11/04/simple-morphing-search/ - * Version: 3.1 + * Version: 3.2 * Author: LebCit * Author URI: https://lebcit.tk/ * Text Domain: full-screen-morphing-search diff --git a/readme.txt b/readme.txt index 8031e28..8847787 100644 --- a/readme.txt +++ b/readme.txt @@ -2,9 +2,9 @@ Contributors: lebcit Tags: search, full screen search, morphing search, search overlay, jQuery UI autocomplete Requires at least: 4.1.0 -Tested up to: 5.2.2 +Tested up to: 5.5.3 Requires PHP: 5.6 -Stable tag: 3.1 +Stable tag: 3.2 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html @@ -109,6 +109,14 @@ The third column shows the top 5 used tags and how many posts each tag has. == Changelog == += 3.2 = +* Added empty value for $classes. +* Added important for .morphsearch-submit:hover +* Optimized search input target. +* Rectified background spelling. +* Removed echo on functions for security. +* Tested up to version 5.5.3 of WordPress. + = 3.1 = * Optimized search input target.