Skip to content

Commit 9f53a45

Browse files
authored
Bump to version 1.12.1 (#908)
1 parent c4daea5 commit 9f53a45

File tree

3 files changed

+53
-2
lines changed

3 files changed

+53
-2
lines changed

CHANGELOG.md

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,56 @@
11
# CHANGE LOG
22

3+
## 1.12.1
4+
5+
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.
6+
7+
The Magento team at Algolia really wanted to thank our amazing community for its help.
8+
For this release, a big shout out for:
9+
10+
- @DavidLambauer
11+
- @JosephMaxwell
12+
- @peterjaap
13+
- @unicoder88
14+
- @VincentMarmiesse
15+
- @vmalyk
16+
17+
Thanks A LOT for your PRs, we really appreciate!
18+
19+
What this release brings:
20+
21+
### FEATURES
22+
- Add extension notifier (#868)
23+
24+
### UPDATES
25+
- Removed objectManager from ProductHelper (#814) (by @peterjaap)
26+
- Removing the BaseAdminTemplate block (#822)
27+
- Add config warnings for ES and MSI (#889)
28+
- Remove catalog index price update by schedule subscription (#870) (by @unicoder88)
29+
- Added alt attribute for img tags (#896) (by @vmalyk)
30+
- Add "suggest" section modules in composer.json (#898) (by @vmalyk)
31+
- Create replicas if Backend Facet Rendering is enabled (#902) (by @VincentMarmiesse)
32+
33+
### FIXES
34+
- Fixed the dependency list (#843) (by @DavidLambauer)
35+
- Pass set product website_id to load catalogrule prices with enabled customer groups (#853) (by @unicoder88)
36+
- Clean scope code resolver when starting environment emulation (#857) (by @unicoder88)
37+
- Fixing order of setting parameters (#859) (by @JosephMaxwell)
38+
- Fixed Composer requirements and README.md (#884) (by @vmalyk)
39+
- Fix Tier Price calculation (#887)
40+
- Fix autocomplete additional sections link URL (#891)
41+
- Fix errors in code instead ignore in PHPStan (#878) (by @vmalyk)
42+
- Fix product image helper method to return set images (#899)
43+
- Fix version to 1.12.1 for unsubscribe Mview migration (PR #870) (#910) (by @vmalyk)
44+
45+
### TOOLING
46+
- Events tracking (#805)
47+
- chore: fixes styleci configuration (#847)
48+
- chore(ignores-phpstan-fixed-errors): sets reportUnmatchedIgnoredError (#877)
49+
- ci: quality assurance tools (#882)
50+
- Ci/quality tools (#886)
51+
- chore: increases phpstan level to 1 (#892)
52+
- Make changes to pass new Marketplace test expectations (#906)
53+
354
## 1.12.0
455

556
### FEATURES

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Algolia Search for Magento 2
22
==================
33

4-
![Latest version](https://img.shields.io/badge/latest-1.12.0-green.svg)
4+
![Latest version](https://img.shields.io/badge/latest-1.12.1-green.svg)
55
![Magento 2](https://img.shields.io/badge/Magento-%3E=2.2-blue.svg)
66
![PHP >= 7.0.6](https://img.shields.io/badge/PHP-%3E=7.0-green.svg)
77
[![CircleCI](https://circleci.com/gh/algolia/algoliasearch-magento-2/tree/master.svg?style=svg)](https://circleci.com/gh/algolia/algoliasearch-magento-2/tree/master)

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Algolia Search integration for Magento 2",
44
"type": "magento2-module",
55
"license": ["MIT"],
6-
"version": "1.12.0",
6+
"version": "1.12.1",
77
"require": {
88
"php": "~7.0|~7.1|~7.2|~7.3",
99
"magento/framework": "~101.0|~102.0",

0 commit comments

Comments
 (0)