Skip to content

Commit

Permalink
Bump version to 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroenvermeulen committed May 6, 2014
1 parent 5ed49d1 commit 7e35ecc
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,9 @@
### v1.3.2-beta

* Fix for issue #9: Class not found when using shell/indexer.php in Magento 1.7

### v1.4.0-beta

* 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.
Binary file added var/connect/JeroenVermeulen_Solarium-1.4.0.tgz
Binary file not shown.
22 changes: 18 additions & 4 deletions var/connect/JeroenVermeulen_Solarium.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<_>
<form_key>dzz9Ht0zPFoXgzhF</form_key>
<form_key>7ZxAxqVeATbeelTs</form_key>
<name>JeroenVermeulen_Solarium</name>
<channel>community</channel>
<version_ids>
Expand All @@ -22,12 +22,16 @@ Report bugs: https://github.com/jeroenvermeulen/magento-solarium/issues
</description>
<license>OSL-3.0</license>
<license_uri>http://opensource.org/licenses/osl-3.0.php</license_uri>
<version>1.3.2</version>
<version>1.4.0</version>
<stability>beta</stability>
<notes>Beta version.
Do not use on a production shop right away.

* Fix for issue #9: Class not found when using shell/indexer.php in Magento 1.7</notes>
* Added posibility 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.

Please clear your Magento caches after upgrading to this version.</notes>
<authors>
<name>
<name>Jeroen Vermeulen BVBA</name>
Expand Down Expand Up @@ -56,7 +60,7 @@ Do not use on a production shop right away.
<max/>
</max>
<files>
<files> </files>
<files> </files>
</files>
</package>
<extension>
Expand All @@ -78,34 +82,44 @@ Do not use on a production shop right away.
<target>mageetc</target>
<target>magelib</target>
<target>magelib</target>
<target>magedesign</target>
<target>mageweb</target>
</target>
<path>
<path/>
<path>JeroenVermeulen/Solarium</path>
<path>modules/JeroenVermeulen_Solarium.xml</path>
<path>Solarium</path>
<path>Symfony/Component/EventDispatcher</path>
<path>frontend/base/default/layout/solarium.xml</path>
<path>js/solarium</path>
</path>
<type>
<type>file</type>
<type>dir</type>
<type>file</type>
<type>dir</type>
<type>dir</type>
<type>file</type>
<type>dir</type>
</type>
<include>
<include/>
<include/>
<include/>
<include/>
<include/>
<include/>
<include/>
</include>
<ignore>
<ignore/>
<ignore/>
<ignore/>
<ignore/>
<ignore/>
<ignore/>
<ignore/>
</ignore>
</contents>
</_>

0 comments on commit 7e35ecc

Please sign in to comment.