From 84c467419014aef586fdcecfa701eb54b4901504 Mon Sep 17 00:00:00 2001 From: Jan Petr Date: Thu, 18 Aug 2016 17:36:38 +0200 Subject: [PATCH] Bump to 0.9.0 --- CHANGELOG.md | 12 ++++++++++++ README.md | 2 +- composer.json | 2 +- etc/module.xml | 2 +- 4 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b9b205ef1..119bf42eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # CHANGELOG +## 0.9.0 + +- Optimized front-end (#54) - **BC break!** + - Only necessary JS configuration is now rendered into HTML code, all other JS code is now loaded in within JS files + - Templates were re-organized to make it's structure more readable + - Layout's XML files were rewritten and optimized + - Extension's assets were removed and replaced by SVGs +- Fixed CSS of autocomplete menu's footer (#55, #58) +- Instatnsearch.js library was updated to it's latest version (#56) +- The extension officially supports only 2.0.X versions of Magento, however it's still possible and encouraged to use it on 2.1.0 (#53) +- Fixed some annotations in code (#52, #51) + ## 0.8.4 - Always index categories' attribute `include_in_menu` diff --git a/README.md b/README.md index 2e716c019..89c14d146 100755 --- a/README.md +++ b/README.md @@ -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-0.8.4-green.svg) +![Latest version](https://img.shields.io/badge/latest-0.9.0-green.svg) ![Magento 2.0.X](https://img.shields.io/badge/Magento-2.0.X-blue.svg) ![PHP >= 5.5.22](https://img.shields.io/badge/PHP-%3E=5.5.22-green.svg) diff --git a/composer.json b/composer.json index 71b974f7b..1b8bc21f1 100755 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "algolia/algoliasearch-magento-2", "description": "Algolia Search integration for Magento 2", "type": "magento2-module", - "version": "0.8.4", + "version": "0.9.0", "license": ["MIT"], "require": { "php": "~5.5.0|~5.6.0|~7.0.0", diff --git a/etc/module.xml b/etc/module.xml index 2a87a5078..3aa19d019 100755 --- a/etc/module.xml +++ b/etc/module.xml @@ -1,5 +1,5 @@ - + \ No newline at end of file