Plugin Directory

Changeset 3260984


Ignore:
Timestamp:
03/24/2025 04:51:34 PM (11 months ago)
Author:
cryptapi
Message:

v5.1.1 - Minor bugfixes

Location:
cryptapi-payment-gateway-for-woocommerce
Files:
2 deleted
4 edited
53 copied

Legend:

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

    r3257090 r3260984  
    44Plugin URI: https://github.com/cryptapi/woocommerce-cryptapi
    55Description: Accept cryptocurrency payments on your WooCommerce website
    6 Version: 5.1.0
     6Version: 5.1.1
    77Requires at least: 5.8
    88Tested up to: 6.7.2
     
    1818}
    1919
    20 define('CRYPTAPI_PLUGIN_VERSION', '5.1.0');
     20define('CRYPTAPI_PLUGIN_VERSION', '5.1.1');
    2121define('CRYPTAPI_PLUGIN_PATH', plugin_dir_path(__FILE__));
    2222define('CRYPTAPI_PLUGIN_URL', plugin_dir_url(__FILE__));
  • cryptapi-payment-gateway-for-woocommerce/tags/5.1.1/README.md

    r3257090 r3260984  
    409409* Minor bugfixes
    410410
     411#### 5.1.1
     412* Callback improvements
     413
    411414### Upgrade Notice
    412415#### 4.3
  • cryptapi-payment-gateway-for-woocommerce/tags/5.1.1/controllers/CryptAPI.php

    r3257090 r3260984  
    16031603        <p class="form-field form-field-wide wc-customer-user">
    16041604            <small style="display: block;">
    1605                 <?php echo sprintf(esc_attr(__('If the order is not being updated, your ISP is probably blocking our IPs (%1$s and %2$s): please try to get them whitelisted and feel free to contact us anytime to get support (link to our contact page). In the meantime you can refresh the status of any payment by clicking this button below:', 'cryptapi')), '145.239.119.223', '135.125.112.47'); ?>
     1605                <?php echo sprintf(esc_attr(__('If the order is not being updated, your ISP is probably blocking our IPs (%1$s and %2$s): please try to get them whitelisted and feel free to contact us anytime to get support (link to our contact page). In the meantime you can refresh the status of any payment by clicking this button below:', 'cryptapi')), '51.77.105.132', '135.125.112.47'); ?>
    16061606            </small>
    16071607        </p>
  • cryptapi-payment-gateway-for-woocommerce/tags/5.1.1/readme.txt

    r3257090 r3260984  
    44Requires at least: 5.8
    55Tested up to: 6.7.2
    6 Stable tag: 5.1.0
     6Stable tag: 5.1.1
    77Requires PHP: 7.2
    88WC requires at least: 5.8
     
    407407* Minor bugfixes
    408408
     409= 5.1.1 =
     410* Minor bugfixes
     411
    409412== Upgrade Notice ==
    410413
  • cryptapi-payment-gateway-for-woocommerce/trunk/CryptAPI.php

    r3257090 r3260984  
    44Plugin URI: https://github.com/cryptapi/woocommerce-cryptapi
    55Description: Accept cryptocurrency payments on your WooCommerce website
    6 Version: 5.1.0
     6Version: 5.1.1
    77Requires at least: 5.8
    88Tested up to: 6.7.2
     
    1818}
    1919
    20 define('CRYPTAPI_PLUGIN_VERSION', '5.1.0');
     20define('CRYPTAPI_PLUGIN_VERSION', '5.1.1');
    2121define('CRYPTAPI_PLUGIN_PATH', plugin_dir_path(__FILE__));
    2222define('CRYPTAPI_PLUGIN_URL', plugin_dir_url(__FILE__));
  • cryptapi-payment-gateway-for-woocommerce/trunk/README.md

    r3257090 r3260984  
    409409* Minor bugfixes
    410410
     411#### 5.1.1
     412* Callback improvements
     413
    411414### Upgrade Notice
    412415#### 4.3
  • cryptapi-payment-gateway-for-woocommerce/trunk/controllers/CryptAPI.php

    r3257090 r3260984  
    16031603        <p class="form-field form-field-wide wc-customer-user">
    16041604            <small style="display: block;">
    1605                 <?php echo sprintf(esc_attr(__('If the order is not being updated, your ISP is probably blocking our IPs (%1$s and %2$s): please try to get them whitelisted and feel free to contact us anytime to get support (link to our contact page). In the meantime you can refresh the status of any payment by clicking this button below:', 'cryptapi')), '145.239.119.223', '135.125.112.47'); ?>
     1605                <?php echo sprintf(esc_attr(__('If the order is not being updated, your ISP is probably blocking our IPs (%1$s and %2$s): please try to get them whitelisted and feel free to contact us anytime to get support (link to our contact page). In the meantime you can refresh the status of any payment by clicking this button below:', 'cryptapi')), '51.77.105.132', '135.125.112.47'); ?>
    16061606            </small>
    16071607        </p>
  • cryptapi-payment-gateway-for-woocommerce/trunk/readme.txt

    r3257090 r3260984  
    44Requires at least: 5.8
    55Tested up to: 6.7.2
    6 Stable tag: 5.1.0
     6Stable tag: 5.1.1
    77Requires PHP: 7.2
    88WC requires at least: 5.8
     
    407407* Minor bugfixes
    408408
     409= 5.1.1 =
     410* Minor bugfixes
     411
    409412== Upgrade Notice ==
    410413
Note: See TracChangeset for help on using the changeset viewer.