Skip to content

Commit

Permalink
Bump version to 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroenvermeulen committed May 7, 2014
1 parent 45b7f28 commit 2b54bda
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,7 @@
* Added possibility to use http authentication in Solr connection. Thanks @toonvd.
* Added Solr based auto suggestion. Thanks @toonvd.
* Issue #11 Detect empty index, fallback to Magento Fulltext Search.

### v1.4.0-beta

* Fixed issue #13: Autocomplete should filter on store
2 changes: 1 addition & 1 deletion app/code/community/JeroenVermeulen/Solarium/etc/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<config>
<modules>
<JeroenVermeulen_Solarium>
<version>1.4.0</version>
<version>1.4.1</version>
</JeroenVermeulen_Solarium>
</modules>
<global>
Expand Down
Binary file added var/connect/JeroenVermeulen_Solarium-1.4.1.tgz
Binary file not shown.
12 changes: 7 additions & 5 deletions var/connect/JeroenVermeulen_Solarium.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<version_ids>2</version_ids>
</version_ids>
<summary>Solr based full text search for Magento CE. Uses the Solarium library.</summary>
<description>Solr based full text search for Magento CE. Has an option to enable auto correct of search terms. Uses the Solarium library.
<description>The default MySQL Fulltext search is not performing very well on more serious shops. It is slow and the results aren&apos;t very relevant. Apache&apos;s Solr does a much better job in delivering fast and relevant results. We have used the Solarium PHP library to build Solr into Magento CE. It can do autocorrect of typos and autocomplete search terms.

After installing this extension:
* Clear the *Configuration* cache
Expand All @@ -27,9 +27,7 @@ Report bugs: https://github.com/jeroenvermeulen/magento-solarium/issues
<notes>Beta version.
Do not use on a production shop right away.

* Fixed issue #13 Autocomplete suggests from all shops

Please clear your Magento caches after upgrading to this version.</notes>
* Fixed issue #13: Autocomplete suggests from all shops</notes>
<authors>
<name>
<name>Jeroen Vermeulen BVBA</name>
Expand Down Expand Up @@ -58,7 +56,7 @@ Please clear your Magento caches after upgrading to this version.</notes>
<max/>
</max>
<files>
<files> </files>
<files> </files>
</files>
</package>
<extension>
Expand Down Expand Up @@ -120,4 +118,8 @@ Please clear your Magento caches after upgrading to this version.</notes>
<ignore/>
</ignore>
</contents>
<page>1</page>
<limit>200</limit>
<folder/>
<package/>
</_>

0 comments on commit 2b54bda

Please sign in to comment.