Plugin Directory

Changeset 3476661


Ignore:
Timestamp:
03/06/2026 07:42:19 PM (4 weeks ago)
Author:
coinsnap
Message:
  1. 1.7.4
Location:
coinsnap-for-woocommerce
Files:
97 added
6 edited

Legend:

Unmodified
Added
Removed
  • coinsnap-for-woocommerce/trunk/coinsnap-for-woocommerce.php

    r3454623 r3476661  
    22/**
    33 * Plugin Name:     Bitcoin payment for WooCommerce
    4  * Plugin URI:      https://coinsnap.io/coinsnap-for-woocommerce-plugin/
     4 * Plugin URI:      https://coinsnap.io/shop-systems/woocommerce/
    55 * Description:     With Coinsnap payment processing, you can accept Bitcoin and Lightning payments on your website or online store.
    66 * Author:          Coinsnap
     
    88 * Text Domain:     coinsnap-for-woocommerce
    99 * Domain Path:     /languages
    10  * Version:         1.7.3
     10 * Version:         1.7.4
    1111 * Requires PHP:    7.4
    1212 * Tested up to:    6.9
     
    1414 * Requires Plugins: woocommerce
    1515 * WC requires at least: 6.0
    16  * WC tested up to: 10.4.3
     16 * WC tested up to: 10.5.3
    1717 * License:         GPL2
    1818 * License URI:     https://www.gnu.org/licenses/gpl-2.0.html
     
    3131defined( 'ABSPATH' ) || exit();
    3232if(!defined('COINSNAP_WC_PHP_VERSION')){define( 'COINSNAP_WC_PHP_VERSION', '7.4' );}
    33 if(!defined('COINSNAP_WC_VERSION')){define( 'COINSNAP_WC_VERSION', '1.7.3' );}
     33if(!defined('COINSNAP_WC_VERSION')){define( 'COINSNAP_WC_VERSION', '1.7.4' );}
    3434if(!defined('COINSNAP_VERSION_KEY')){define( 'COINSNAP_VERSION_KEY', 'coinsnap_version' );}
    3535if(!defined('COINSNAP_PLUGIN_FILE_PATH')){define( 'COINSNAP_PLUGIN_FILE_PATH', plugin_dir_path( __FILE__ ) );}
  • coinsnap-for-woocommerce/trunk/readme.txt

    r3454623 r3476661  
    33Tags: Lightning, SATS, bitcoin, WooCommerce, payment gateway
    44Tested up to: 6.9
    5 Stable tag: 1.7.3
     5Stable tag: 1.7.4
    66License: GPLv2
    77License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    401401* Updated Coinsnap settings form.
    402402* Compatibility with Wordpress 6.9.1 is tested.
     403
     404= 1.7.4 :: 2026-03-06 =
     405* Compatibility with WooCommerce 10.5.0 - 10.5.3 is tested.
Note: See TracChangeset for help on using the changeset viewer.