Plugin Directory

Changeset 3476910


Ignore:
Timestamp:
03/07/2026 07:42:16 AM (4 weeks ago)
Author:
coinsnap
Message:
  1. 1.4.5
Location:
coinsnap-for-givewp
Files:
63 added
2 edited

Legend:

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

    r3428870 r3476910  
    22/*
    33 * Plugin Name:     Bitcoin payment for GiveWP
    4  * Plugin URI:      https://coinsnap.io/coinsnap-for-givewp-payment-plugin/
     4 * Plugin URI:      https://coinsnap.io/wp-add-ons/givewp/
    55 * Description:     Receive Bitcoin donations or Bitcoin contributions for your fundraisers. Easy setup, fast & simple transactions.
    66 * Author:          Coinsnap
     
    88 * Text Domain:     coinsnap-for-givewp
    99 * Domain Path:     /languages
    10  * Version:         1.4.4
     10 * Version:         1.4.5
    1111 * Requires PHP:    7.4
    1212 * Requires at least: 6.0
    1313 * Tested up to:    6.9
    1414 * Requires Plugins: give
    15  * GiveWP tested up to: 4.13.2
     15 * GiveWP tested up to: 4.14.2
    1616 * License:         GPL2
    1717 * License URI:     https://www.gnu.org/licenses/gpl-2.0.html
     
    2525
    2626if(!defined('COINSNAP_GIVEWP_PHP_VERSION')){ define( 'COINSNAP_GIVEWP_PHP_VERSION', '7.4' );}
    27 if(!defined('COINSNAP_GIVEWP_VERSION')){ define( 'COINSNAP_GIVEWP_VERSION', '1.4.4' );}
     27if(!defined('COINSNAP_GIVEWP_VERSION')){ define( 'COINSNAP_GIVEWP_VERSION', '1.4.5' );}
    2828if(!defined('COINSNAP_GIVEWP_REFERRAL_CODE')){ define( 'COINSNAP_GIVEWP_REFERRAL_CODE', 'D19825' );}
    2929if(!defined('COINSNAP_GIVEWP_PLUGIN_ID')){ define( 'COINSNAP_GIVEWP_PLUGIN_ID', 'coinsnap-for-givewp' );}
  • coinsnap-for-givewp/trunk/readme.txt

    r3428870 r3476910  
    44Tags: Lightning, SATS, bitcoin, GiveWP, payment gateway
    55Tested up to: 6.9
    6 Stable tag: 1.4.4
     6Stable tag: 1.4.5
    77License: GPL2
    88License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    214214* Updated dependency functions naming.
    215215
     216= 1.4.5 :: 2026-03-06 =
     217* Updated plugin description.
     218* Compatibility with GiveWP 4.14.0 - 4.14.2 is tested.
     219
     220
Note: See TracChangeset for help on using the changeset viewer.