Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
0xBeycan committed Apr 4, 2024
1 parent a79a1f1 commit 8e2d69d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions languages/memberpress-cryptopay.pot
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: MemberPress - CryptoPay Gateway\n"
"Project-Id-Version: CryptoPay Gateway for MemberPress\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-01-24 11:47+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
Expand Down Expand Up @@ -55,21 +55,21 @@ msgid "Light"
msgstr ""

#. Name of the plugin
msgid "MemberPress - CryptoPay Gateway"
msgid "CryptoPay Gateway for MemberPress"
msgstr ""

#: memberpress-cryptopay-gateway.php:119
#, php-format
msgid ""
"MemberPress - CryptoPay Gateway: This plugin is an extra feature plugin so "
"CryptoPay Gateway for MemberPress: This plugin is an extra feature plugin so "
"it cannot do anything on its own. It needs CryptoPay to work. You can buy "
"CryptoPay by %s."
msgstr ""

#: memberpress-cryptopay-gateway.php:74
#, php-format
msgid ""
"MemberPress - CryptoPay Gateway: This plugin requires MemberPress to work. "
"CryptoPay Gateway for MemberPress: This plugin requires MemberPress to work. "
"You can buy MemberPress by %s."
msgstr ""

Expand Down
6 changes: 3 additions & 3 deletions memberpress-cryptopay-gateway.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
// @phpcs:disable Generic.Files.LineLength

/**
* Plugin Name: MemberPress - CryptoPay Gateway
* Plugin Name: CryptoPay Gateway for MemberPress
* Version: 1.0.4
* Plugin URI: https://beycanpress.com/cryptopay/
* Description: Adds Cryptocurrency payment gateway (CryptoPay) for MemberPress.
Expand Down Expand Up @@ -84,7 +84,7 @@ function memberpress_cryptopay_addModels(): void
add_action('admin_notices', function (): void {
?>
<div class="notice notice-error">
<p><?php echo wp_kses_post(sprintf(__('MemberPress - CryptoPay Gateway: This plugin requires MemberPress to work. You can buy MemberPress by %s.', 'memberpress-cryptopay'), '<a href="https://memberpress.com/" target="_blank">' . esc_html__('clicking here', 'memberpress-cryptopay') . '</a>')); ?></p>
<p><?php echo wp_kses_post(sprintf(__('CryptoPay Gateway for MemberPress: This plugin requires MemberPress to work. You can buy MemberPress by %s.', 'memberpress-cryptopay'), '<a href="https://memberpress.com/" target="_blank">' . esc_html__('clicking here', 'memberpress-cryptopay') . '</a>')); ?></p>
</div>
<?php
});
Expand Down Expand Up @@ -133,7 +133,7 @@ function addGatewayPathToMemberPress(array $paths): array
add_action('admin_notices', function (): void {
?>
<div class="notice notice-error">
<p><?php echo wp_kses_post(sprintf(__('MemberPress - CryptoPay Gateway: This plugin is an extra feature plugin so it cannot do anything on its own. It needs CryptoPay to work. You can buy CryptoPay by %s.', 'memberpress-cryptopay'), '<a href="https://beycanpress.com/product/cryptopay-all-in-one-cryptocurrency-payments-for-wordpress/?utm_source=wp_org_addons&utm_medium=memberpress" target="_blank">' . esc_html__('clicking here', 'memberpress-cryptopay') . '</a>')); ?></p>
<p><?php echo wp_kses_post(sprintf(__('CryptoPay Gateway for MemberPress: This plugin is an extra feature plugin so it cannot do anything on its own. It needs CryptoPay to work. You can buy CryptoPay by %s.', 'memberpress-cryptopay'), '<a href="https://beycanpress.com/product/cryptopay-all-in-one-cryptocurrency-payments-for-wordpress/?utm_source=wp_org_addons&utm_medium=memberpress" target="_blank">' . esc_html__('clicking here', 'memberpress-cryptopay') . '</a>')); ?></p>
</div>
<?php
});
Expand Down
4 changes: 2 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ You can easily translate with Loco translate.

== Installation ==

1. Upload the entire `/memberpress-cryptopay-gateway` directory to the `/wp-content/plugins/` directory.
2. Activate MemberPress - CryptoPay Gateway through the 'Plugins' menu in WordPress.
1. Upload the entire `/cryptopay-gateway-for-memberpress` directory to the `/wp-content/plugins/` directory.
2. Activate CryptoPay Gateway for MemberPress through the 'Plugins' menu in WordPress.
3. Enjoy.

== Changelog ==
Expand Down

0 comments on commit 8e2d69d

Please sign in to comment.