Skip to content

Woo-CLINK v1.0.3

Choose a tag to compare

@WoompaLoompa WoompaLoompa released this 02 Jul 15:26
4ed2fcd

1.0.3

  • Removed redundant Store Currency setting — plugin now relies on WooCommerce's built-in store currency instead of duplicating it in its own settings. The get_supported_currencies() helper was removed.
  • External links open in new tabs — any <a> tags in the gateway description now automatically get target="_blank" and rel="noopener noreferrer" on both classic and block-based checkout.
  • Blocks checkout description renders HTML correctly — links in the payment method description no longer appear escaped as &lt;a href=...&gt;. Uses dangerouslySetInnerHTML with server-sanitized content.
  • Blocks checkout icon fixed — gateway icon was broken in blocks checkout because the full <img> HTML tag was passed to esc_url(). Now passes the raw icon URL instead.
  • SEO improvementsloading="lazy" added to the gateway icon; all external links use rel="noopener noreferrer".
  • Updated repo URLs — plugin URI, author, and README point to github.com/WoompaLoompa/woo-clink.
  • Updated default description — includes a link to ShockWallet.app in the gateway description.