Version Notes
Features.
Redirect to detail page if there is only 1 product returned from the search.
Download this release
Release Info
Developer | Sitewards Magento Team |
Extension | Sitewards_InstantSearchResult |
Version | 1.0.1 |
Comparing to | |
See all releases |
Code changes from version 1.0.0 to 1.0.1
- package.xml +5 -4
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Sitewards_InstantSearchResult</name>
|
4 |
-
<version>1.0.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://www.opensource.org/licenses/gpl-license.php">GPL</license>
|
7 |
<channel>community</channel>
|
@@ -11,10 +11,11 @@
|
|
11 |
------------------------
|
12 |

|
13 |
1. Install and activate the extension</description>
|
14 |
-
<notes>
|
|
|
15 |
<authors><author><name>Sitewards Magento Team</name><user>sitewards</user><email>magento@sitewards.com</email></author></authors>
|
16 |
-
<date>2013-
|
17 |
-
<time>
|
18 |
<contents><target name="magecommunity"><dir name="Sitewards"><dir name="InstantSearchResult"><dir name="Helper"><file name="Data.php" hash="68a8093f47b7f1853f75c78ff1bf8270"/></dir><dir name="Model"><file name="Observer.php" hash="39e6ceb4ec54b6317ff761c5146a4448"/></dir><dir name="etc"><file name="adminhtml.xml" hash="6638c2c5eda505cae95eb1309bb4feb8"/><file name="config.xml" hash="7ab8f85e10f1a52b44fa455f49bd126b"/><file name="system.xml" hash="db557429d97741a67cdd9967a9108290"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Sitewards_InstantSearchResult.xml" hash="34eb0addc62509eaeb585dd9c78897ac"/></dir></target><target name="magelocale"><dir name="de_DE"><file name="Sitewards_InstantSearchResult.csv" hash="197191ebf7610a42f70f80197cab2c25"/></dir><dir name="en_US"><file name="Sitewards_InstantSearchResult.csv" hash="4751b8e81fd80b8d334594acadbd7ae8"/></dir><dir name="ru_RU"><file name="Sitewards_InstantSearchResult.csv" hash="6f4e5ba2a6d7d11d019d8f9293aae068"/></dir><dir name="uk_UA"><file name="Sitewards_InstantSearchResult.csv" hash="1d05c82f8f33dd1671abdd880c59289d"/></dir></target></contents>
|
19 |
<compatible/>
|
20 |
<dependencies><required><php><min>5.3.0</min><max>6.0.0</max></php></required></dependencies>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Sitewards_InstantSearchResult</name>
|
4 |
+
<version>1.0.1</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://www.opensource.org/licenses/gpl-license.php">GPL</license>
|
7 |
<channel>community</channel>
|
11 |
------------------------
|
12 |

|
13 |
1. Install and activate the extension</description>
|
14 |
+
<notes>Features.
|
15 |
+
Redirect to detail page if there is only 1 product returned from the search.</notes>
|
16 |
<authors><author><name>Sitewards Magento Team</name><user>sitewards</user><email>magento@sitewards.com</email></author></authors>
|
17 |
+
<date>2013-10-04</date>
|
18 |
+
<time>07:46:54</time>
|
19 |
<contents><target name="magecommunity"><dir name="Sitewards"><dir name="InstantSearchResult"><dir name="Helper"><file name="Data.php" hash="68a8093f47b7f1853f75c78ff1bf8270"/></dir><dir name="Model"><file name="Observer.php" hash="39e6ceb4ec54b6317ff761c5146a4448"/></dir><dir name="etc"><file name="adminhtml.xml" hash="6638c2c5eda505cae95eb1309bb4feb8"/><file name="config.xml" hash="7ab8f85e10f1a52b44fa455f49bd126b"/><file name="system.xml" hash="db557429d97741a67cdd9967a9108290"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Sitewards_InstantSearchResult.xml" hash="34eb0addc62509eaeb585dd9c78897ac"/></dir></target><target name="magelocale"><dir name="de_DE"><file name="Sitewards_InstantSearchResult.csv" hash="197191ebf7610a42f70f80197cab2c25"/></dir><dir name="en_US"><file name="Sitewards_InstantSearchResult.csv" hash="4751b8e81fd80b8d334594acadbd7ae8"/></dir><dir name="ru_RU"><file name="Sitewards_InstantSearchResult.csv" hash="6f4e5ba2a6d7d11d019d8f9293aae068"/></dir><dir name="uk_UA"><file name="Sitewards_InstantSearchResult.csv" hash="1d05c82f8f33dd1671abdd880c59289d"/></dir></target></contents>
|
20 |
<compatible/>
|
21 |
<dependencies><required><php><min>5.3.0</min><max>6.0.0</max></php></required></dependencies>
|