Release Notes
AshePay — Changelog
Full version history and release notes.
v1.23.3
Version 1.23.3
July 14, 2026Latest- AddedContract address tooltip on the "Select a token" header — lists all non-native token contracts for the active chain
- AddedToken contract address appended to the "Send Exactly" ? tooltip on the payment page
- ImprovedMobile checkout layout and touch interactions verified on real devices via ngrok tunnel
- FixedCSS specificity issue causing the contract address tooltip to render inline instead of on separate lines
- FixedTooltip line-break rendering now uses real <br> elements instead of relying on white-space: pre-line
v1.20.0
Version 1.20.0
June 15, 2026- AddedThree-step progress bar on the payment page: PAY, VERIFYING, CONFIRMED
- AddedNetwork badge showing the selected chain on the payment confirmation page
- ImprovedQR code container sizing and alignment on mobile
- ImprovedWallet address displayed truncated with hover tooltip to reveal full address (same pattern as receiver address)
- ImprovedOrder status polling reliability — reduced false positives on slow nodes
- FixedPayment page layout breaking on narrow screens when the token symbol was long
v1.17.0
Version 1.17.0
May 20, 2026- AddedArbitrum, Base, Optimism, Avalanche (AVAX), Fantom (FTM) chain support
- AddedSolana (SOL) and Solana-based SPL tokens
- AddedBitcoin (BTC) support via native address detection
- AddedReal-time crypto price estimate shown in the WooCommerce order summary sidebar
- ImprovedToken icon fallback — uses chain icon when token-specific icon is not available
- ImprovedExchange rate cache to avoid redundant API calls during checkout
v1.14.0
Version 1.14.0
May 1, 2026- AddedFull WooCommerce Blocks checkout support — registered as a Blocks payment method via wc.wcBlocksRegistry
- AddedTwo-step selection UI in Blocks: network cards (step 1) then token cards (step 2)
- AddedLive exchange rate preview shown in the order summary during Blocks checkout
- Addedashepay_combo value (chain|TOKEN) passed via paymentMethodData to process_payment()
- ImprovedToken card selection with radio inputs and visual selected state
v1.10.0
Version 1.10.0
April 10, 2026- AddedQR code generation on the payment page — encodes wallet address and amount in URI format
- AddedCountdown timer showing remaining time before the payment window expires
- AddedUnique payment fingerprinting — each order gets a tiny decimal offset so on-chain detection is unambiguous
- AddedFiat equivalent shown below the crypto amount (e.g. ≈ $39.00)
- AddedCopy button on both the amount and wallet address fields
v1.6.0
Version 1.6.0
April 1, 2026- AddedVisual combo grid — each combination (chain + token) rendered as a clickable card with icon, symbol, and network name
- AddedChain and token icons loaded from the plugin assets folder
- AddedWallet address displayed truncated (0x1234...5678) with hover tooltip revealing the full address
- ImprovedCheckout layout rebuilt to be fully responsive on mobile
- ImprovedSelected card state with visual highlight and checkmark indicator
- FixedClassic shortcode checkout not applying correct payment method on form submit
v1.3.0
Version 1.3.0
March 20, 2026- AddedBNB Smart Chain (BSC), Polygon (MATIC) and Tron (TRX) chain support
- AddedUSDT, USDC and DAI token support with configurable wallet addresses per chain
- AddedAdmin settings panel under WooCommerce → Settings → Payments → AshePay
- AddedPer-chain wallet address configuration in the admin panel
- ImprovedPayment detection logic to handle different block confirmation times per chain
v1.0.0
Version 1.0.0
March 5, 2026- AddedWooCommerce payment gateway registered as "Pay with Crypto"
- AddedEthereum (ETH) and ERC-20 token payment support
- AddedClassic shortcode checkout integration
- AddedPayment page with wallet address and amount to send
- AddedOrder status automatically updated to processing on payment detection
- AddedAdmin toggle to enable/disable the gateway from WooCommerce settings