Releases: scandipwa/urlrewrite-graphql
Releases · scandipwa/urlrewrite-graphql
Patch: Add sort by for category in url rewrite response
What's inside
- Add sort by for category in url rewrite response
That's all there is to it :)
Patch: Add display mode field for categories
Patch: Implemented check for targetPath product
What's inside
- Implemented check for targetPath product.
Related to scandipwa/scandipwa#2688
That's all there is to it!
Patch: Returns null if product is not assigned to the website
What's inside
- Returns null in URL resolver in case the product is not assigned to the website.
Related to scandipwa/scandipwa#2473
That's all there is to it!
Out of Stock Product 404 Patch
What's inside
- Migrated to support MSI
Support for configurable and bundle products stock
What's inside
- Support for configurable and bundle products stock
That's all there is to it!
Missing stock item patch
What's inside
- Missing stock items now return 404 on front-end
That's all there is to it!
Category active status & out of stock product display
What's inside
- Category active status & out of stock product display are now respected when generating a response code
That's all there is to it :)
Disabled products will not return url-rewrite
What's inside
- Disabled products will not return url-rewrite
Feature break-down
Disabled products will not return url-rewrite
Disabled products will not return url-rewrite. The status
filter was added on collection.
Exact module dependencies
What's inside
- Migration to exact module dependencies
- Bug fixes
Feature break-down
Migration to exact module dependencies
Reference to module magento/magento-base
of specific Magento 2 version got removed. Instead, dependencies onto specific Magento 2 modules was implemented. This affected etc/module.xml
and composer.json
file.
Bug fixes
- Patched comments in
.xml
files - Removed
author
andsupport
sections fromcomposer.json
in preparation for mono-repo setup