You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,7 @@
22
22
- Fixed WSOD error on invalid creds when using manual SKU indexer (also included in 3.15.1).
23
23
- Fixed Recommend model validation when configuring through the Magento admin
24
24
- Fixed edge case with null queries - thank you @PromInc
25
+
- Removed conditional behavior on setting the vary string from the plugin on `\Magento\Framework\App\Http\Context` so that a consistent `X-Magento-Vary` cookie is sent across all requests
25
26
26
27
### Updates
27
28
-`beforecontent.html` is no longer used and has been deprecated. If you're overriding or referencing this file, please update your layout and customizations accordingly.
@@ -42,6 +43,7 @@
42
43
- Added support for PHPUnit 10
43
44
- Added support for Magento 2.4.8 on PHP 8.4 - Special shout out to @jajajaime for his help here
44
45
- Refactored code to PHP 8.2 baseline standard
46
+
- The InstantSearch "replace categories" feature must now be explicitly enabled on new instances aligning with our documentation: https://www.algolia.com/doc/integration/magento-2/guides/category-pages/#enable-category-pages
45
47
46
48
### Breaking Changes
47
49
-`ProductHelper::setSettings()` is now taking `IndexOptions` objects as two first parameters instead of index names (strings).
0 commit comments