You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description: Accept cryptocurrency payments on your WooCommerce website
7
-
Version: 4.1
7
+
Version: 4.3.3
8
8
Requires at least: 4.0
9
-
Tested up to: 5.9.1
9
+
Tested up to: 5.9.3
10
10
WC requires at least: 2.4
11
11
WC tested up to: 6.2
12
12
Requires PHP: 5.5
@@ -17,19 +17,32 @@
17
17
18
18
require_once'define.php';
19
19
20
-
functioncryptapi_missing_wc_notice() {
21
-
echo'<div class="error"><p><strong>' . sprintf( esc_html__( 'CryptAPI requires WooCommerce to be installed and active. You can download %s here.', 'cryptapi' ), '<a href="https://woocommerce.com/" target="_blank">WooCommerce</a>' ) . '</strong></p></div>';
20
+
functioncryptapi_missing_wc_notice()
21
+
{
22
+
echo'<div class="error"><p><strong>' . sprintf(esc_html__('CryptAPI requires WooCommerce to be installed and active. You can download %s here.', 'cryptapi'), '<a href="https://woocommerce.com/" target="_blank">WooCommerce</a>') . '</strong></p></div>';
23
+
}
24
+
25
+
functioncryptapi_missing_bcmath()
26
+
{
27
+
echo'<div class="error"><p><strong>' . sprintf(esc_html__('CryptAPI requires PHP\'s BCMath extension. You can know more about it %s.', 'cryptapi'), '<a href="https://www.php.net/manual/en/book.bc.php" target="_blank">here</a>') . '</strong></p></div>';
0 commit comments