Skip to content

Commit

Permalink
New version 1.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
avstudnitz committed May 16, 2017
1 parent 6837b8d commit ffc3139
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
27 changes: 27 additions & 0 deletions doc/release-notes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
IntegerNet_Solr Free for Magento 1
===============
Release Notes

Version 1.7.2 (May 16, 2017)
---------------

- Add slicing functionality (see src/shell/integernet-solr.php)
- Fix bug with indexing multistore products with activated flat catalog
- Exclude items with zero counts from filter items count calculation (thanks @tim-bezhashvyly!)
- Fallback to Magento if category is excluded from Solr index (thanks @tim-bezhashvyly!)
- Move files regarding autosuggest to Pro module

Version 1.7.1 (May 3, 2017)
---------------

- Support Indexing of Bundle Child Products
- Optimization of Search Results for search queries containing numbers
- Bugfix regarding Flat Product Setting
- Bugfix regarding Flat Category Setting
- Bugfix regarding Re-Initialization of MySQL Connection
- Bugfix regarding duplicate Layout Update (thanks @tim-bezhashvyly!)

Version 1.7.0 (Oct 12, 2016)
---------------

- First public release of IntegerNet_Solr
2 changes: 1 addition & 1 deletion src/app/code/community/IntegerNet/Solr/etc/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<config>
<modules>
<IntegerNet_Solr>
<version>1.7.1</version>
<version>1.7.2</version>
<version_suffix />
</IntegerNet_Solr>
</modules>
Expand Down

0 comments on commit ffc3139

Please sign in to comment.