From 202e48832673c7fd95f9cc9f0c506439147d2942 Mon Sep 17 00:00:00 2001 From: Halil Beycan <50718965+BeycanDeveloper@users.noreply.github.com> Date: Sat, 27 Apr 2024 12:10:19 +0800 Subject: [PATCH] configured for wp.org --- app/Loader.php | 1 + readme.txt | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/app/Loader.php b/app/Loader.php index 0972a76..0f89ed0 100644 --- a/app/Loader.php +++ b/app/Loader.php @@ -30,6 +30,7 @@ public function __construct() 'orderId' => function ($tx) { return Helpers::run('view', 'components/link', [ 'url' => sprintf(admin_url('admin.php?page=ppress-orders&ppress_order_action=edit&id=1'), $tx->orderId), // @phpcs:ignore + /* translators: %d: order id */ 'text' => sprintf(esc_html__('View order #%d', 'gf-cryptopay'), $tx->orderId) ]); } diff --git a/readme.txt b/readme.txt index fa45dba..7f70bc0 100644 --- a/readme.txt +++ b/readme.txt @@ -9,11 +9,11 @@ Version: 1.0.0 License: GPLv3 License URI: https://www.gnu.org/licenses/gpl-3.0.html -Cryptocurrency Payment Gateway Plugin for ProfilePress, Cryptocurrency payments for WordPress, Bitcoin payments, Crypto payments, USDT, BTC, ETH, SOL +Cryptocurrency Payment Gateway for ProfilePress, Cryptocurrency payments for WordPress, Bitcoin payments, Crypto payments, USDT, BTC, ETH, SOL == Description == -### Cryptocurrency Payment Gateway Plugin for ProfilePress by CryptoPay +### Cryptocurrency Payment Gateway for ProfilePress by CryptoPay First of all, we would like to point out that this plugin is not a standalone plugin. This plugin is a **cryptocurrency payment gateway for ProfilePress**. In other words, users who want to sell courses with cryptocurrency payments can use WordPress and ProfilePress. However, this plugin is a plugin for CryptoPay and a cryptocurrency payment gateway for ProfilePress. So it's actually CryptoPay, which is the main plugin that handles cryptocurrency payments for WordPress. Therefore, users must have both plugins.