Version 3.4

This commit is contained in:
LebCit
2021-01-09 04:38:56 +02:00
parent 148b7ea3b5
commit 1e301c7338
3 changed files with 19 additions and 3 deletions
+9 -1
View File
@@ -4,7 +4,7 @@ Tags: search, full screen search, morphing search, search overlay, autocomplet
Requires at least: 4.1.0
Tested up to: 5.6
Requires PHP: 5.6
Stable tag: 3.3
Stable tag: 3.4
License: GPLv2 or later
License URI: https://spdx.org/licenses/GPL-2.0-or-later.html
@@ -30,6 +30,11 @@ Don't forget to take a look at the <a href="https://wordpress.org/plugins/full-s
If you have some issues **don't hesitate**, head over to the <a href="https://wordpress.org/support/plugin/full-screen-morphing-search" title="Support">Support</a> Section !
If you use this plugin, please consider leaving a <a href="https://wordpress.org/support/plugin/full-screen-morphing-search/reviews/" title="Reviews">Review</a> to give me a push forward ;)
## Upgrade Notice
### 3.4 =
* Actual stable plugin version.
## Credits
This plugin is created by <a href="http://tympanus.net/codrops/author/crnacura/" rel="author" title="Manoela Ilic" target="_blank">Manoela Ilic</a> and ported to WordPress by <a href="https://profiles.wordpress.org/lebcit/" rel="author" title="LebCit" target="_blank">LebCit</a>.
@@ -126,6 +131,9 @@ Old screenshot.
## Changelog
### 3.4 =
* Corrected file upload
### 3.3 =
* Add autoComplete.js to plugin.
* Force thumbnails size.
+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.3
* Version: 3.4
* Author: LebCit
* Author URI: https://lebcit.tk/
* Text Domain: full-screen-morphing-search
+9 -1
View File
@@ -4,7 +4,7 @@ Tags: search, full screen search, morphing search, search overlay, autocomplete
Requires at least: 4.1.0
Tested up to: 5.6
Requires PHP: 5.6
Stable tag: 3.3
Stable tag: 3.4
License: GPLv2 or later
License URI: https://spdx.org/licenses/GPL-2.0-or-later.html
@@ -30,6 +30,11 @@ Don't forget to take a look at the <a href="https://wordpress.org/plugins/full-s
If you have some issues **don't hesitate**, head over to the <a href="https://wordpress.org/support/plugin/full-screen-morphing-search" title="Support">Support</a> Section !
If you use this plugin, please consider leaving a <a href="https://wordpress.org/support/plugin/full-screen-morphing-search/reviews/" title="Reviews">Review</a> to give me a push forward ;)
== Upgrade Notice ==
= 3.4 =
* Actual stable plugin version.
= Credits =
This plugin is created by <a href="http://tympanus.net/codrops/author/crnacura/" rel="author" title="Manoela Ilic" target="_blank">Manoela Ilic</a> and ported to WordPress by <a href="https://profiles.wordpress.org/lebcit/" rel="author" title="LebCit" target="_blank">LebCit</a>.
@@ -114,6 +119,9 @@ The third column shows the top 5 used tags and how many posts each tag has.
== Changelog ==
= 3.4 =
* Corrected file upload
= 3.3 =
* Add autoComplete.js to plugin.
* Force thumbnails size.