|
1 | 1 | # CHANGE LOG
|
2 | 2 |
|
| 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 | + |
3 | 54 | ## 1.12.0
|
4 | 55 |
|
5 | 56 | ### FEATURES
|
|
0 commit comments