diff --git a/README.md b/README.md
index 94e7e08..5cc07d5 100644
--- a/README.md
+++ b/README.md
@@ -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.4
+Stable tag: 3.5
License: GPLv2 or later
License URI: https://spdx.org/licenses/GPL-2.0-or-later.html
@@ -30,27 +30,6 @@ Don't forget to take a look at the Support Section !
If you use this plugin, please consider leaving a Review to give me a push forward ;)
-## Upgrade Notice
-
-### 3.4 =
-* Actual stable plugin version.
-
-## Credits
-
-This plugin is created by Manoela Ilic and ported to WordPress by LebCit.
-If you want to learn more about this plugin, visit the Simple Morphing Search original post.
-> A Picture is worth a thousand words
-
-I think that a demo is even better !
-See how Full Screen Morphing Search works.
-
-The autocompletition implemented in this plugin is based on autoComplete.js by Tarek Raafat under the Apache 2.0 License.
-
-The main plugin icon is made by Pixel Buddha from www.flaticon.com and is licensed by CC 3.0 BY
-The article icon is made by Freepik from www.flaticon.com and is licensed by CC 3.0 BY
-The category icon is made by Freepik from www.flaticon.com and is licensed by CC 3.0 BY
-The tag icon is made by Freepik from www.flaticon.com and is licensed by CC 3.0 BY
-
## Installation
### How to install the plugin and get it working.
@@ -131,6 +110,9 @@ Old screenshot.
## Changelog
+### 3.5 =
+* Updated readme file.
+
### 3.4 =
* Corrected file upload
@@ -138,7 +120,7 @@ Old screenshot.
* Add autoComplete.js to plugin.
* Force thumbnails size.
* Main JS file without jQuery only vanilla JS.
-* Move .morphsearch-content below autocomplete
.
+* Move .morphsearch-content below autocomplete `` tag.
* Removing jQuery dependencies.
* Tested up to version 5.6 of WordPress.
@@ -202,3 +184,24 @@ Old screenshot.
### 1.0 =
* Initial release.
+
+## Upgrade Notice
+
+### 3.4 =
+Actual stable plugin version.
+
+## Resources
+
+This plugin is created by Manoela Ilic and ported to WordPress by LebCit.
+If you want to learn more about this plugin, visit the Simple Morphing Search original post.
+> A Picture is worth a thousand words
+
+I think that a demo is even better !
+See how Full Screen Morphing Search works.
+
+The autocompletition implemented in this plugin is based on autoComplete.js by Tarek Raafat under the Apache 2.0 License.
+
+The main plugin icon is made by Pixel Buddha from www.flaticon.com and is licensed by CC 3.0 BY
+The article icon is made by Freepik from www.flaticon.com and is licensed by CC 3.0 BY
+The category icon is made by Freepik from www.flaticon.com and is licensed by CC 3.0 BY
+The tag icon is made by Freepik from www.flaticon.com and is licensed by CC 3.0 BY
\ No newline at end of file
diff --git a/full-screen-morphing-search.php b/full-screen-morphing-search.php
index a6c8f4c..4f53e34 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: 3.4
+ * Version: 3.5
* Author: LebCit
* Author URI: https://lebcit.tk/
* Text Domain: full-screen-morphing-search
diff --git a/readme.txt b/readme.txt
index a5a1b85..2d2ff39 100644
--- a/readme.txt
+++ b/readme.txt
@@ -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.4
+Stable tag: 3.5
License: GPLv2 or later
License URI: https://spdx.org/licenses/GPL-2.0-or-later.html
@@ -30,27 +30,6 @@ Don't forget to take a look at the Support Section !
If you use this plugin, please consider leaving a Review to give me a push forward ;)
-== Upgrade Notice ==
-
-= 3.4 =
-* Actual stable plugin version.
-
-= Credits =
-
-This plugin is created by Manoela Ilic and ported to WordPress by LebCit.
-If you want to learn more about this plugin, visit the Simple Morphing Search original post.
-> A Picture is worth a thousand words
-
-I think that a demo is even better !
-See how Full Screen Morphing Search works.
-
-The autocompletition implemented in this plugin is based on autoComplete.js by Tarek Raafat under the Apache 2.0 License.
-
-The main plugin icon is made by Pixel Buddha from www.flaticon.com and is licensed by CC 3.0 BY
-The article icon is made by Freepik from www.flaticon.com and is licensed by CC 3.0 BY
-The category icon is made by Freepik from www.flaticon.com and is licensed by CC 3.0 BY
-The tag icon is made by Freepik from www.flaticon.com and is licensed by CC 3.0 BY
-
== Installation ==
= How to install the plugin and get it working. =
@@ -119,6 +98,9 @@ The third column shows the top 5 used tags and how many posts each tag has.
== Changelog ==
+= 3.5 =
+* Updated readme file.
+
= 3.4 =
* Corrected file upload
@@ -126,7 +108,7 @@ The third column shows the top 5 used tags and how many posts each tag has.
* Add autoComplete.js to plugin.
* Force thumbnails size.
* Main JS file without jQuery only vanilla JS.
-* Move .morphsearch-content below autocomplete .
+* Move .morphsearch-content below autocomplete `