mirror of
https://github.com/10h30/full-screen-morphing-search.git
synced 2026-06-05 15:08:32 +09:00
Version 2.7
This commit is contained in:
@@ -4,7 +4,7 @@ Tags: search, full screen search, morphing search, search overlay, jQuery UI a
|
||||
Requires at least: 4.6
|
||||
Tested up to: 5.2.2
|
||||
Requires PHP: 5.6
|
||||
Stable tag: 2.6
|
||||
Stable tag: 2.7
|
||||
License: GPLv2 or later
|
||||
License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
||||
|
||||
@@ -119,6 +119,9 @@ Old screenshot.
|
||||
|
||||
## Changelog
|
||||
|
||||
### 2.7 =
|
||||
* Corrected Undefined Index 'fsmsp_search_form_text'.
|
||||
|
||||
### 2.6 =
|
||||
* Corrected Undefined Index Error.
|
||||
* Force Search Input height.
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
/**
|
||||
* Plugin Name: Full Screen Morphing Search
|
||||
* Plugin URI: http://tympanus.net/codrops/2014/11/04/simple-morphing-search/
|
||||
* Version: 2.6
|
||||
* Version: 2.7
|
||||
* Author: LebCit
|
||||
* Author URI: https://lebcit.tk/
|
||||
* Text Domain: full-screen-morphing-search
|
||||
|
||||
+4
-1
@@ -4,7 +4,7 @@ Tags: search, full screen search, morphing search, search overlay, jQuery UI au
|
||||
Requires at least: 4.6
|
||||
Tested up to: 5.2.2
|
||||
Requires PHP: 5.6
|
||||
Stable tag: 2.6
|
||||
Stable tag: 2.7
|
||||
License: GPLv2 or later
|
||||
License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
||||
|
||||
@@ -107,6 +107,9 @@ The third column shows the top 5 used tags and how many posts each tag has.
|
||||
|
||||
== Changelog ==
|
||||
|
||||
= 2.7 =
|
||||
* Corrected Undefined Index 'fsmsp_search_form_text'.
|
||||
|
||||
= 2.6 =
|
||||
* Corrected Undefined Index Error.
|
||||
* Force Search Input height.
|
||||
|
||||
Reference in New Issue
Block a user