Skip to content

Commit

Permalink
Merge pull request #574 from algolia/bump_170
Browse files Browse the repository at this point in the history
Bump to 1.7.0
  • Loading branch information
Jan Petr authored Sep 12, 2016
2 parents 62c5dab + 085c42a commit 0252707
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 4 deletions.
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,36 @@
## Change Log

### 1.7.0

#### FEATURES
- Option to choose if attributes' "No" values should or shouldn't be indexed (#554)

#### UPDATES
- Optimized front-end - **BC break** (#507, #531)
- All JS code except the extension's config and JS templates was moved to separate JS files
- Reduced the size of inline HTML code
- Better caching abilities
- Better readability of the code
- Removed templateloader.phtml file
- Use `allItems` template in hits widget instead of single `item` (#553)
- Restored support of PHP 5.3 (#524)
- The extension now follows the standart file structure as Magento (#517)
- All extension's assets were move to CSS files as SVGs (#521)
- Small visual updates in icons
- Supports retina displays now
- New versions of [instantsearch.js](https://github.com/algolia/instantsearch.js) and [autocomplete.js](https://github.com/algolia/autocomplete.js) libraries (#549)
- PHP API client updated to 1.10.2 version (#529)
- The extension follows new Algolia's UA convention (#530)
- Updated [FAQ](https://community.algolia.com/magento/faq/) (#509, #519, #525, #536)

#### FIXES
- Fixed issue with CDN images (#518)
- Whole images' URLs are now indexed
- **BC break!** It's mandatory to reindex all your data
- Fixed issue with overriding `top.search` block (#531)
- Encoded query attribute within additional sections in autocomplete menu (#534)
- Fixed notices from `array_unique` (#552)

### 1.6.1

#### UPDATES
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.6.1-green.svg)
![Latest version](https://img.shields.io/badge/latest-1.7.0-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.6.1</version>
<version>1.7.0</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.6.1
Algolia Search 1.7.0
<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.6.1</version>
<version>1.7.0</version>
</Algolia_Algoliasearch>
</modules>
</config>

0 comments on commit 0252707

Please sign in to comment.