Plugin Directory

Changeset 3286205


Ignore:
Timestamp:
05/02/2025 12:08:09 PM (10 months ago)
Author:
cryptapi
Message:

v5.1.2 - 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.2/CryptAPI.php

    r3260984 r3286205  
    44Plugin URI: https://github.com/cryptapi/woocommerce-cryptapi
    55Description: Accept cryptocurrency payments on your WooCommerce website
    6 Version: 5.1.1
     6Version: 5.1.2
    77Requires at least: 5.8
    8 Tested up to: 6.7.2
     8Tested up to: 6.8.1
    99WC requires at least: 5.8
    10 WC tested up to: 9.6.2
     10WC tested up to: 9.8.3
    1111Requires PHP: 7.2
    1212Author: cryptapi
     
    1818}
    1919
    20 define('CRYPTAPI_PLUGIN_VERSION', '5.1.1');
     20define('CRYPTAPI_PLUGIN_VERSION', '5.1.2');
    2121define('CRYPTAPI_PLUGIN_PATH', plugin_dir_path(__FILE__));
    2222define('CRYPTAPI_PLUGIN_URL', plugin_dir_url(__FILE__));
  • cryptapi-payment-gateway-for-woocommerce/tags/5.1.2/README.md

    r3260984 r3286205  
    412412* Callback improvements
    413413
     414#### 5.1.2
     415* Minor bugfixes
     416
    414417### Upgrade Notice
    415418#### 4.3
  • cryptapi-payment-gateway-for-woocommerce/tags/5.1.2/blocks/CryptAPI.php

    r3232880 r3286205  
    7979            'description'   => $this->get_setting('description'),
    8080            'coins' => $output_coins,
     81            'show_branding' => $this-> get_setting('show_branding') === 'yes',
    8182            'show_crypto_logos' => $this-> get_setting('show_crypto_logos') === 'yes',
    8283            'add_blockchain_fee' => $this-> get_setting('add_blockchain_fee') === 'yes',
     
    100101                'id'  => $this->name,
    101102                'alt' => $this->get_setting('title'),
    102                 'src' => esc_url(CRYPTAPI_PLUGIN_URL) . 'static/files/200_logo_ca.png'
     103                'src' => $this->get_setting('show_crypto_logos') === 'yes' ? esc_url(CRYPTAPI_PLUGIN_URL) . 'static/files/200_logo_ca.png' : ''
    103104            ]
    104105        ];
  • cryptapi-payment-gateway-for-woocommerce/tags/5.1.2/readme.txt

    r3260984 r3286205  
    33Tags: crypto payments, woocommerce, payment gateway, crypto, payment, pay with crypto, payment request, bitcoin, bnb, usdt, ethereum, litecoin, bitcoin cash, shib, doge, solana
    44Requires at least: 5.8
    5 Tested up to: 6.7.2
    6 Stable tag: 5.1.1
     5Tested up to: 6.8.1
     6Stable tag: 5.1.2
    77Requires PHP: 7.2
    88WC requires at least: 5.8
    9 WC tested up to: 9.6.2
     9WC tested up to: 9.8.3
    1010License: MIT
    1111
     
    410410* Minor bugfixes
    411411
     412= 5.1.2 =
     413* Minor bugfixes
     414
    412415== Upgrade Notice ==
    413416
  • cryptapi-payment-gateway-for-woocommerce/trunk/CryptAPI.php

    r3260984 r3286205  
    44Plugin URI: https://github.com/cryptapi/woocommerce-cryptapi
    55Description: Accept cryptocurrency payments on your WooCommerce website
    6 Version: 5.1.1
     6Version: 5.1.2
    77Requires at least: 5.8
    8 Tested up to: 6.7.2
     8Tested up to: 6.8.1
    99WC requires at least: 5.8
    10 WC tested up to: 9.6.2
     10WC tested up to: 9.8.3
    1111Requires PHP: 7.2
    1212Author: cryptapi
     
    1818}
    1919
    20 define('CRYPTAPI_PLUGIN_VERSION', '5.1.1');
     20define('CRYPTAPI_PLUGIN_VERSION', '5.1.2');
    2121define('CRYPTAPI_PLUGIN_PATH', plugin_dir_path(__FILE__));
    2222define('CRYPTAPI_PLUGIN_URL', plugin_dir_url(__FILE__));
  • cryptapi-payment-gateway-for-woocommerce/trunk/README.md

    r3260984 r3286205  
    412412* Callback improvements
    413413
     414#### 5.1.2
     415* Minor bugfixes
     416
    414417### Upgrade Notice
    415418#### 4.3
  • cryptapi-payment-gateway-for-woocommerce/trunk/blocks/CryptAPI.php

    r3232880 r3286205  
    7979            'description'   => $this->get_setting('description'),
    8080            'coins' => $output_coins,
     81            'show_branding' => $this-> get_setting('show_branding') === 'yes',
    8182            'show_crypto_logos' => $this-> get_setting('show_crypto_logos') === 'yes',
    8283            'add_blockchain_fee' => $this-> get_setting('add_blockchain_fee') === 'yes',
     
    100101                'id'  => $this->name,
    101102                'alt' => $this->get_setting('title'),
    102                 'src' => esc_url(CRYPTAPI_PLUGIN_URL) . 'static/files/200_logo_ca.png'
     103                'src' => $this->get_setting('show_crypto_logos') === 'yes' ? esc_url(CRYPTAPI_PLUGIN_URL) . 'static/files/200_logo_ca.png' : ''
    103104            ]
    104105        ];
  • cryptapi-payment-gateway-for-woocommerce/trunk/readme.txt

    r3260984 r3286205  
    33Tags: crypto payments, woocommerce, payment gateway, crypto, payment, pay with crypto, payment request, bitcoin, bnb, usdt, ethereum, litecoin, bitcoin cash, shib, doge, solana
    44Requires at least: 5.8
    5 Tested up to: 6.7.2
    6 Stable tag: 5.1.1
     5Tested up to: 6.8.1
     6Stable tag: 5.1.2
    77Requires PHP: 7.2
    88WC requires at least: 5.8
    9 WC tested up to: 9.6.2
     9WC tested up to: 9.8.3
    1010License: MIT
    1111
     
    410410* Minor bugfixes
    411411
     412= 5.1.2 =
     413* Minor bugfixes
     414
    412415== Upgrade Notice ==
    413416
Note: See TracChangeset for help on using the changeset viewer.