Plugin Directory

Changeset 3452286


Ignore:
Timestamp:
02/02/2026 05:20:14 PM (2 months ago)
Author:
coinsnap
Message:
  1. 1.4.5
Location:
coinsnap-for-wpforms
Files:
68 added
2 edited

Legend:

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

    r3429220 r3452286  
    44 * Plugin URI:      https://coinsnap.io/coinsnap-for-wpforms-plugin/
    55 * Description:     Sell products, downloads, bookings for Bitcoin or get Bitcoin-donations in any form you created with WPForms! Easy setup, fast & simple transactions.
    6  * Version:         1.4.4
     6 * Version:         1.4.5
    77 * Author:          Coinsnap
    88 * Author URI:      https://coinsnap.io/
     
    1212 * Tested up to:    6.9
    1313 * Requires at least: 5.2
    14  * WPForms tested up to: 1.9.8.7
     14 * WPForms tested up to: 1.9.9.2
    1515 * License:         GPL2
    1616 * License URI:     https://www.gnu.org/licenses/gpl-2.0.html
     
    2727const WPFORMS_COINSNAP_FILE = __FILE__;
    2828
    29 if(!defined('COINSNAP_WPFORMS_VERSION')){ define( 'COINSNAP_WPFORMS_VERSION', '1.4.4' ); }
     29if(!defined('COINSNAP_WPFORMS_VERSION')){ define( 'COINSNAP_WPFORMS_VERSION', '1.4.5' ); }
    3030if(!defined('COINSNAP_WPFORMS_REFERRAL_CODE')){ define( 'COINSNAP_WPFORMS_REFERRAL_CODE', 'D19824' ); }
    3131if(!defined('COINSNAP_PLUGIN_ID')){ define( 'COINSNAP_PLUGIN_ID', 'coinsnap-for-wpforms' ); }
  • coinsnap-for-wpforms/trunk/readme.txt

    r3428908 r3452286  
    33Tags: Lightning, SATS, bitcoin, WPForms, payment gateway
    44Tested up to: 6.9
    5 Stable tag: 1.4.4
     5Stable tag: 1.4.5
    66License: GPL2
    77License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    242242* Compatibility with WPForms 1.9.8.7 is tested.
    243243* Updated PHP files protection.
     244
     245= 1.4.5 :: 2026-02-02 =
     246* Compatibility with WPForms 1.9.9.2 is tested.
     247* Updated PHP files protection.
     248
Note: See TracChangeset for help on using the changeset viewer.