From e4771048aa0043b7c708fed520d3e474b4ef3b82 Mon Sep 17 00:00:00 2001 From: LebCit Date: Wed, 12 Dec 2018 08:37:12 +0200 Subject: [PATCH] Version 2.4 --- README.md | 7 ++++++- full-screen-morphing-search.php | 2 +- readme.txt | 7 ++++++- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 80ce609..a4b1402 100644 --- a/README.md +++ b/README.md @@ -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.0 Requires PHP: 5.6 -Stable tag: 2.3 +Stable tag: 2.4 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html @@ -119,6 +119,11 @@ Old screenshot. ## Changelog +### 2.4 = +* Added full_screen_morphing_search_add_svg_tags( $svg_tags ) +* Changed magnifier.svg +* Removed file_get_contents() + ### 2.3 = * Corrected Undefined Index Error. * Removed Undefined Index Error from FAQ Section. diff --git a/full-screen-morphing-search.php b/full-screen-morphing-search.php index d2d5c52..4c89db8 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: 2.3 + * Version: 2.4 * Author: LebCit * Author URI: https://lebcit.tk/ * Text Domain: full-screen-morphing-search diff --git a/readme.txt b/readme.txt index 57fdc65..b4370fe 100644 --- a/readme.txt +++ b/readme.txt @@ -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.0 Requires PHP: 5.6 -Stable tag: 2.3 +Stable tag: 2.4 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html @@ -107,6 +107,11 @@ The third column shows the top 5 used tags and how many posts each tag has. == Changelog == += 2.4 = +* Added full_screen_morphing_search_add_svg_tags( $svg_tags ) +* Changed magnifier.svg +* Removed file_get_contents() + = 2.3 = * Corrected Undefined Index Error. * Removed Undefined Index Error from FAQ Section.