From 19e1e5f831ae212f4fb9a003896320bcac9766e1 Mon Sep 17 00:00:00 2001 From: Damien Couchez Date: Wed, 5 Feb 2020 10:40:13 +0100 Subject: [PATCH] Bump to v1.13.0 (#975) --- CHANGELOG.md | 28 ++++++++++++++++++++++++++++ README.md | 2 +- composer.json | 2 +- etc/module.xml | 2 +- 4 files changed, 31 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b62971d58..bfd77690d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,33 @@ # CHANGE LOG +## 1.13.0 + +## FEATURES +- Indexing Queue Log admin view (#929) + +### UPDATES +- Add documentations links on top of the Indexing Queue page (#931) +- Archive logs cleaning (#928) +- Admin notices refactoring (#921) +- Join 2 callbacks for autocomplete updated event (#926) @vmalyk +- Replace class names to ::class instead string names (#936) @vmalyk +- Added translation to ui components and source options (#938) @vmalyk +- Adminhtml improvements: XSS prevention, translations, etc (#939) @vmalyk +- Tests: improve class names usage and replace literal name to ::class (#940) @vmalyk +- Clean up adminhtml queue controllers (#968) + +### FIXES +- Prevent type error for backend facet query (#911) +- B2B countable error in ProductDataArray class (#915) +- Hide out of stock for configurable products (#925) @vmalyk +- Remove "Replace categories" config dependency (#930) +- PHP 7.2 warning error fixes (#932) +- Remove Object manager and add factories to constructor (#937) @vmalyk +- Fix Landing Page Builder remove url rewrite when disabled (#944) +- Re-add forgotten indexOutOfStockOptions() method behaviour (#954) +- Use Guzzle to for version checking (#949) +- Fix configurable image condition (#964) + ## 1.12.1 This release has been made possible thanks to the involvement of the community, with about half of the pull requests merged coming from the Magento ecosystem. diff --git a/README.md b/README.md index 33ab7b468..288ecebae 100755 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ Algolia Search for Magento 2 ================== -![Latest version](https://img.shields.io/badge/latest-1.12.1-green.svg) +![Latest version](https://img.shields.io/badge/latest-1.13.0-green.svg) ![Magento 2](https://img.shields.io/badge/Magento-%3E=2.2-blue.svg) ![PHP >= 7.0.6](https://img.shields.io/badge/PHP-%3E=7.0-green.svg) diff --git a/composer.json b/composer.json index 7fae07bb8..2501b074d 100755 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "description": "Algolia Search integration for Magento 2", "type": "magento2-module", "license": ["MIT"], - "version": "1.12.1", + "version": "1.13.0", "require": { "php": "~7.0|~7.1|~7.2|~7.3", "magento/framework": "~101.0|~102.0", diff --git a/etc/module.xml b/etc/module.xml index e0bb92ca1..1c9736046 100755 --- a/etc/module.xml +++ b/etc/module.xml @@ -1,6 +1,6 @@ - +