Version Description
- Removed - Tracking search results as pageview in Google analytics.
Download this release
Release Info
Developer | vinod dalvi |
Plugin | Ivory Search – WordPress Search Plugin |
Version | 4.5.1 |
Comparing to | |
See all releases |
Code changes from version 4.5 to 4.5.1
- add-search-to-menu.php +2 -2
- languages/add-search-to-menu.pot +1 -1
- public/js/ivory-search.js +1 -1
- readme.txt +5 -1
add-search-to-menu.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
* Plugin Name: Ivory Search
|
4 |
* Plugin URI: https://ivorysearch.com
|
5 |
* Description: The WordPress Search plugin that includes Search Form Customizer, WooCommerce Search, Image Search, Search Shortcode, AJAX Search & Live Search support!
|
6 |
-
* Version: 4.5
|
7 |
* Author: Ivory Search
|
8 |
* Author URI: https://ivorysearch.com/
|
9 |
* License: GPL2+
|
@@ -107,7 +107,7 @@ final class Ivory_Search {
|
|
107 |
private function define_constants() {
|
108 |
|
109 |
if ( ! defined( 'IS_VERSION' ) ) {
|
110 |
-
define( 'IS_VERSION', '4.5' );
|
111 |
}
|
112 |
if ( ! defined( 'IS_PLUGIN_FILE' ) ) {
|
113 |
define( 'IS_PLUGIN_FILE', __FILE__ );
|
3 |
* Plugin Name: Ivory Search
|
4 |
* Plugin URI: https://ivorysearch.com
|
5 |
* Description: The WordPress Search plugin that includes Search Form Customizer, WooCommerce Search, Image Search, Search Shortcode, AJAX Search & Live Search support!
|
6 |
+
* Version: 4.5.1
|
7 |
* Author: Ivory Search
|
8 |
* Author URI: https://ivorysearch.com/
|
9 |
* License: GPL2+
|
107 |
private function define_constants() {
|
108 |
|
109 |
if ( ! defined( 'IS_VERSION' ) ) {
|
110 |
+
define( 'IS_VERSION', '4.5.1' );
|
111 |
}
|
112 |
if ( ! defined( 'IS_PLUGIN_FILE' ) ) {
|
113 |
define( 'IS_PLUGIN_FILE', __FILE__ );
|
languages/add-search-to-menu.pot
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
msgid ""
|
3 |
msgstr ""
|
4 |
"Project-Id-Version: Ivory Search\n"
|
5 |
-
"POT-Creation-Date: 2020-07-
|
6 |
"PO-Revision-Date: 2020-03-17 21:05+0530\n"
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: Ivory Search <admin@ivorysearch.com>\n"
|
2 |
msgid ""
|
3 |
msgstr ""
|
4 |
"Project-Id-Version: Ivory Search\n"
|
5 |
+
"POT-Creation-Date: 2020-07-08 15:42+0530\n"
|
6 |
"PO-Revision-Date: 2020-03-17 21:05+0530\n"
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: Ivory Search <admin@ivorysearch.com>\n"
|
public/js/ivory-search.js
CHANGED
@@ -108,7 +108,7 @@ function ivory_search_analytics( id, label, category ) {
|
|
108 |
eventAction: 'Ivory Search - '+id,
|
109 |
eventLabel: label
|
110 |
});
|
111 |
-
_ga( 'send', 'pageview', '/?s=' + encodeURIComponent( label ) + '&id=' + encodeURIComponent( id )+ '&result=' + encodeURIComponent( category ) );
|
112 |
}
|
113 |
|
114 |
} catch (error) {
|
108 |
eventAction: 'Ivory Search - '+id,
|
109 |
eventLabel: label
|
110 |
});
|
111 |
+
//_ga( 'send', 'pageview', '/?s=' + encodeURIComponent( label ) + '&id=' + encodeURIComponent( id )+ '&result=' + encodeURIComponent( category ) );
|
112 |
}
|
113 |
|
114 |
} catch (error) {
|
readme.txt
CHANGED
@@ -5,7 +5,7 @@ Tags: search, woocommerce search, image search, ajax search, search shortcode, l
|
|
5 |
Requires at least: 3.9
|
6 |
Tested up to: 5.4
|
7 |
Requires PHP: 5.2.4
|
8 |
-
Stable tag: 4.5
|
9 |
License: GPLv2 or later
|
10 |
License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
11 |
|
@@ -39,6 +39,7 @@ Feel free to ask it using [Contact Form](https://ivorysearch.com/contact/).
|
|
39 |
<li> Search images, files and attachments.</li>
|
40 |
<li> Customize search form using customizer.</li>
|
41 |
<li> Search using AJAX search.</li>
|
|
|
42 |
<li> Create unlimited number of search forms.</li>
|
43 |
<li> Configure each search forms separately.</li>
|
44 |
<li> Configure search form to search specific content.</li>
|
@@ -192,6 +193,9 @@ Yes we do. We try our best to help free users with customisation requests and we
|
|
192 |
|
193 |
== Changelog ==
|
194 |
|
|
|
|
|
|
|
195 |
= 4.5 =
|
196 |
* Added - Option to track searches in google search analytics.
|
197 |
|
5 |
Requires at least: 3.9
|
6 |
Tested up to: 5.4
|
7 |
Requires PHP: 5.2.4
|
8 |
+
Stable tag: 4.5.1
|
9 |
License: GPLv2 or later
|
10 |
License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
11 |
|
39 |
<li> Search images, files and attachments.</li>
|
40 |
<li> Customize search form using customizer.</li>
|
41 |
<li> Search using AJAX search.</li>
|
42 |
+
<li> Track searches in search analytics.</li>
|
43 |
<li> Create unlimited number of search forms.</li>
|
44 |
<li> Configure each search forms separately.</li>
|
45 |
<li> Configure search form to search specific content.</li>
|
193 |
|
194 |
== Changelog ==
|
195 |
|
196 |
+
= 4.5.1 =
|
197 |
+
* Removed - Tracking search results as pageview in Google analytics.
|
198 |
+
|
199 |
= 4.5 =
|
200 |
* Added - Option to track searches in google search analytics.
|
201 |
|