Skip to content

Commit 3e2e5f0

Browse files
committed
New version 1.7.3 with bugfix regarding RWD theme
1 parent b0c06bd commit 3e2e5f0

File tree

3 files changed

+6
-12
lines changed

3 files changed

+6
-12
lines changed

doc/release-notes.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@ IntegerNet_Solr Free for Magento 1
22
===============
33
Release Notes
44

5+
Version 1.7.3 (May 18, 2017)
6+
---------------
7+
8+
- Bugfix regarding RWD theme
9+
510
Version 1.7.2 (May 16, 2017)
611
---------------
712

src/app/code/community/IntegerNet/Solr/etc/config.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<config>
33
<modules>
44
<IntegerNet_Solr>
5-
<version>1.7.2</version>
5+
<version>1.7.3</version>
66
<version_suffix />
77
</IntegerNet_Solr>
88
</modules>

src/app/design/frontend/rwd/default/layout/integernet/solr.xml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,6 @@
11
<?xml version="1.0"?>
22
<layout version="0.1.0">
33

4-
<default>
5-
<reference name="head">
6-
<action method="addCss" ifconfig="integernet_solr/general/is_active">
7-
<stylesheet>integernet/solr/css/autosuggest.css</stylesheet>
8-
</action>
9-
</reference>
10-
</default>
11-
124
<catalogsearch_result_index>
135
<reference name="head">
146
<action method="addItem" ifconfig="integernet_solr/general/is_active">
@@ -115,9 +107,6 @@
115107
<action method="setListModes"/>
116108
<action method="setListCollection"/>
117109
</reference>
118-
<reference name="before_body_end">
119-
<block type="integernet_solr/js" name="solr.js" template="integernet/solr/js.phtml" />
120-
</reference>
121110
</catalog_category_layered>
122111

123112
<catalog_category_default>

0 commit comments

Comments
 (0)