Skip to content

Commit

Permalink
Merge pull request #628 from algolia/bump_171
Browse files Browse the repository at this point in the history
Bump to 1.7.1
  • Loading branch information
Jan Petr authored Oct 21, 2016
2 parents fc38c17 + a0a5fec commit ff009f2
Show file tree
Hide file tree
Showing 6 changed files with 37 additions and 4 deletions.
33 changes: 33 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,38 @@
## Change Log

### 1.7.1

#### FEATURES
- Option to stop the extension from overriding synonyms (#580)
- New attribute `main_categories` which contains product's category structure without path (#581)
- Option to index only categories where product actually is without it's parent categories (#584)
- **Breaks hierarchical widget, use wisely**
- Option to display popular queries (suggestions) without categories (#586)
- Option to reindex all category's products on category save (#598)
- Option to use non-selectable attribute as custom ranking by writing it's name in configuration (#603)
- Added categories' level attributes to Products' Attributes select boxes so it's possible to use specific levels for relevancy purposes (#621)

#### UPDATES
- Improved relevancy for suggestions by setting [removeWordsIfNoResults](https://www.algolia.com/doc/api-client/php/parameters#removewordsifnoresults) to `lastWords` (#575)
- All CSS selectors were prefixed with Algolia containers and unused styles were removed (#578)
- **BC break** - please check the look & feel of your results
- The note about new version is less agressive and does not feel as error anymore (#579)
- Bundled products now does not take news dates and special price dates from it's sub-products (#580)
- New versions of [instantsearch.js](https://github.com/algolia/instantsearch.js) and [autocomplete.js](https://github.com/algolia/autocomplete.js) libraries (#588)
- Column `data` in `algoliasearch_queue` table changed to LONGTEXT (#596, #597)
- Optimized number of products processed by removing duplicate products from processing (#599)
- Enable to select `in_stock` attribute as attribute for faceting (#602)
- Updated PHP client (#611)
- Updated "Disable extension" label (#619)
- Searchable attributes are set as Unordered by default (#624)

#### FIXES
- Info panel with sorting selectbox is now hidden on no results (#576)
- Issue with decimal numbers displayed in current price refinements (#588)
- PHP 5.3 compatibility (#605, #608)
- Displaying all products by clearing all filters by clearAll instantsearch.js widget on instant search category page (#604, #609)
- Fixed bug when `categories_without_path` was always set as searchable attribute (#621)

### 1.7.0

#### FEATURES
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This extension replaces the default search of Magento with a typo-tolerant, fast

See features and benefits of [Algolia Search Extension for Magento](https://community.algolia.com/magento).

![Latest version](https://img.shields.io/badge/latest-1.7.0-green.svg)
![Latest version](https://img.shields.io/badge/latest-1.7.1-green.svg)
![Magento 1.6.2](https://img.shields.io/badge/magento-1.6.2-blue.svg)
![Magento 1.7.1](https://img.shields.io/badge/magento-1.7.1-blue.svg)
![Magento 1.8.1](https://img.shields.io/badge/magento-1.8.1-blue.svg)
Expand Down
2 changes: 1 addition & 1 deletion app/code/community/Algolia/Algoliasearch/etc/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<config>
<modules>
<Algolia_Algoliasearch>
<version>1.7.0</version>
<version>1.7.1</version>
</Algolia_Algoliasearch>
</modules>
<frontend>
Expand Down
2 changes: 1 addition & 1 deletion app/code/community/Algolia/Algoliasearch/etc/system.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<algoliasearch translate="label" module="algoliasearch">
<label>
<![CDATA[
Algolia Search 1.7.0
Algolia Search 1.7.1
<style>
.algoliasearch-admin-menu span {
padding-left: 38px !important;
Expand Down
2 changes: 1 addition & 1 deletion app/etc/modules/Algolia_Algoliasearch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<Algolia_Algoliasearch>
<active>true</active>
<codePool>community</codePool>
<version>1.7.0</version>
<version>1.7.1</version>
</Algolia_Algoliasearch>
</modules>
</config>
Binary file added releases/algoliasearch-1.7.1.tgz
Binary file not shown.

0 comments on commit ff009f2

Please sign in to comment.