From ffc3139153d6d9b0a58ca36b5127be601635dec8 Mon Sep 17 00:00:00 2001 From: Andreas von Studnitz Date: Tue, 16 May 2017 09:39:09 +0200 Subject: [PATCH] New version 1.7.2 --- doc/release-notes.md | 27 +++++++++++++++++++ .../community/IntegerNet/Solr/etc/config.xml | 2 +- 2 files changed, 28 insertions(+), 1 deletion(-) create mode 100644 doc/release-notes.md diff --git a/doc/release-notes.md b/doc/release-notes.md new file mode 100644 index 0000000..7e9c238 --- /dev/null +++ b/doc/release-notes.md @@ -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 \ No newline at end of file diff --git a/src/app/code/community/IntegerNet/Solr/etc/config.xml b/src/app/code/community/IntegerNet/Solr/etc/config.xml index c27daf2..113c0bb 100644 --- a/src/app/code/community/IntegerNet/Solr/etc/config.xml +++ b/src/app/code/community/IntegerNet/Solr/etc/config.xml @@ -2,7 +2,7 @@ - 1.7.1 + 1.7.2