Plugin Directory

Changeset 3060687


Ignore:
Timestamp:
03/28/2024 04:03:39 PM (2 years ago)
Author:
cryptapi
Message:

v4.7.12 - minor fixes

Location:
cryptapi-payment-gateway-for-woocommerce
Files:
5 edited
22 copied

Legend:

Unmodified
Added
Removed
  • cryptapi-payment-gateway-for-woocommerce/tags/4.7.12/CryptAPI.php

    r3040317 r3060687  
    44Plugin URI: https://github.com/cryptapi/woocommerce-cryptapi
    55Description: Accept cryptocurrency payments on your WooCommerce website
    6 Version: 4.7.11
    7 Requires at least: 5
    8 Tested up to: 6.4.3
     6Version: 4.7.12
     7Requires at least: 5.8
     8Tested up to: 6.5
    99WC requires at least: 5.8
    1010WC tested up to: 8.6.1
  • cryptapi-payment-gateway-for-woocommerce/tags/4.7.12/README.md

    r3040317 r3060687  
    88```
    99PHP >= 7.2
    10 Wordpress >= 5
     10Wordpress >= 5.8
    1111WooCommerce >= 5.8
    1212```
     
    3434* (MATIC) Matic
    3535
    36 among many others, for a full list of the supported cryptocurrencies and tokens, check [this page](https://cryptapi.io/pricing/).
     36among many others, for a full list of the supported cryptocurrencies and tokens, check [this page](https://cryptapi.io/fees/).
    3737
    3838#### Auto-value conversion
     
    8585
    8686CryptAPI 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/)
     87For more info on our fees [click here](https://cryptapi.io/fees/)
    8888
    8989### Installation
     
    139139#### Is there a minimum for a payment?
    140140
    141 Yes, the minimums change according to the chosen cryptocurrency and can be checked [here](https://cryptapi.io/get_started/#fees).
     141Yes, the minimums change according to the chosen cryptocurrency and can be checked [here](https://cryptapi.io/cryptocurrencies/).
    142142If the WooCommerce order total is below the chosen cryptocurrency's minimum, an error is raised to the user.
    143143
    144144#### Where can I find more documentation on your service?
    145145
    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.
     146You 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.
    147147If 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!
    148148
    149149#### Where can I get support?
    150150
    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/).
     151The easiest and fastest way is via our live chat on our [website](https://cryptapi.io) or via our [contact form](https://cryptapi.io/contacts/).
    152152
    153153### Screenshots
     
    362362* Minor fixes and improvements
    363363
     364#### 4.7.12
     365* Minor fixes and improvements
     366
    364367### Upgrade Notice
    365368#### 4.3
  • cryptapi-payment-gateway-for-woocommerce/tags/4.7.12/controllers/CryptAPI.php

    r3040317 r3060687  
    5858
    5959        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();
    6065    }
    6166
     
    14251430        parent::update_option('coins', $_POST['coins']);
    14261431        parent::process_admin_options();
     1432        $this->reset_load_coins();
    14271433    }
    14281434
  • cryptapi-payment-gateway-for-woocommerce/tags/4.7.12/define.php

    r3040317 r3060687  
    11<?php
    22
    3 define('CRYPTAPI_PLUGIN_VERSION', '4.7.11');
     3define('CRYPTAPI_PLUGIN_VERSION', '4.7.12');
    44define('CRYPTAPI_PLUGIN_PATH', plugin_dir_path(__FILE__));
    55define('CRYPTAPI_PLUGIN_URL', plugin_dir_url(__FILE__));
  • cryptapi-payment-gateway-for-woocommerce/tags/4.7.12/readme.txt

    r3040317 r3060687  
    22Contributors: cryptapi
    33Tags: 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.3
    6 Stable tag: 4.7.11
     4Requires at least: 5.8
     5Tested up to: 6.5
     6Stable tag: 4.7.12
    77Requires PHP: 7.2
    88WC requires at least: 5.8
     
    141141= Is there a minimum for a payment? =
    142142
    143 Yes, the minimums change according to the chosen cryptocurrency and can be checked [here](https://cryptapi.io/pricing/).
     143Yes, the minimums change according to the chosen cryptocurrency and can be checked [here](https://cryptapi.io/fees/).
    144144If the WooCommerce order total is below the chosen cryptocurrency's minimum, an error is raised to the user.
    145145
    146146= Where can I find more documentation on your service? =
    147147
    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.
     148You 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.
    149149If 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!
    150150
    151151= Where can I get support? =
    152152
    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).
     153The 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).
    154154
    155155== Screenshots ==
     
    360360* Minor fixes and improvements
    361361
     362= 4.7.12 =
     363* Minor fixes and improvements
     364
    362365== Upgrade Notice ==
    363366
  • cryptapi-payment-gateway-for-woocommerce/trunk/CryptAPI.php

    r3040317 r3060687  
    44Plugin URI: https://github.com/cryptapi/woocommerce-cryptapi
    55Description: Accept cryptocurrency payments on your WooCommerce website
    6 Version: 4.7.11
    7 Requires at least: 5
    8 Tested up to: 6.4.3
     6Version: 4.7.12
     7Requires at least: 5.8
     8Tested up to: 6.5
    99WC requires at least: 5.8
    1010WC tested up to: 8.6.1
  • cryptapi-payment-gateway-for-woocommerce/trunk/README.md

    r3040317 r3060687  
    88```
    99PHP >= 7.2
    10 Wordpress >= 5
     10Wordpress >= 5.8
    1111WooCommerce >= 5.8
    1212```
     
    3434* (MATIC) Matic
    3535
    36 among many others, for a full list of the supported cryptocurrencies and tokens, check [this page](https://cryptapi.io/pricing/).
     36among many others, for a full list of the supported cryptocurrencies and tokens, check [this page](https://cryptapi.io/fees/).
    3737
    3838#### Auto-value conversion
     
    8585
    8686CryptAPI 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/)
     87For more info on our fees [click here](https://cryptapi.io/fees/)
    8888
    8989### Installation
     
    139139#### Is there a minimum for a payment?
    140140
    141 Yes, the minimums change according to the chosen cryptocurrency and can be checked [here](https://cryptapi.io/get_started/#fees).
     141Yes, the minimums change according to the chosen cryptocurrency and can be checked [here](https://cryptapi.io/cryptocurrencies/).
    142142If the WooCommerce order total is below the chosen cryptocurrency's minimum, an error is raised to the user.
    143143
    144144#### Where can I find more documentation on your service?
    145145
    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.
     146You 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.
    147147If 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!
    148148
    149149#### Where can I get support?
    150150
    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/).
     151The easiest and fastest way is via our live chat on our [website](https://cryptapi.io) or via our [contact form](https://cryptapi.io/contacts/).
    152152
    153153### Screenshots
     
    362362* Minor fixes and improvements
    363363
     364#### 4.7.12
     365* Minor fixes and improvements
     366
    364367### Upgrade Notice
    365368#### 4.3
  • cryptapi-payment-gateway-for-woocommerce/trunk/controllers/CryptAPI.php

    r3040317 r3060687  
    5858
    5959        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();
    6065    }
    6166
     
    14251430        parent::update_option('coins', $_POST['coins']);
    14261431        parent::process_admin_options();
     1432        $this->reset_load_coins();
    14271433    }
    14281434
  • cryptapi-payment-gateway-for-woocommerce/trunk/define.php

    r3040317 r3060687  
    11<?php
    22
    3 define('CRYPTAPI_PLUGIN_VERSION', '4.7.11');
     3define('CRYPTAPI_PLUGIN_VERSION', '4.7.12');
    44define('CRYPTAPI_PLUGIN_PATH', plugin_dir_path(__FILE__));
    55define('CRYPTAPI_PLUGIN_URL', plugin_dir_url(__FILE__));
  • cryptapi-payment-gateway-for-woocommerce/trunk/readme.txt

    r3040317 r3060687  
    22Contributors: cryptapi
    33Tags: 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.3
    6 Stable tag: 4.7.11
     4Requires at least: 5.8
     5Tested up to: 6.5
     6Stable tag: 4.7.12
    77Requires PHP: 7.2
    88WC requires at least: 5.8
     
    141141= Is there a minimum for a payment? =
    142142
    143 Yes, the minimums change according to the chosen cryptocurrency and can be checked [here](https://cryptapi.io/pricing/).
     143Yes, the minimums change according to the chosen cryptocurrency and can be checked [here](https://cryptapi.io/fees/).
    144144If the WooCommerce order total is below the chosen cryptocurrency's minimum, an error is raised to the user.
    145145
    146146= Where can I find more documentation on your service? =
    147147
    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.
     148You 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.
    149149If 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!
    150150
    151151= Where can I get support? =
    152152
    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).
     153The 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).
    154154
    155155== Screenshots ==
     
    360360* Minor fixes and improvements
    361361
     362= 4.7.12 =
     363* Minor fixes and improvements
     364
    362365== Upgrade Notice ==
    363366
Note: See TracChangeset for help on using the changeset viewer.