Skip to content

Commit ffc3139

Browse files
committed
New version 1.7.2
1 parent 6837b8d commit ffc3139

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

doc/release-notes.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
IntegerNet_Solr Free for Magento 1
2+
===============
3+
Release Notes
4+
5+
Version 1.7.2 (May 16, 2017)
6+
---------------
7+
8+
- Add slicing functionality (see src/shell/integernet-solr.php)
9+
- Fix bug with indexing multistore products with activated flat catalog
10+
- Exclude items with zero counts from filter items count calculation (thanks @tim-bezhashvyly!)
11+
- Fallback to Magento if category is excluded from Solr index (thanks @tim-bezhashvyly!)
12+
- Move files regarding autosuggest to Pro module
13+
14+
Version 1.7.1 (May 3, 2017)
15+
---------------
16+
17+
- Support Indexing of Bundle Child Products
18+
- Optimization of Search Results for search queries containing numbers
19+
- Bugfix regarding Flat Product Setting
20+
- Bugfix regarding Flat Category Setting
21+
- Bugfix regarding Re-Initialization of MySQL Connection
22+
- Bugfix regarding duplicate Layout Update (thanks @tim-bezhashvyly!)
23+
24+
Version 1.7.0 (Oct 12, 2016)
25+
---------------
26+
27+
- First public release of IntegerNet_Solr

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.1</version>
5+
<version>1.7.2</version>
66
<version_suffix />
77
</IntegerNet_Solr>
88
</modules>

0 commit comments

Comments
 (0)