File tree Expand file tree Collapse file tree 4 files changed +10
-4
lines changed Expand file tree Collapse file tree 4 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGE LOG
2
2
3
+ ## 1.11.1
4
+
5
+ - Fixed compatibility with PHP 5.6 (#776 , #780 )
6
+ - Category plugin now uses "before" and "after" merhods instead of "around" methods (#775 )
7
+ - Fetch "image" attribute for Product object during indexing (#772 )
8
+
3
9
## 1.11.0
4
10
5
11
### FEATURES
Original file line number Diff line number Diff line change 1
1
Algolia Search for Magento 2
2
2
==================
3
3
4
- ![ Latest version] ( https://img.shields.io/badge/latest-1.11.0 -green.svg )
4
+ ![ Latest version] ( https://img.shields.io/badge/latest-1.11.1 -green.svg )
5
5
![ Magento 2] ( https://img.shields.io/badge/Magento-%3E=2.1-blue.svg )
6
- ![ PHP >= 5.6.5] ( https://img.shields.io/badge/PHP-%3E=5.6.5 -green.svg )
6
+ ![ PHP >= 5.6.5] ( https://img.shields.io/badge/PHP-%3E=5.6-green.svg )
7
7
[ ![ Build Status] ( https://travis-ci.org/algolia/algoliasearch-magento-2.svg?branch=master )] ( https://travis-ci.org/algolia/algoliasearch-magento-2 )
8
8
9
9
-------
Original file line number Diff line number Diff line change 3
3
"description" : " Algolia Search integration for Magento 2" ,
4
4
"type" : " magento2-module" ,
5
5
"license" : [" MIT" ],
6
- "version" : " 1.11.0 " ,
6
+ "version" : " 1.11.1 " ,
7
7
"require" : {
8
8
"php" : " ~5.6.5|~7.0|~7.1|~7.2|~7.3" ,
9
9
"magento/framework" : " ~100.1|~101.0|~102.0" ,
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" ?>
2
2
<config xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" urn:magento:framework:Module/etc/module.xsd" >
3
- <module name =" Algolia_AlgoliaSearch" setup_version =" 1.11.0 " >
3
+ <module name =" Algolia_AlgoliaSearch" setup_version =" 1.11.1 " >
4
4
<sequence >
5
5
<module name =" Magento_Theme" />
6
6
</sequence >
You can’t perform that action at this time.
0 commit comments