Plugin Directory

Changeset 3476936


Ignore:
Timestamp:
03/07/2026 08:37:10 AM (4 weeks ago)
Author:
coinsnap
Message:
  1. 1.0.4
Location:
coinsnap-for-paid-memberships-pro
Files:
63 added
2 edited

Legend:

Unmodified
Added
Removed
  • coinsnap-for-paid-memberships-pro/trunk/coinsnap-for-paid-memberships-pro.php

    r3442774 r3476936  
    22/*
    33 * Plugin Name:     Bitcoin payment for Paid Memberships Pro
     4 * Plugin URI:      https://coinsnap.io/wp-add-ons/paid-memberships-pro/
    45 * Description:     With this Bitcoin payment plugin for Paid Memberships Pro you can now charge for your memberships in Bitcoin!
    5  * Version:         1.0.3
     6 * Version:         1.0.4
    67 * Author:          Coinsnap
    78 * Author URI:      https://coinsnap.io/
     
    1112 * Tested up to:    6.9
    1213 * Requires at least: 5.2
    13  * PMPro tested up to: 3.6.4
     14 * PMPro tested up to: 3.6.5
    1415 * License:         GPL2
    1516 * License URI:     https://www.gnu.org/licenses/gpl-2.0.html
     
    2021if (!defined( 'ABSPATH' )){ exit;}
    2122if(!defined('COINSNAPPMPRO_PLUGIN_PHP_VERSION')){define( 'COINSNAPPMPRO_PLUGIN_PHP_VERSION', '7.4' );}
    22 if(!defined('COINSNAPPMPRO_PLUGIN_VERSION')){define( 'COINSNAPPMPRO_PLUGIN_VERSION', '1.0.3' );}
     23if(!defined('COINSNAPPMPRO_PLUGIN_VERSION')){define( 'COINSNAPPMPRO_PLUGIN_VERSION', '1.0.4' );}
    2324if(!defined('COINSNAPPMPRO_REFERRAL_CODE')){define( 'COINSNAPPMPRO_REFERRAL_CODE', 'D12876' );}
    2425if(!defined('COINSNAP_SERVER_URL')){define( 'COINSNAP_SERVER_URL', 'https://app.coinsnap.io' );}
  • coinsnap-for-paid-memberships-pro/trunk/readme.txt

    r3428726 r3476936  
    33Tags:  Coinsnap, Paid Memberships Pro, Bitcoin, Lightning, Membership
    44Tested up to: 6.9
    5 Stable tag: 1.0.3
     5Stable tag: 1.0.4
    66License: GPL2
    77License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    195195
    196196= 1.0.2 :: 2025-12-04 =
    197 * Compatibility with Paid Memberships Pro 3.6.2 is tested.
     197* Compatibility with Paid Memberships Pro 3.6.2 is tested. 
    198198* Compatibility with Wordpress 6.9 is tested.
    199199
     
    201201* Compatibility with Paid Memberships Pro 3.6.3 is tested.
    202202* Updated PHP files protection
     203
     204= 1.0.4 :: 2026-03-07 =
     205* Compatibility with Paid Memberships Pro 3.6.4 - 3.6.5 is tested.
     206* Updated plugin description.
Note: See TracChangeset for help on using the changeset viewer.