Woo-CLINK v1.0.4
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"andrel="noopener noreferrer"on both classic and blocks checkout - Added
loading="lazy"to gateway icon
WordPress.org Compliance
- Added
readme.txtin 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.potfile + 10 locale.po/.mofiles - Added
.gitattributesto exclude development files from distribution - Added
wp_unslash()on POST input - Fixed exception escaping in subscriptions
- Fixed hook prefix
woocommerce_clink_icon→wc_clink_icon - Updated all
@packagetags and log source to match new slug