Skip to content

Commit

Permalink
Release 1.19.0 (#1174)
Browse files Browse the repository at this point in the history
- Update algoliaBundle with latest autocomplete for multiqueries (#1171)
- Set forwardToReplicas for copy rules to false (#1170)
- Add missing options for suggestion source (#1157)
- Update readme and remove travis (#1172)
  • Loading branch information
bsuravech authored Feb 24, 2021
1 parent d8f95e8 commit b4781de
Show file tree
Hide file tree
Showing 11 changed files with 46 additions and 59 deletions.
23 changes: 0 additions & 23 deletions .travis.yml

This file was deleted.

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.19.0

### Updates
- Update algoliaBundle with latest autocomplete for multiqueries (#1171)
- Set forwardToReplicas for copy rules to false (#1170)
- Add missing options for suggestion source (#1157)
- Update readme and remove travis (#1172)


## 1.18.0

### Updates
Expand Down
7 changes: 2 additions & 5 deletions MAINTAINERS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
## `algolia/algoliasearch-magento` maintainers

| Name | Email |
|------------------------------|---------------------------|
| Jan Petr | [email protected] |
## Maintainers
The Algolia Magento 1 extension has reached a support and maintenance EOL and, therefore, will not commit to maintain the extension past FEB 2021. We encourage you to upgrade to Magento 2 as Magento 1 has already reached its end of life.
13 changes: 8 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
Algolia Search for Magento 1.6+
==================

![Latest version](https://img.shields.io/badge/latest-1.18.0-green.svg)
![Latest version](https://img.shields.io/badge/latest-1.19.0-green.svg)

[![Build Status](https://travis-ci.org/algolia/algoliasearch-magento.svg?branch=master)](https://travis-ci.org/algolia/algoliasearch-magento)
![PHP >= 5.3](https://img.shields.io/badge/php-%3E=5.3-green.svg)

![Magento 1.6.2](https://img.shields.io/badge/magento-1.6.2-blue.svg)
Expand All @@ -14,7 +13,13 @@ Algolia Search for Magento 1.6+

-------

🔎   **Need help?** Check out our [Troubleshooting Guide](https://www.algolia.com/doc/integration/magento-1/troubleshooting/data-indexes-queues/) and our [General FAQs](https://www.algolia.com/doc/integration/magento-1/troubleshooting/general-faq/). For feedback, bug reporting, or unresolved issues with the extension, please contact us at [[email protected]](mailto:[email protected]). Please include your Magento version, extension version, application ID, and steps to reproducing your issue. Add additional information like screenshots, screencasts, and error messages to help our team better troubleshoot your issues.
## End of Support

🚨   The Algolia Magento 1 extension has reached **End of Life** regarding support and maintenance. We do not commit to maintain and support the extension past FEB 2021. We encourage you to upgrade to Magento 2 as Magento 1 has already reached its end of life.

-------

🔎   **Need help?** Check out our [Troubleshooting Guide](https://www.algolia.com/doc/integration/magento-1/troubleshooting/data-indexes-queues/) and our [General FAQs](https://www.algolia.com/doc/integration/magento-1/troubleshooting/general-faq/).

-------

Expand Down Expand Up @@ -111,5 +116,3 @@ Here are some helpful documentation to help with your issue:
- [Indexing Queue](https://www.algolia.com/doc/integration/magento-1/how-it-works/indexing-queue/)
- [Frontend Custom Events](https://www.algolia.com/doc/integration/magento-1/customize/custom-front-end-events/)
- [Dispatched Backend Events](https://www.algolia.com/doc/integration/magento-1/customize/custom-back-end-events/)

For feedback, bug reporting, or unresolved issues with the extension, please contact us at [[email protected]](mailto:[email protected]). Please include your Magento version, extension version, application ID, and steps to reproducing your issue. Add additional information like screenshots, screencasts, and error messages to help our team better troubleshoot your issues.
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ public function copySynonyms($fromIndexName, $toIndexName)
public function copyQueryRules($fromIndexName, $toIndexName)
{
$res = $this->getClient()->scopedCopyIndex($fromIndexName, $toIndexName, array('rules'), array(
'forwardToReplicas' => true,
'forwardToReplicas' => false,
'clearExistingRules' => true
));

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.18.0</version>
<version>1.19.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.18.0
Algolia Search 1.19.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.18.0</version>
<version>1.19.0</version>
</Algolia_Algoliasearch>
</modules>
</config>
41 changes: 21 additions & 20 deletions js/algoliasearch/internals/frontend/algoliaBundle.min.js

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/algoliasearch/internals/frontend/common.js
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ document.addEventListener("DOMContentLoaded", function (e) {
allTitle: algoliaConfig.translations.allDepartments
});
} else {
suggestionsSource = $.fn.autocomplete.sources.hits(suggestions_index, {
suggestionsSource = $.fn.autocomplete.sources.hits(suggestions_index, options, {
hitsPerPage: section.hitsPerPage
});
}
Expand Down

0 comments on commit b4781de

Please sign in to comment.