Changeset 3298439
- Timestamp:
- 05/22/2025 04:55:15 AM (10 months ago)
- Location:
- cryptopay-gateway-for-ninjaforms
- Files:
-
- 6 edited
- 1 copied
-
tags/1.0.3 (copied) (copied from cryptopay-gateway-for-ninjaforms/trunk)
-
tags/1.0.3/app/Loader.php (modified) (3 diffs)
-
tags/1.0.3/cryptopay-gateway-for-ninjaforms.php (modified) (2 diffs)
-
tags/1.0.3/readme.txt (modified) (4 diffs)
-
trunk/app/Loader.php (modified) (3 diffs)
-
trunk/cryptopay-gateway-for-ninjaforms.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
cryptopay-gateway-for-ninjaforms/tags/1.0.3/app/Loader.php
r3298394 r3298439 18 18 Helpers::registerIntegration('ninjaforms'); 19 19 20 Helpers::createTransactionPage( 21 esc_html__('Ninja Forms Transactions', 'cryptopay-gateway-for-ninjaforms'), 22 'ninjaforms', 23 10, 24 [], 25 ['orderId'] 26 ); 20 add_action('init', function (): void { 21 Helpers::createTransactionPage( 22 esc_html__('Ninja Forms Transactions', 'cryptopay-gateway-for-ninjaforms'), 23 'ninjaforms', 24 9, 25 [], 26 ['orderId'] 27 ); 28 }); 27 29 28 30 Hook::addAction('payment_finished_ninjaforms', [$this, 'paymentFinished']); … … 72 74 { 73 75 $field = new Field(); 76 /** @disregard */ 74 77 $fields[$field->get_name()] = $field; 75 78 … … 95 98 { 96 99 $gateway = new Gateway(); 100 /** @disregard */ 97 101 $gateways[$gateway->get_slug()] = $gateway; 98 102 -
cryptopay-gateway-for-ninjaforms/tags/1.0.3/cryptopay-gateway-for-ninjaforms.php
r3298394 r3298439 12 12 /** 13 13 * Plugin Name: CryptoPay Gateway for Ninja Forms 14 * Version: 1.0. 214 * Version: 1.0.3 15 15 * Plugin URI: https://beycanpress.com/cryptopay/ 16 16 * Description: Adds Cryptocurrency payment gateway (CryptoPay) for Ninja Forms. … … 30 30 31 31 define('NINJA_FORMS_CRYPTOPAY_FILE', __FILE__); 32 define('NINJA_FORMS_CRYPTOPAY_VERSION', '1.0. 2');32 define('NINJA_FORMS_CRYPTOPAY_VERSION', '1.0.3'); 33 33 define('NINJA_FORMS_CRYPTOPAY_KEY', basename(__DIR__)); 34 34 define('NINJA_FORMS_CRYPTOPAY_URL', plugin_dir_url(__FILE__)); -
cryptopay-gateway-for-ninjaforms/tags/1.0.3/readme.txt
r3298394 r3298439 5 5 Tested up to: 6.8 6 6 Requires PHP: 8.1 7 Stable Tag: 1.0. 28 Version: 1.0. 27 Stable Tag: 1.0.3 8 Version: 1.0.3 9 9 License: GPLv3 10 10 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 16 16 ### Cryptocurrency Payment Gateway for Ninja Forms by CryptoPay 17 17 18 As blockchain technology and cryptocurrency adoption continue to rise, more businesses, freelancers, and creators are looking for efficient ways to accept digital payments. With the CryptoPay plugin, you can effortlessly accept crypto payments through Ninja Forms on your WordPress site—no need for third-party processors or transaction fees.18 As blockchain technology and cryptocurrency adoption continue to rise, more businesses, freelancers, and creators are looking for efficient ways to accept digital payments. With the CryptoPay plugin, you can effortlessly accept crypto payments through Ninja Forms on your WordPress site—no need for third-party processors or paying commissions. 19 19 20 20 CryptoPay delivers a truly decentralized, non-custodial, and fee-free payment system, fully integrated with Ninja Forms. Whether you're selling digital products, offering services, or collecting donations, enabling crypto payments on your forms takes just a few simple steps. … … 39 39 40 40 * First set calculation prices in your form elements. 41 42 43 41 * Open calculation in Advanced and create a total calculation 44 45 46 47 48 42 * Add CryptoPay or CryptoPay Lite to your form from the Field field 49 50 51 43 * Enter the total value set in the calculation in the default value section of the field alerts 52 53 54 55 44 * That's it, now you are ready to receive cryptocurrency payments from your form. 56 45 … … 75 64 == Changelog == 76 65 66 = 1.0.3 = 67 * Fixed: _load_textdomain_just_in_time early call 68 77 69 = 1.0.1 = 78 70 * Fixed: Text domain warning. -
cryptopay-gateway-for-ninjaforms/trunk/app/Loader.php
r3298394 r3298439 18 18 Helpers::registerIntegration('ninjaforms'); 19 19 20 Helpers::createTransactionPage( 21 esc_html__('Ninja Forms Transactions', 'cryptopay-gateway-for-ninjaforms'), 22 'ninjaforms', 23 10, 24 [], 25 ['orderId'] 26 ); 20 add_action('init', function (): void { 21 Helpers::createTransactionPage( 22 esc_html__('Ninja Forms Transactions', 'cryptopay-gateway-for-ninjaforms'), 23 'ninjaforms', 24 9, 25 [], 26 ['orderId'] 27 ); 28 }); 27 29 28 30 Hook::addAction('payment_finished_ninjaforms', [$this, 'paymentFinished']); … … 72 74 { 73 75 $field = new Field(); 76 /** @disregard */ 74 77 $fields[$field->get_name()] = $field; 75 78 … … 95 98 { 96 99 $gateway = new Gateway(); 100 /** @disregard */ 97 101 $gateways[$gateway->get_slug()] = $gateway; 98 102 -
cryptopay-gateway-for-ninjaforms/trunk/cryptopay-gateway-for-ninjaforms.php
r3298394 r3298439 12 12 /** 13 13 * Plugin Name: CryptoPay Gateway for Ninja Forms 14 * Version: 1.0. 214 * Version: 1.0.3 15 15 * Plugin URI: https://beycanpress.com/cryptopay/ 16 16 * Description: Adds Cryptocurrency payment gateway (CryptoPay) for Ninja Forms. … … 30 30 31 31 define('NINJA_FORMS_CRYPTOPAY_FILE', __FILE__); 32 define('NINJA_FORMS_CRYPTOPAY_VERSION', '1.0. 2');32 define('NINJA_FORMS_CRYPTOPAY_VERSION', '1.0.3'); 33 33 define('NINJA_FORMS_CRYPTOPAY_KEY', basename(__DIR__)); 34 34 define('NINJA_FORMS_CRYPTOPAY_URL', plugin_dir_url(__FILE__)); -
cryptopay-gateway-for-ninjaforms/trunk/readme.txt
r3298394 r3298439 5 5 Tested up to: 6.8 6 6 Requires PHP: 8.1 7 Stable Tag: 1.0. 28 Version: 1.0. 27 Stable Tag: 1.0.3 8 Version: 1.0.3 9 9 License: GPLv3 10 10 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 16 16 ### Cryptocurrency Payment Gateway for Ninja Forms by CryptoPay 17 17 18 As blockchain technology and cryptocurrency adoption continue to rise, more businesses, freelancers, and creators are looking for efficient ways to accept digital payments. With the CryptoPay plugin, you can effortlessly accept crypto payments through Ninja Forms on your WordPress site—no need for third-party processors or transaction fees.18 As blockchain technology and cryptocurrency adoption continue to rise, more businesses, freelancers, and creators are looking for efficient ways to accept digital payments. With the CryptoPay plugin, you can effortlessly accept crypto payments through Ninja Forms on your WordPress site—no need for third-party processors or paying commissions. 19 19 20 20 CryptoPay delivers a truly decentralized, non-custodial, and fee-free payment system, fully integrated with Ninja Forms. Whether you're selling digital products, offering services, or collecting donations, enabling crypto payments on your forms takes just a few simple steps. … … 39 39 40 40 * First set calculation prices in your form elements. 41 42 43 41 * Open calculation in Advanced and create a total calculation 44 45 46 47 48 42 * Add CryptoPay or CryptoPay Lite to your form from the Field field 49 50 51 43 * Enter the total value set in the calculation in the default value section of the field alerts 52 53 54 55 44 * That's it, now you are ready to receive cryptocurrency payments from your form. 56 45 … … 75 64 == Changelog == 76 65 66 = 1.0.3 = 67 * Fixed: _load_textdomain_just_in_time early call 68 77 69 = 1.0.1 = 78 70 * Fixed: Text domain warning.
Note: See TracChangeset
for help on using the changeset viewer.