Changeset 3060687
- Timestamp:
- 03/28/2024 04:03:39 PM (2 years ago)
- Location:
- cryptapi-payment-gateway-for-woocommerce
- Files:
-
- 5 edited
- 22 copied
-
tags/4.7.12 (copied) (copied from cryptapi-payment-gateway-for-woocommerce/trunk)
-
tags/4.7.12/CryptAPI.php (copied) (copied from cryptapi-payment-gateway-for-woocommerce/trunk/CryptAPI.php) (1 diff)
-
tags/4.7.12/README.md (copied) (copied from cryptapi-payment-gateway-for-woocommerce/trunk/README.md) (5 diffs)
-
tags/4.7.12/controllers/CryptAPI.php (copied) (copied from cryptapi-payment-gateway-for-woocommerce/trunk/controllers/CryptAPI.php) (2 diffs)
-
tags/4.7.12/define.php (copied) (copied from cryptapi-payment-gateway-for-woocommerce/trunk/define.php) (1 diff)
-
tags/4.7.12/emails/renewal-email.php (copied) (copied from cryptapi-payment-gateway-for-woocommerce/trunk/emails/renewal-email.php)
-
tags/4.7.12/languages/cryptapi-payment-gateway-for-woocommerce-es_ES.mo (copied) (copied from cryptapi-payment-gateway-for-woocommerce/trunk/languages/cryptapi-payment-gateway-for-woocommerce-es_ES.mo)
-
tags/4.7.12/languages/cryptapi-payment-gateway-for-woocommerce-es_ES.po (copied) (copied from cryptapi-payment-gateway-for-woocommerce/trunk/languages/cryptapi-payment-gateway-for-woocommerce-es_ES.po)
-
tags/4.7.12/languages/cryptapi-payment-gateway-for-woocommerce-it_IT.mo (copied) (copied from cryptapi-payment-gateway-for-woocommerce/trunk/languages/cryptapi-payment-gateway-for-woocommerce-it_IT.mo)
-
tags/4.7.12/languages/cryptapi-payment-gateway-for-woocommerce-it_IT.po (copied) (copied from cryptapi-payment-gateway-for-woocommerce/trunk/languages/cryptapi-payment-gateway-for-woocommerce-it_IT.po)
-
tags/4.7.12/languages/cryptapi-payment-gateway-for-woocommerce-pt_BR.mo (copied) (copied from cryptapi-payment-gateway-for-woocommerce/trunk/languages/cryptapi-payment-gateway-for-woocommerce-pt_BR.mo)
-
tags/4.7.12/languages/cryptapi-payment-gateway-for-woocommerce-pt_BR.po (copied) (copied from cryptapi-payment-gateway-for-woocommerce/trunk/languages/cryptapi-payment-gateway-for-woocommerce-pt_BR.po)
-
tags/4.7.12/languages/cryptapi-payment-gateway-for-woocommerce-pt_PT.mo (copied) (copied from cryptapi-payment-gateway-for-woocommerce/trunk/languages/cryptapi-payment-gateway-for-woocommerce-pt_PT.mo)
-
tags/4.7.12/languages/cryptapi-payment-gateway-for-woocommerce-pt_PT.po (copied) (copied from cryptapi-payment-gateway-for-woocommerce/trunk/languages/cryptapi-payment-gateway-for-woocommerce-pt_PT.po)
-
tags/4.7.12/languages/cryptapi-payment-gateway-for-woocommerce.pot (copied) (copied from cryptapi-payment-gateway-for-woocommerce/trunk/languages/cryptapi-payment-gateway-for-woocommerce.pot)
-
tags/4.7.12/readme.txt (copied) (copied from cryptapi-payment-gateway-for-woocommerce/trunk/readme.txt) (3 diffs)
-
tags/4.7.12/static/cryptapi.css (copied) (copied from cryptapi-payment-gateway-for-woocommerce/trunk/static/cryptapi.css)
-
tags/4.7.12/static/files/ca_copy_icon.svg (copied) (copied from cryptapi-payment-gateway-for-woocommerce/trunk/static/files/ca_copy_icon.svg)
-
tags/4.7.12/static/files/ca_copy_icon_dark.svg (copied) (copied from cryptapi-payment-gateway-for-woocommerce/trunk/static/files/ca_copy_icon_dark.svg)
-
tags/4.7.12/static/files/ca_loader.svg (copied) (copied from cryptapi-payment-gateway-for-woocommerce/trunk/static/files/ca_loader.svg)
-
tags/4.7.12/static/payment.js (copied) (copied from cryptapi-payment-gateway-for-woocommerce/trunk/static/payment.js)
-
tags/4.7.12/utils/helper.php (copied) (copied from cryptapi-payment-gateway-for-woocommerce/trunk/utils/helper.php)
-
trunk/CryptAPI.php (modified) (1 diff)
-
trunk/README.md (modified) (5 diffs)
-
trunk/controllers/CryptAPI.php (modified) (2 diffs)
-
trunk/define.php (modified) (1 diff)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
cryptapi-payment-gateway-for-woocommerce/tags/4.7.12/CryptAPI.php
r3040317 r3060687 4 4 Plugin URI: https://github.com/cryptapi/woocommerce-cryptapi 5 5 Description: Accept cryptocurrency payments on your WooCommerce website 6 Version: 4.7.1 17 Requires at least: 5 8 Tested up to: 6. 4.36 Version: 4.7.12 7 Requires at least: 5.8 8 Tested up to: 6.5 9 9 WC requires at least: 5.8 10 10 WC tested up to: 8.6.1 -
cryptapi-payment-gateway-for-woocommerce/tags/4.7.12/README.md
r3040317 r3060687 8 8 ``` 9 9 PHP >= 7.2 10 Wordpress >= 5 10 Wordpress >= 5.8 11 11 WooCommerce >= 5.8 12 12 ``` … … 34 34 * (MATIC) Matic 35 35 36 among many others, for a full list of the supported cryptocurrencies and tokens, check [this page](https://cryptapi.io/ pricing/).36 among many others, for a full list of the supported cryptocurrencies and tokens, check [this page](https://cryptapi.io/fees/). 37 37 38 38 #### Auto-value conversion … … 85 85 86 86 CryptAPI has a low 1% fee on the transactions processed. No hidden costs. 87 For more info on our fees [click here](https://cryptapi.io/ pricing/)87 For more info on our fees [click here](https://cryptapi.io/fees/) 88 88 89 89 ### Installation … … 139 139 #### Is there a minimum for a payment? 140 140 141 Yes, the minimums change according to the chosen cryptocurrency and can be checked [here](https://cryptapi.io/ get_started/#fees).141 Yes, the minimums change according to the chosen cryptocurrency and can be checked [here](https://cryptapi.io/cryptocurrencies/). 142 142 If the WooCommerce order total is below the chosen cryptocurrency's minimum, an error is raised to the user. 143 143 144 144 #### Where can I find more documentation on your service? 145 145 146 You can find more documentation about our service on our [get started](https://cryptapi.io/get _started) page, our [technical documentation](https://cryptapi.io/docs/) page or our [resources](https://cryptapi.io/resources/) page.146 You can find more documentation about our service on our [get started](https://cryptapi.io/get-started) page, our [technical documentation](https://docs.cryptapi.io/) page or our [eCommerce](https://cryptapi.io/ecommerce/) page. 147 147 If there's anything else you need that is not covered on those pages, please get in touch with us, we're here to help you! 148 148 149 149 #### Where can I get support? 150 150 151 The easiest and fastest way is via our live chat on our [website](https://cryptapi.io) or via our [contact form](https://cryptapi.io/contact /).151 The easiest and fastest way is via our live chat on our [website](https://cryptapi.io) or via our [contact form](https://cryptapi.io/contacts/). 152 152 153 153 ### Screenshots … … 362 362 * Minor fixes and improvements 363 363 364 #### 4.7.12 365 * Minor fixes and improvements 366 364 367 ### Upgrade Notice 365 368 #### 4.3 -
cryptapi-payment-gateway-for-woocommerce/tags/4.7.12/controllers/CryptAPI.php
r3040317 r3060687 58 58 59 59 add_action('woocommerce_admin_order_data_after_order_details', array($this, 'order_detail_validate_logs')); 60 } 61 62 function reset_load_coins() { 63 delete_transient('cryptapi_coins'); 64 $this->load_coins(); 60 65 } 61 66 … … 1425 1430 parent::update_option('coins', $_POST['coins']); 1426 1431 parent::process_admin_options(); 1432 $this->reset_load_coins(); 1427 1433 } 1428 1434 -
cryptapi-payment-gateway-for-woocommerce/tags/4.7.12/define.php
r3040317 r3060687 1 1 <?php 2 2 3 define('CRYPTAPI_PLUGIN_VERSION', '4.7.1 1');3 define('CRYPTAPI_PLUGIN_VERSION', '4.7.12'); 4 4 define('CRYPTAPI_PLUGIN_PATH', plugin_dir_path(__FILE__)); 5 5 define('CRYPTAPI_PLUGIN_URL', plugin_dir_url(__FILE__)); -
cryptapi-payment-gateway-for-woocommerce/tags/4.7.12/readme.txt
r3040317 r3060687 2 2 Contributors: cryptapi 3 3 Tags: crypto payments, woocommerce, payment gateway, crypto, payment, pay with crypto, payment request, bitcoin, bnb, usdt, ethereum, litecoin, bitcoin cash, shib, doge 4 Requires at least: 5 5 Tested up to: 6. 4.36 Stable tag: 4.7.1 14 Requires at least: 5.8 5 Tested up to: 6.5 6 Stable tag: 4.7.12 7 7 Requires PHP: 7.2 8 8 WC requires at least: 5.8 … … 141 141 = Is there a minimum for a payment? = 142 142 143 Yes, the minimums change according to the chosen cryptocurrency and can be checked [here](https://cryptapi.io/ pricing/).143 Yes, the minimums change according to the chosen cryptocurrency and can be checked [here](https://cryptapi.io/fees/). 144 144 If the WooCommerce order total is below the chosen cryptocurrency's minimum, an error is raised to the user. 145 145 146 146 = Where can I find more documentation on your service? = 147 147 148 You can find more documentation about our service on our [get started](https://cryptapi.io/get _started) page, our [technical documentation](https://cryptapi.io/docs/) page or our [resources](https://cryptapi.io/resources/) page.148 You can find more documentation about our service on our [get started](https://cryptapi.io/get-started) page, our [technical documentation](https://docs.cryptapi.io/) page or our [eCommerce](https://cryptapi.io/ecommerce/) page. 149 149 If there's anything else you need that is not covered on those pages, please get in touch with us, we're here to help you! 150 150 151 151 = Where can I get support? = 152 152 153 The easiest and fastest way is via our live chat on our [website](https://cryptapi.io), via our [contact form](https://cryptapi.io/contact /), via [discord](https://discord.gg/pQaJ32SGrR) or via [telegram](https://t.me/cryptapi_support).153 The easiest and fastest way is via our live chat on our [website](https://cryptapi.io), via our [contact form](https://cryptapi.io/contacts/), via [discord](https://discord.gg/pQaJ32SGrR) or via [telegram](https://t.me/cryptapi_support). 154 154 155 155 == Screenshots == … … 360 360 * Minor fixes and improvements 361 361 362 = 4.7.12 = 363 * Minor fixes and improvements 364 362 365 == Upgrade Notice == 363 366 -
cryptapi-payment-gateway-for-woocommerce/trunk/CryptAPI.php
r3040317 r3060687 4 4 Plugin URI: https://github.com/cryptapi/woocommerce-cryptapi 5 5 Description: Accept cryptocurrency payments on your WooCommerce website 6 Version: 4.7.1 17 Requires at least: 5 8 Tested up to: 6. 4.36 Version: 4.7.12 7 Requires at least: 5.8 8 Tested up to: 6.5 9 9 WC requires at least: 5.8 10 10 WC tested up to: 8.6.1 -
cryptapi-payment-gateway-for-woocommerce/trunk/README.md
r3040317 r3060687 8 8 ``` 9 9 PHP >= 7.2 10 Wordpress >= 5 10 Wordpress >= 5.8 11 11 WooCommerce >= 5.8 12 12 ``` … … 34 34 * (MATIC) Matic 35 35 36 among many others, for a full list of the supported cryptocurrencies and tokens, check [this page](https://cryptapi.io/ pricing/).36 among many others, for a full list of the supported cryptocurrencies and tokens, check [this page](https://cryptapi.io/fees/). 37 37 38 38 #### Auto-value conversion … … 85 85 86 86 CryptAPI has a low 1% fee on the transactions processed. No hidden costs. 87 For more info on our fees [click here](https://cryptapi.io/ pricing/)87 For more info on our fees [click here](https://cryptapi.io/fees/) 88 88 89 89 ### Installation … … 139 139 #### Is there a minimum for a payment? 140 140 141 Yes, the minimums change according to the chosen cryptocurrency and can be checked [here](https://cryptapi.io/ get_started/#fees).141 Yes, the minimums change according to the chosen cryptocurrency and can be checked [here](https://cryptapi.io/cryptocurrencies/). 142 142 If the WooCommerce order total is below the chosen cryptocurrency's minimum, an error is raised to the user. 143 143 144 144 #### Where can I find more documentation on your service? 145 145 146 You can find more documentation about our service on our [get started](https://cryptapi.io/get _started) page, our [technical documentation](https://cryptapi.io/docs/) page or our [resources](https://cryptapi.io/resources/) page.146 You can find more documentation about our service on our [get started](https://cryptapi.io/get-started) page, our [technical documentation](https://docs.cryptapi.io/) page or our [eCommerce](https://cryptapi.io/ecommerce/) page. 147 147 If there's anything else you need that is not covered on those pages, please get in touch with us, we're here to help you! 148 148 149 149 #### Where can I get support? 150 150 151 The easiest and fastest way is via our live chat on our [website](https://cryptapi.io) or via our [contact form](https://cryptapi.io/contact /).151 The easiest and fastest way is via our live chat on our [website](https://cryptapi.io) or via our [contact form](https://cryptapi.io/contacts/). 152 152 153 153 ### Screenshots … … 362 362 * Minor fixes and improvements 363 363 364 #### 4.7.12 365 * Minor fixes and improvements 366 364 367 ### Upgrade Notice 365 368 #### 4.3 -
cryptapi-payment-gateway-for-woocommerce/trunk/controllers/CryptAPI.php
r3040317 r3060687 58 58 59 59 add_action('woocommerce_admin_order_data_after_order_details', array($this, 'order_detail_validate_logs')); 60 } 61 62 function reset_load_coins() { 63 delete_transient('cryptapi_coins'); 64 $this->load_coins(); 60 65 } 61 66 … … 1425 1430 parent::update_option('coins', $_POST['coins']); 1426 1431 parent::process_admin_options(); 1432 $this->reset_load_coins(); 1427 1433 } 1428 1434 -
cryptapi-payment-gateway-for-woocommerce/trunk/define.php
r3040317 r3060687 1 1 <?php 2 2 3 define('CRYPTAPI_PLUGIN_VERSION', '4.7.1 1');3 define('CRYPTAPI_PLUGIN_VERSION', '4.7.12'); 4 4 define('CRYPTAPI_PLUGIN_PATH', plugin_dir_path(__FILE__)); 5 5 define('CRYPTAPI_PLUGIN_URL', plugin_dir_url(__FILE__)); -
cryptapi-payment-gateway-for-woocommerce/trunk/readme.txt
r3040317 r3060687 2 2 Contributors: cryptapi 3 3 Tags: crypto payments, woocommerce, payment gateway, crypto, payment, pay with crypto, payment request, bitcoin, bnb, usdt, ethereum, litecoin, bitcoin cash, shib, doge 4 Requires at least: 5 5 Tested up to: 6. 4.36 Stable tag: 4.7.1 14 Requires at least: 5.8 5 Tested up to: 6.5 6 Stable tag: 4.7.12 7 7 Requires PHP: 7.2 8 8 WC requires at least: 5.8 … … 141 141 = Is there a minimum for a payment? = 142 142 143 Yes, the minimums change according to the chosen cryptocurrency and can be checked [here](https://cryptapi.io/ pricing/).143 Yes, the minimums change according to the chosen cryptocurrency and can be checked [here](https://cryptapi.io/fees/). 144 144 If the WooCommerce order total is below the chosen cryptocurrency's minimum, an error is raised to the user. 145 145 146 146 = Where can I find more documentation on your service? = 147 147 148 You can find more documentation about our service on our [get started](https://cryptapi.io/get _started) page, our [technical documentation](https://cryptapi.io/docs/) page or our [resources](https://cryptapi.io/resources/) page.148 You can find more documentation about our service on our [get started](https://cryptapi.io/get-started) page, our [technical documentation](https://docs.cryptapi.io/) page or our [eCommerce](https://cryptapi.io/ecommerce/) page. 149 149 If there's anything else you need that is not covered on those pages, please get in touch with us, we're here to help you! 150 150 151 151 = Where can I get support? = 152 152 153 The easiest and fastest way is via our live chat on our [website](https://cryptapi.io), via our [contact form](https://cryptapi.io/contact /), via [discord](https://discord.gg/pQaJ32SGrR) or via [telegram](https://t.me/cryptapi_support).153 The easiest and fastest way is via our live chat on our [website](https://cryptapi.io), via our [contact form](https://cryptapi.io/contacts/), via [discord](https://discord.gg/pQaJ32SGrR) or via [telegram](https://t.me/cryptapi_support). 154 154 155 155 == Screenshots == … … 360 360 * Minor fixes and improvements 361 361 362 = 4.7.12 = 363 * Minor fixes and improvements 364 362 365 == Upgrade Notice == 363 366
Note: See TracChangeset
for help on using the changeset viewer.