Plugin Directory

Changeset 3452285


Ignore:
Timestamp:
02/02/2026 05:19:14 PM (2 months ago)
Author:
coinsnap
Message:
  1. 1.3.4
Location:
coinsnap-for-ninja-forms
Files:
84 added
3 edited

Legend:

Unmodified
Added
Removed
  • coinsnap-for-ninja-forms/trunk/coinsnap-for-ninja-forms.php

    r3442771 r3452285  
    88 * Text Domain:     coinsnap-for-ninja-forms
    99 * Domain Path:     /languages
    10  * Version:         1.3.3
     10 * Version:         1.3.4
    1111 * Requires PHP:    7.4
    1212 * Tested up to:    6.9
    1313 * Requires at least: 6.0
    1414 * Requires Plugins: ninja-forms
    15  * NF tested up to: 3.13.4
     15 * NF tested up to: 3.14.0
    1616 * License:         GPL2
    1717 * License URI:     https://www.gnu.org/licenses/gpl-2.0.html
     
    2222if(!defined( 'ABSPATH' ) ){ exit;}
    2323if(!defined('COINSNAPNF_REFERRAL_CODE')){ define( 'COINSNAPNF_REFERRAL_CODE', 'D17725' ); }
    24 if(!defined('COINSNAPNF_VERSION')){define( 'COINSNAPNF_VERSION', '1.3.3' );}
     24if(!defined('COINSNAPNF_VERSION')){define( 'COINSNAPNF_VERSION', '1.3.4' );}
    2525if(!defined('COINSNAPNF_PLUGIN_ID')){define( 'COINSNAPNF_PLUGIN_ID', 'coinsnap-for-ninja-forms' );}
    2626if(!defined('COINSNAP_SERVER_URL')){define( 'COINSNAP_SERVER_URL', 'https://app.coinsnap.io' );}
     
    5757
    5858    public function __construct(){       
    59             add_action('admin_init', array( $this, 'setup_admin' ) );
     59            add_action('ninja_forms_loaded', array( $this, 'setup_admin' ) );
    6060            add_filter('ninja_forms_register_payment_gateways', array( $this, 'register_payment_gateways' ) );           
    6161        add_filter('ninja_forms_register_actions', array( $this, 'register_actions' ) );           
  • coinsnap-for-ninja-forms/trunk/includes/PaymentGateway.php

    r3429081 r3452285  
    390390               
    391391            if(isset( $data[ 'resume' ] )){
    392                 $data[ 'actions' ][ 'success_message' ] .= '<style> .nf-ppe-spinner { display: none !important; } </style>';
    393392                return $data;
    394393            }
  • coinsnap-for-ninja-forms/trunk/readme.txt

    r3429081 r3452285  
    44Tags:  Coinsnap, Ninja Forms, Bitcoin, Lightning, gateway
    55Tested up to: 6.9
    6 Stable tag: 1.3.3
     6Stable tag: 1.3.4
    77License: GPL2
    88License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    199199* Compatibility with Ninja Forms 3.13.3 is tested.
    200200
    201 
    202 
     201= 1.3.4 :: 2026-02-02 =
     202* Fixed PHP warnings in server log.
     203* Compatibility with Ninja Forms 3.14.0 is tested.
     204
     205
     206
     207
Note: See TracChangeset for help on using the changeset viewer.