Skip to content

Woo-CLINK v1.0.4

Choose a tag to compare

@WoompaLoompa WoompaLoompa released this 02 Jul 20:38
d8c3267

1.0.4

Naming & Branding

  • Renamed plugin to "CLINK Gateway for WooCommerce" in compliance with WordPress.org trademark rules
  • Updated payment method title to "Bitcoin Lightning (via CLINK)"
  • Slug changed to clink-gateway-for-woocommerce

Settings & Admin

  • Removed redundant Store Currency setting — plugin now relies on WooCommerce's global currency
  • Updated default description with ShockWallet.app link
  • Added "Settings" link on the Plugins page (wp-admin/plugins.php)
  • Updated enable label and method title for clarity

Checkout & Rendering

  • Fixed blocks checkout description — HTML links now render correctly (was showing escaped <a>)
  • Fixed blocks checkout icon — was passing the full <img> tag instead of the URL
  • External links in description now open with target="_blank" and rel="noopener noreferrer" on both classic and blocks checkout
  • Added loading="lazy" to gateway icon

WordPress.org Compliance

  • Added readme.txt in WordPress readme format
  • License changed from MIT to GPLv2 or later
  • Text domain aligned with plugin slug (clink-gateway-for-woocommerce)
  • Fixed version consistency across all files (1.0.4)
  • Created languages/ directory with .pot file + 10 locale .po/.mo files
  • Added .gitattributes to exclude development files from distribution
  • Added wp_unslash() on POST input
  • Fixed exception escaping in subscriptions
  • Fixed hook prefix woocommerce_clink_iconwc_clink_icon
  • Updated all @package tags and log source to match new slug