Skip to content

Commit

Permalink
Bump to 1.4.8 + add contributing guidelines
Browse files Browse the repository at this point in the history
  • Loading branch information
maxiloc committed Oct 19, 2015
1 parent a2d1781 commit ee2858f
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
9 changes: 9 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -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.
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://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)
Expand Down
2 changes: 1 addition & 1 deletion code/Helper/Data.php
Original file line number Diff line number Diff line change
Expand Up @@ -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');

Expand Down
2 changes: 1 addition & 1 deletion code/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.4.7</version>
<version>1.4.8</version>
</Algolia_Algoliasearch>
</modules>
<frontend>
Expand Down
2 changes: 1 addition & 1 deletion code/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.4.7
Algolia Search 1.4.8
<style>
.algoliasearch-admin-menu span {
padding-left: 38px !important;
Expand Down

0 comments on commit ee2858f

Please sign in to comment.