Version 3.2

This commit is contained in:
LebCit
2020-12-04 23:14:43 +02:00
parent 35b02c6449
commit 71ce968169
3 changed files with 21 additions and 5 deletions
+10 -2
View File
@@ -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.
+1 -1
View File
@@ -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
+10 -2
View File
@@ -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.