Version 3.1

This commit is contained in:
LebCit
2019-07-29 23:43:31 +03:00
parent 081e20c0ec
commit eef2db5584
3 changed files with 9 additions and 3 deletions
+4 -1
View File
@@ -4,7 +4,7 @@ Tags: search, full screen search, morphing search, search overlay, jQuery UI a
Requires at least: 4.1.0
Tested up to: 5.2.2
Requires PHP: 5.6
Stable tag: 3.0
Stable tag: 3.1
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
@@ -121,6 +121,9 @@ Old screenshot.
## Changelog
### 3.1 =
* Optimized search input target.
### 3.0 =
* Plugin rewritten from ground up.
+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.0
* Version: 3.1
* Author: LebCit
* Author URI: https://lebcit.tk/
* Text Domain: full-screen-morphing-search
+4 -1
View File
@@ -4,7 +4,7 @@ Tags: search, full screen search, morphing search, search overlay, jQuery UI au
Requires at least: 4.1.0
Tested up to: 5.2.2
Requires PHP: 5.6
Stable tag: 3.0
Stable tag: 3.1
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
@@ -109,6 +109,9 @@ The third column shows the top 5 used tags and how many posts each tag has.
== Changelog ==
= 3.1 =
* Optimized search input target.
= 3.0 =
* Plugin rewritten from ground up.