diff --git a/core/admin/builders/CsWapgForm.php b/core/admin/builders/CsWapgForm.php index 4b50c00..5698dd3 100644 --- a/core/admin/builders/CsWapgForm.php +++ b/core/admin/builders/CsWapgForm.php @@ -75,16 +75,17 @@ public static function customForm( $refObj ) { . '

', ); - $fields = wp_parse_args( $fields, apply_filters( 'woocommerce_altcoin_form_fields', $default_fields, $refObj->id ) ); + // $fields = wp_parse_args( $fields, apply_filters( 'woocommerce_altcoin_form_fields', $default_fields, $refObj->id ) ); $premade_order_id = isset( $wp->query_vars['order-pay'] ) ? $wp->query_vars['order-pay'] : 0; + ?>
id ); ?> id ); ?> diff --git a/core/lib/Util.php b/core/lib/Util.php index 29b5674..4863aff 100644 --- a/core/lib/Util.php +++ b/core/lib/Util.php @@ -69,7 +69,7 @@ public static function remote_call( $url, $method = 'GET', $params = array() ) { * @param type $tagline */ public static function markup_tag( $tagline ) { - echo esc_html( sprintf( "\n\n", CS_WAPG_PLUGIN_NAME, $tagline ) ); + echo sprintf( "\n\n", CS_WAPG_PLUGIN_NAME, $tagline ); } /** diff --git a/readme.txt b/readme.txt index ee59c82..fc08176 100644 --- a/readme.txt +++ b/readme.txt @@ -223,6 +223,10 @@ English, Spanish, Russian, German, French, Dutch == Changelog == += V1.7.5 ( January 19, 2024 ) = +* **Update:** RAW HTML code error fixed + + = V1.7.4 ( December 18, 2023 ) = * **Update:** Security issue updated diff --git a/woocommerce-altcoin-payment.php b/woocommerce-altcoin-payment.php index 583ab19..2c19689 100644 --- a/woocommerce-altcoin-payment.php +++ b/woocommerce-altcoin-payment.php @@ -5,7 +5,7 @@ * Plugin Name: WooCommerce Bitcoin / AltCoin Payment Gateway * Plugin URI: https://coinmarketstats.online/product/woocommerce-bitcoin-altcoin-payment-gateway * Description: A very light weight Crypto-currency payment gateway for WooCommerce Store. Accept Bitcoin, Bitcoin Cash, Ethereum, Dogecoin, Dash, Litecoin, Ripple & more crypto-currencies - * Version: 1.7.4 + * Version: 1.7.5 * Author: CoinMarketStats * Author URI: https://coinmarketstats.online * License: GPLv3 @@ -40,7 +40,7 @@ class Woocommerce_Altcoin_Payment_Gateway { * * @var String */ - private static $version = '1.7.4'; + private static $version = '1.7.5'; /** * Hold version