Skip to content

v1.2.7

Choose a tag to compare

@mikeknight85 mikeknight85 released this 01 Jun 12:57
· 182 commits to main since this release

[1.2.7] - 2026-06-01

Fixed

  • Wrong currency in the price-selection modal on stores that emit
    canonical schema.org markup (<meta itemprop="price" content="X">
    plus <meta itemprop="priceCurrency" content="EUR">). The generic
    CSS candidate extractor read the numeric content attribute, found
    no symbol, and parsePrice() defaulted to USD — so the modal
    preview showed $ even on EUR/GBP/etc. stores. The post-confirm
    scrape used a different code path that did find the symbol, so the
    saved row was correct, but the modal was misleading. The extractor
    now falls back to the companion [itemprop="priceCurrency"], then
    OpenGraph product:price:currency / og:price:currency, before
    accepting the USD default.