Releases: scandipwa/route717
Releases · scandipwa/route717
More route validation, improved 404 handling
- Added validation for routes like
wishlist/shared/XXX
- Configurable product attribute handling - 404 / 200
- Category pagination support - 404 / 200
- PathTrait fix - removed
string
type return
Fixed getRedirectType is being called on null
Bug appeared in 1.6.0, now should be fixed.
Url-rewrite redirect support
- Products are loading with URL rewrites
- Categories are loading with URL rewrites
- CMS pages are loading with URL rewrites
Make sure that in admin > System > Configuration > Catalog > Catalog > Search Engine Optimization
Product URL Suffix and Category URL Suffix is blank and click on save Config.
Whitelist default e-mail address confirmation
- Whitelist default e-mail address confirmation path, adjust redirect to homepage (login page does not exist, yet)
- Update README.md on the changes
Release: ability to add ignored paths to router
In this release the ability to by-pass the ScandiPWA router to M2 has been introduced.
URL rewrite fix
A patch for URL rewrites.