Skip to content

Commit c4a588a

Browse files
committed
v1.0.0
- Initial release
1 parent 7a0a598 commit c4a588a

10 files changed

+147
-156
lines changed

BlockBee.php

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<?php
22
/*
3-
Plugin Name: BlockBee Payment Gateway for WooCommerce
3+
Plugin Name: BlockBee Cryptocurrency Payment Gateway
44
Plugin URI: https://blockbee.io/resources/woocommerce/
55
Description: Accept cryptocurrency payments on your WooCommerce website
66
Version: 1.0.0
77
Requires at least: 5
88
Tested up to: 6.0.2
99
WC requires at least: 5.8
10-
WC tested up to: 6.8.0
10+
WC tested up to: 6.9.4
1111
Requires PHP: 7.2
1212
Author: BlockBee
1313
Author URI: https://blockbee.io/
@@ -18,12 +18,12 @@
1818

1919
function blockbee_missing_wc_notice()
2020
{
21-
echo '<div class="error"><p><strong>' . sprintf(esc_html__('BlockBee requires WooCommerce to be installed and active. You can download %s here.', 'blockbee'), '<a href="https://woocommerce.com/" target="_blank">WooCommerce</a>') . '</strong></p></div>';
21+
echo '<div class="error"><p><strong>' . sprintf(esc_html__('BlockBee requires WooCommerce to be installed and active. You can download %s here.', 'blockbee-cryptocurrency-payment-gateway'), '<a href="https://woocommerce.com/" target="_blank">WooCommerce</a>') . '</strong></p></div>';
2222
}
2323

2424
function blockbee_missing_bcmath()
2525
{
26-
echo '<div class="error"><p><strong>' . sprintf(esc_html__('BlockBee requires PHP\'s BCMath extension. You can know more about it %s.', 'blockbee'), '<a href="https://www.php.net/manual/en/book.bc.php" target="_blank">here</a>') . '</strong></p></div>';
26+
echo '<div class="error"><p><strong>' . sprintf(esc_html__('BlockBee requires PHP\'s BCMath extension. You can know more about it %s.', 'blockbee-cryptocurrency-payment-gateway'), '<a href="https://www.php.net/manual/en/book.bc.php" target="_blank">here</a>') . '</strong></p></div>';
2727
}
2828

2929
function blockbee_include_gateway($methods)
@@ -52,7 +52,7 @@ function blockbee_loader()
5252

5353
blockbee_include_dirs($dirs);
5454

55-
$mo_file_path = dirname(__FILE__) . '/languages/blockbee-payment-gateway-for-woocommerce-' . get_locale() . '.mo';
55+
$mo_file_path = dirname(__FILE__) . '/languages/blockbee-crypto-payment-gateway-for-woocommerce-' . get_locale() . '.mo';
5656
load_textdomain('blockbee', $mo_file_path);
5757

5858
$blockbee = new WC_BlockBee_Gateway();

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
![BlockBee](https://blockbee.io/static/assets/images/blockbee_logo_nospaces.png)
1+
[<img src="https://blockbee.io/static/assets/images/blockbee_logo_nospaces.png" width="300"/>](image.png)
22

33
# BlockBee Payment Gateway for WooCommerce
44
Accept cryptocurrency payments on your WooCommerce website

controllers/BlockBee.php

+134-143
Large diffs are not rendered by default.

emails/renewal-email.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
printf(
99
wp_kses(
1010
/* translators: %1$s Site title, %2$s Order pay link */
11-
__( 'Please renew your subscription on %1$s. You can pay the renewal when you’re ready: %2$s', 'blockbee' ),
11+
__( 'Please renew your subscription on %1$s. You can pay the renewal when you’re ready: %2$s', 'blockbee-cryptocurrency-payment-gateway' ),
1212
array(
1313
'a' => array(
1414
'href' => array(),

languages/blockbee-payment-gateway-for-woocommerce-es_ES.po

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ msgstr ""
1212
"POT-Creation-Date: 2022-09-22T12:23:50+02:00\n"
1313
"PO-Revision-Date: 2022-09-22 11:07+0000\n"
1414
"X-Generator: Loco https://localise.biz/\n"
15-
"X-Domain: blockbee\n"
15+
"X-Domain: blockbee-cryptocurrency-payment-gateway\n"
1616
"Language: es_ES\n"
1717
"Plural-Forms: nplurals=2; plural=n != 1;\n"
1818
"X-Loco-Version: 2.6.2; wp-6.0.2"

languages/blockbee-payment-gateway-for-woocommerce-it_IT.po

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ msgstr ""
1212
"POT-Creation-Date: 2022-09-22T12:23:50+02:00\n"
1313
"PO-Revision-Date: 2022-09-22 10:50+0000\n"
1414
"X-Generator: Loco https://localise.biz/\n"
15-
"X-Domain: blockbee\n"
15+
"X-Domain: blockbee-cryptocurrency-payment-gateway\n"
1616
"Language: it_IT\n"
1717
"Plural-Forms: nplurals=2; plural=n != 1;\n"
1818
"X-Loco-Version: 2.6.2; wp-6.0.2"

languages/blockbee-payment-gateway-for-woocommerce-pt_BR.po

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ msgstr ""
1212
"POT-Creation-Date: 2022-09-22T11:54:56+02:00\n"
1313
"PO-Revision-Date: 2022-09-22 10:32+0000\n"
1414
"X-Generator: Loco https://localise.biz/\n"
15-
"X-Domain: blockbee\n"
15+
"X-Domain: blockbee-cryptocurrency-payment-gateway\n"
1616
"Language: pt_PT\n"
1717
"Plural-Forms: nplurals=2; plural=n != 1;\n"
1818
"X-Loco-Version: 2.6.2; wp-6.0.2"

languages/blockbee-payment-gateway-for-woocommerce-pt_PT.po

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ msgstr ""
1212
"POT-Creation-Date: 2022-09-22T11:54:56+02:00\n"
1313
"PO-Revision-Date: 2022-09-22 10:32+0000\n"
1414
"X-Generator: Loco https://localise.biz/\n"
15-
"X-Domain: blockbee\n"
15+
"X-Domain: blockbee-cryptocurrency-payment-gateway\n"
1616
"Language: pt_PT\n"
1717
"Plural-Forms: nplurals=2; plural=n != 1;\n"
1818
"X-Loco-Version: 2.6.2; wp-6.0.2"

languages/blockbee-payment-gateway-for-woocommerce.pot

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ msgstr ""
1212
"POT-Creation-Date: 2022-09-22T12:23:50+02:00\n"
1313
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1414
"X-Generator: WP-CLI 2.6.0\n"
15-
"X-Domain: blockbee\n"
15+
"X-Domain: blockbee-cryptocurrency-payment-gateway\n"
1616

1717
#. Plugin Name of the plugin
1818
msgid "BlockBee Payment Gateway for WooCommerce"

readme.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
=== BlockBee Payment Gateway for WooCommerce ===
1+
=== BlockBee Cryptocurrency Payment Gateway ===
22
Contributors: blockbee
33
Tags: crypto payments, woocommerce, payment gateway, crypto, payment, pay with crypto, payment request, bitcoin, bnb, usdt, ethereum, monero, litecoin, bitcoin cash, shib, doge
44
Requires at least: 5

0 commit comments

Comments
 (0)