Version Notes
- bug fix for https
Download this release
Release Info
| Developer | Klevu |
| Extension | Klevu_SmartSearch |
| Version | 1.2.1 |
| Comparing to | |
| See all releases | |
Code changes from version 1.2.0 to 1.2.1
app/code/community/Klevu/Search/etc/config.xml
CHANGED
|
@@ -2,7 +2,7 @@
|
|
| 2 |
<config>
|
| 3 |
<modules>
|
| 4 |
<Klevu_Search>
|
| 5 |
-
<version>1.2.
|
| 6 |
</Klevu_Search>
|
| 7 |
</modules>
|
| 8 |
<global>
|
| 2 |
<config>
|
| 3 |
<modules>
|
| 4 |
<Klevu_Search>
|
| 5 |
+
<version>1.2.1</version>
|
| 6 |
</Klevu_Search>
|
| 7 |
</modules>
|
| 8 |
<global>
|
app/design/frontend/base/default/template/klevu/content/search.phtml
CHANGED
|
@@ -122,8 +122,10 @@
|
|
| 122 |
<input type="hidden" name="totalResultsFound" id="totalResultsFound" value="0"/>
|
| 123 |
<input type="hidden" name="searchedKeyword" id="searchedKeyword" value=""/>
|
| 124 |
<input type="hidden" name="totalPages" id="totalPages" value="0"/>
|
|
|
|
| 125 |
<?php
|
| 126 |
-
$
|
|
|
|
| 127 |
$src = $protocol.$config->getJsUrl();
|
| 128 |
?>
|
| 129 |
<script type="text/javascript" src="<?php echo $src; ?>/klevu-js-v1/js-1-1/klevu-landing.js">// <