Skip to content

Commit f722aef

Browse files
author
Yaroslav Voronoy
committed
MAGETWO-47267: URL Rewrites do not work for products accessed via category landing pages
Conflicts: CHANGELOG.md
1 parent e565100 commit f722aef

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,34 @@
1717
* Fixed an issue when custom options calculated incorrect for configurable products
1818
* Fixed an issue with changing category form on store view level
1919
* Updated composer version in braintree package
20+
* Fixed an issue where URL rewrites works incorrect for sample data
21+
* Fixed an issue with BaseURL in static files
22+
* Fixed an issue where customer custom attribute of 'file' type isn't supported by UI Form Component
23+
* Fixed an issue when bin/magento setup:upgrade does not clear cache properly
24+
* Fixed an issue where MessageBox plugin duplicating logic
25+
* Fixed an issue where unnecessary StoreCookie plugin is executed on each request
26+
* Fixed a potential security issue in input filter
27+
* Fixed an issue where category creation from product page fails if google experiments enabled
28+
* Fixed a potential security issue with frontend captcha
29+
* Fixed a potential security issue with block cache
30+
* Fixed an issue where information about selected country in address is not presented on checkout flow
31+
* Fixed an issue where customer segments prevent page from caching
32+
* Fixed an performance issue related to swatch module
33+
* Fixed an issue where import product with replace behaviour causes an error for multistore
34+
* Fixed an issue with validation of url_key during import
35+
* Fixed an issue with "Learn More" link for Payments Pro goes to Payflow Pro
36+
Tests:
37+
* Fixed an issue with test failure in testGetPackagesForUpdate
38+
* Fixed integration tests related to setup/upgrade functionality
39+
* Fixed an issue where PHP7 Integration test failed
40+
* Fixed an issue with autoload functionality for jmx-generator.php file
41+
* Fixed an issue with legacy tests
2042
* GitHub requests:
2143
* [#2519](https://github.com/magento/magento2/issues/2519) -- Fixed an issue where synonyms don't work with Magento 2.0
2244
* [#2675](https://github.com/magento/magento2/issues/2675) -- Fixed an issue with admin order creation when config "Include Tax In Order Total" set to yes
45+
* [#2471](https://github.com/magento/magento2/issues/2471) -- Fixed an issue with incorrect prices on configurable product page when catalog prices include tax
46+
* [#2674](https://github.com/magento/magento2/issues/2674) -- Fixed an issue where plugins/interceptors don't work with early stage single instance objects
47+
* [#2888](https://github.com/magento/magento2/issues/2888) -- Fixed an issue where not all files are pre-compiled
2348

2449
2.0.0
2550
=============

0 commit comments

Comments
 (0)