Changeset 2849231
- Timestamp:
- 01/16/2023 03:01:57 PM (3 years ago)
- Location:
- cryptapi-payment-gateway-for-woocommerce
- Files:
-
- 5 edited
- 7 copied
-
tags/4.7.1 (copied) (copied from cryptapi-payment-gateway-for-woocommerce/trunk)
-
tags/4.7.1/CryptAPI.php (copied) (copied from cryptapi-payment-gateway-for-woocommerce/trunk/CryptAPI.php) (1 diff)
-
tags/4.7.1/README.md (copied) (copied from cryptapi-payment-gateway-for-woocommerce/trunk/README.md) (1 diff)
-
tags/4.7.1/controllers/CryptAPI.php (copied) (copied from cryptapi-payment-gateway-for-woocommerce/trunk/controllers/CryptAPI.php) (1 diff)
-
tags/4.7.1/define.php (copied) (copied from cryptapi-payment-gateway-for-woocommerce/trunk/define.php) (1 diff)
-
tags/4.7.1/readme.txt (copied) (copied from cryptapi-payment-gateway-for-woocommerce/trunk/readme.txt) (2 diffs)
-
tags/4.7.1/static/payment.js (copied) (copied from cryptapi-payment-gateway-for-woocommerce/trunk/static/payment.js)
-
trunk/CryptAPI.php (modified) (1 diff)
-
trunk/README.md (modified) (1 diff)
-
trunk/controllers/CryptAPI.php (modified) (1 diff)
-
trunk/define.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
cryptapi-payment-gateway-for-woocommerce/tags/4.7.1/CryptAPI.php
r2848052 r2849231 4 4 Plugin URI: https://github.com/cryptapi/woocommerce-cryptapi 5 5 Description: Accept cryptocurrency payments on your WooCommerce website 6 Version: 4.7. 06 Version: 4.7.1 7 7 Requires at least: 5 8 8 Tested up to: 6.1.1 -
cryptapi-payment-gateway-for-woocommerce/tags/4.7.1/README.md
r2848052 r2849231 306 306 * Improvements on the callback processing algorithm 307 307 308 #### 4.7.1 309 * Minor fixes 310 * Improvements on the callback processing algorithm 311 308 312 ### Upgrade Notice 309 313 #### 4.3 -
cryptapi-payment-gateway-for-woocommerce/tags/4.7.1/controllers/CryptAPI.php
r2848052 r2849231 860 860 $crypto_allowed_value = true; 861 861 } 862 862 863 ?> 863 <div class="ca_payment-panel <?phpesc_attr( $color_scheme ) ?>">864 <div class="ca_payment-panel <?php echo esc_attr( $color_scheme ) ?>"> 864 865 <div class="ca_payment_details"> 865 866 <?php -
cryptapi-payment-gateway-for-woocommerce/tags/4.7.1/define.php
r2848052 r2849231 1 1 <?php 2 2 3 define('CRYPTAPI_PLUGIN_VERSION', '4.7. 0');3 define('CRYPTAPI_PLUGIN_VERSION', '4.7.1'); 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.1/readme.txt
r2848052 r2849231 4 4 Requires at least: 5 5 5 Tested up to: 6.1.1 6 Stable tag: 4.7. 06 Stable tag: 4.7.1 7 7 Requires PHP: 7.2 8 8 WC requires at least: 5.8 … … 316 316 * Improvements on the callback processing algorithm 317 317 318 = 4.7.1 = 319 * Minor fixes 320 318 321 == Upgrade Notice == 319 322 -
cryptapi-payment-gateway-for-woocommerce/trunk/CryptAPI.php
r2848052 r2849231 4 4 Plugin URI: https://github.com/cryptapi/woocommerce-cryptapi 5 5 Description: Accept cryptocurrency payments on your WooCommerce website 6 Version: 4.7. 06 Version: 4.7.1 7 7 Requires at least: 5 8 8 Tested up to: 6.1.1 -
cryptapi-payment-gateway-for-woocommerce/trunk/README.md
r2848052 r2849231 306 306 * Improvements on the callback processing algorithm 307 307 308 #### 4.7.1 309 * Minor fixes 310 * Improvements on the callback processing algorithm 311 308 312 ### Upgrade Notice 309 313 #### 4.3 -
cryptapi-payment-gateway-for-woocommerce/trunk/controllers/CryptAPI.php
r2848052 r2849231 860 860 $crypto_allowed_value = true; 861 861 } 862 862 863 ?> 863 <div class="ca_payment-panel <?phpesc_attr( $color_scheme ) ?>">864 <div class="ca_payment-panel <?php echo esc_attr( $color_scheme ) ?>"> 864 865 <div class="ca_payment_details"> 865 866 <?php -
cryptapi-payment-gateway-for-woocommerce/trunk/define.php
r2848052 r2849231 1 1 <?php 2 2 3 define('CRYPTAPI_PLUGIN_VERSION', '4.7. 0');3 define('CRYPTAPI_PLUGIN_VERSION', '4.7.1'); 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
r2848052 r2849231 4 4 Requires at least: 5 5 5 Tested up to: 6.1.1 6 Stable tag: 4.7. 06 Stable tag: 4.7.1 7 7 Requires PHP: 7.2 8 8 WC requires at least: 5.8 … … 316 316 * Improvements on the callback processing algorithm 317 317 318 = 4.7.1 = 319 * Minor fixes 320 318 321 == Upgrade Notice == 319 322
Note: See TracChangeset
for help on using the changeset viewer.