You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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 <a href=...>. 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 improvements — loading="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.