Skip to content

Commit fd9dce2

Browse files
committed
bump to 1.4.6
1 parent 41a6303 commit fd9dce2

File tree

5 files changed

+11
-4
lines changed

5 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
## Change Log
22

3+
### 1.4.6
4+
5+
- UPDATED: Price handling, no template update required anymore + correct handling of special price + correct handling of tax
6+
- UPDATED: indexing process has been optimized
7+
- FIX: add emulation for pages to have correct urls
8+
- UPDATED: Separate category and product indexer
9+
310
### 1.4.5
411

512
- FIX: Improve performance issue when backend-search

FAQ.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
## Things to check before anything:
55

6-
- You are on last version (currently 1.4.5) this can be checked by looking a the user agent of a build query
6+
- You are on last version (currently 1.4.6) this can be checked by looking a the user agent of a build query
77
- Catalog has been indexed at least once.
88

99
## Warning saying an index not up to date ?

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This extension replaces the default search of Magento with a typo-tolerant, fast
77

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

10-
![Latest version](https://img.shields.io/badge/latest-1.4.5-green.svg)
10+
![Latest version](https://img.shields.io/badge/latest-1.4.6-green.svg)
1111
![Magento 1.6.2](https://img.shields.io/badge/magento-1.6.2-blue.svg)
1212
![Magento 1.7.1](https://img.shields.io/badge/magento-1.7.1-blue.svg)
1313
![Magento 1.8.1](https://img.shields.io/badge/magento-1.8.1-blue.svg)

code/Helper/Data.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class Algolia_Algoliasearch_Helper_Data extends Mage_Core_Helper_Abstract
2323

2424
public function __construct()
2525
{
26-
\AlgoliaSearch\Version::$custom_value = " Magento (1.4.5)";
26+
\AlgoliaSearch\Version::$custom_value = " Magento (1.4.6)";
2727

2828
$this->algolia_helper = Mage::helper('algoliasearch/algoliahelper');
2929

code/etc/system.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<algoliasearch translate="label" module="algoliasearch">
55
<label>
66
<![CDATA[
7-
Algolia Search 1.4.5
7+
Algolia Search 1.4.6
88
<style>
99
.algoliasearch-admin-menu span {
1010
padding-left: 38px !important;

0 commit comments

Comments
 (0)