This repository has been archived by the owner on May 28, 2023. It is now read-only.
Vue Storefront API 1.9.0-rc.1
Pre-release
Pre-release
·
68 commits
to release/v1.9
since this release
Added
- Payment Request API integration - @qiqqq (#2306)
- The Url Dispatcher feature added for friendly URLs. When
config.seo.useUrlDispatcher
set to true theproduct.url_path
andcategory.url_path
fields are used as absolute URL addresses (no/c
and/p
prefixes anymore). Check the latestmage2vuestorefront
snapshot and reimport Your products to properly seturl_path
fields - #2010 - @pkarw
Changed / Improved
- Changed location of magento1 platform js client. Moved from
src/platform/magento1/module
to magento1-vsbridge-client - @mtarld (#195)