From ee2858f160c9dda7ff15ab6f8231d83c3b025340 Mon Sep 17 00:00:00 2001 From: Maxime Locqueville Date: Mon, 19 Oct 2015 12:15:09 +0200 Subject: [PATCH] Bump to 1.4.8 + add contributing guidelines --- CHANGELOG.md | 9 +++++++++ CONTRIBUTING.md | 9 +++++++++ README.md | 2 +- code/Helper/Data.php | 2 +- code/etc/config.xml | 2 +- code/etc/system.xml | 2 +- 6 files changed, 22 insertions(+), 4 deletions(-) create mode 100644 CONTRIBUTING.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e20806a..598c339c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ ## Change Log +### 1.4.8 +- NEW: allow to have custom product types +- NEW: make image generation size parameter customizable to be able to save ressources when already in cache +- UPDATED: remove root category when fetching product categories +- UPDATED: rewrite image class to be able to log the error when not being able to generate it +- UPDATED: Handle display price with AND without tax +- FIX: price issues +- FIX: Safari issue with instant search + ### 1.4.7 - NEW: added an option to disable the seo request diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 00000000..fb985d9a --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,9 @@ +How to contribute? + +Basic flow: + +- Fork this repository +- Make the fix/change/feature +- Commit +- Open a pull request on the **develop** branch +- We will then review your pull request and makes sure your fix helps the community. \ No newline at end of file diff --git a/README.md b/README.md index 3e7d4974..b20619f7 100644 --- 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://www.algolia.com/with/magento). -![Latest version](https://img.shields.io/badge/latest-1.4.7-green.svg) +![Latest version](https://img.shields.io/badge/latest-1.4.8-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) diff --git a/code/Helper/Data.php b/code/Helper/Data.php index 269dfcee..06139751 100755 --- a/code/Helper/Data.php +++ b/code/Helper/Data.php @@ -25,7 +25,7 @@ class Algolia_Algoliasearch_Helper_Data extends Mage_Core_Helper_Abstract public function __construct() { - \AlgoliaSearch\Version::$custom_value = " Magento (1.4.7)"; + \AlgoliaSearch\Version::$custom_value = " Magento (1.4.8)"; $this->algolia_helper = Mage::helper('algoliasearch/algoliahelper'); diff --git a/code/etc/config.xml b/code/etc/config.xml index da1a1a78..85870d09 100755 --- a/code/etc/config.xml +++ b/code/etc/config.xml @@ -2,7 +2,7 @@ - 1.4.7 + 1.4.8 diff --git a/code/etc/system.xml b/code/etc/system.xml index 39f35753..26bdf379 100755 --- a/code/etc/system.xml +++ b/code/etc/system.xml @@ -4,7 +4,7 @@