From 97bc7dcc3fd23ac40596260758716da2b15a520b Mon Sep 17 00:00:00 2001 From: Halil Beycan <50718965+BeycanDeveloper@users.noreply.github.com> Date: Thu, 4 Apr 2024 16:31:35 +0800 Subject: [PATCH] updated for wp.org --- composer.json | 2 +- composer.lock | 14 +++++++------- ...ay-gateway.php => cryptopay-gateway-for-cf7.php | 4 ++-- languages/cf7-cryptopay.pot | 14 +++++++------- readme.txt | 4 ++-- .../beycanpress/cryptopay-integrator/composer.json | 2 +- .../cryptopay-integrator/views/message-1.php | 2 +- .../cryptopay-integrator/views/message-2.php | 2 +- vendor/composer/installed.json | 14 +++++++------- vendor/composer/installed.php | 10 +++++----- 10 files changed, 34 insertions(+), 34 deletions(-) rename cf7-cryptopay-gateway.php => cryptopay-gateway-for-cf7.php (96%) diff --git a/composer.json b/composer.json index c246a0d..5b715f9 100644 --- a/composer.json +++ b/composer.json @@ -10,6 +10,6 @@ } }, "require": { - "beycanpress/cryptopay-integrator": "^0.1.10" + "beycanpress/cryptopay-integrator": "^0.1.11" } } diff --git a/composer.lock b/composer.lock index 9a21c57..fa80051 100644 --- a/composer.lock +++ b/composer.lock @@ -4,20 +4,20 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "d790c17a0fbe6d9c27793420cf646a1f", + "content-hash": "77536fbde0f65dd1f19f2539c97b5117", "packages": [ { "name": "beycanpress/cryptopay-integrator", - "version": "0.1.10", + "version": "0.1.11", "source": { "type": "git", "url": "https://github.com/BeycanPress/cryptopay-integrator.git", - "reference": "6ac799ad5b3c9b952ee77d4d974162f525ff0f2a" + "reference": "cd50c21a0daf9bbcc5b86a292d620b74b47aa73e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/BeycanPress/cryptopay-integrator/zipball/6ac799ad5b3c9b952ee77d4d974162f525ff0f2a", - "reference": "6ac799ad5b3c9b952ee77d4d974162f525ff0f2a", + "url": "https://api.github.com/repos/BeycanPress/cryptopay-integrator/zipball/cd50c21a0daf9bbcc5b86a292d620b74b47aa73e", + "reference": "cd50c21a0daf9bbcc5b86a292d620b74b47aa73e", "shasum": "" }, "require": { @@ -37,9 +37,9 @@ "homepage": "https://github.com/BeycanPress/cryptopay-integrator", "support": { "issues": "https://github.com/BeycanPress/cryptopay-integrator/issues", - "source": "https://github.com/BeycanPress/cryptopay-integrator/tree/0.1.10" + "source": "https://github.com/BeycanPress/cryptopay-integrator/tree/0.1.11" }, - "time": "2024-03-22T11:55:55+00:00" + "time": "2024-04-04T08:02:22+00:00" } ], "packages-dev": [], diff --git a/cf7-cryptopay-gateway.php b/cryptopay-gateway-for-cf7.php similarity index 96% rename from cf7-cryptopay-gateway.php rename to cryptopay-gateway-for-cf7.php index c5b5d55..573cf33 100644 --- a/cf7-cryptopay-gateway.php +++ b/cryptopay-gateway-for-cf7.php @@ -10,7 +10,7 @@ // @phpcs:disable Generic.Files.LineLength /** - * Plugin Name: Contact Form 7 - CryptoPay Gateway + * Plugin Name: CryptoPay Gateway for Contact Form 7 * Version: 1.0.0 * Plugin URI: https://beycanpress.com/cryptopay/ * Description: Adds Cryptocurrency payment gateway (CryptoPay) for Contact Form 7. @@ -21,7 +21,7 @@ * Text Domain: cf7-cryptopay * Tags: Cryptopay, Cryptocurrency, WooCommerce, WordPress, MetaMask, Trust, Binance, Wallet, Ethereum, Bitcoin, Binance smart chain, Payment, Plugin, Gateway, Moralis, Converter, API, coin market cap, CMC * Requires at least: 5.0 - * Tested up to: 6.4.3 + * Tested up to: 6.5.0 * Requires PHP: 8.1 */ diff --git a/languages/cf7-cryptopay.pot b/languages/cf7-cryptopay.pot index 9d6a6f0..3e8b3d5 100644 --- a/languages/cf7-cryptopay.pot +++ b/languages/cf7-cryptopay.pot @@ -1,7 +1,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: Contact Form 7 - CryptoPay Gateway\n" +"Project-Id-Version: CryptoPay Gateway for Contact Form 7\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2024-03-19 08:56+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" @@ -38,26 +38,26 @@ msgstr "" msgid "BeycanPress LLC" msgstr "" -#: cf7-cryptopay-gateway.php:61 cf7-cryptopay-gateway.php:71 +#: cryptopay-gateway-for-cf7.php:61 cryptopay-gateway-for-cf7.php:71 msgid "clicking here" msgstr "" #. Name of the plugin -msgid "Contact Form 7 - CryptoPay Gateway" +msgid "CryptoPay Gateway for Contact Form 7" msgstr "" -#: cf7-cryptopay-gateway.php:71 +#: cryptopay-gateway-for-cf7.php:71 #, php-format msgid "" -"Contact Form 7 - CryptoPay Gateway: This plugin is an extra feature plugin " +"CryptoPay Gateway for Contact Form 7: 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 "" -#: cf7-cryptopay-gateway.php:61 +#: cryptopay-gateway-for-cf7.php:61 #, php-format msgid "" -"Contact Form 7 - CryptoPay Gateway: This plugin requires Contact Form 7 to " +"CryptoPay Gateway for Contact Form 7: This plugin requires Contact Form 7 to " "work. You can download Contact Form 7 by %s." msgstr "" diff --git a/readme.txt b/readme.txt index f20635f..a0d794b 100644 --- a/readme.txt +++ b/readme.txt @@ -44,8 +44,8 @@ You can easily translate with Loco translate. == Installation == -1. Upload the entire `/cf7-cryptopay-gateway` directory to the `/wp-content/plugins/` directory. -2. Activate Contact Form 7 - CryptoPay Gateway through the 'Plugins' menu in WordPress. +1. Upload the entire `/cryptopay-gateway-for-cf7` directory to the `/wp-content/plugins/` directory. +2. Activate CryptoPay Gateway for Contact Form 7 through the 'Plugins' menu in WordPress. 3. Enjoy. == Changelog == diff --git a/vendor/beycanpress/cryptopay-integrator/composer.json b/vendor/beycanpress/cryptopay-integrator/composer.json index 0f32763..4ce87a9 100644 --- a/vendor/beycanpress/cryptopay-integrator/composer.json +++ b/vendor/beycanpress/cryptopay-integrator/composer.json @@ -1,6 +1,6 @@ { "name": "beycanpress/cryptopay-integrator", - "version": "0.1.10", + "version": "0.1.11", "description": "CryptoPay and CryptoPay Lite integration wrapper", "type": "library", "license": "MIT", diff --git a/vendor/beycanpress/cryptopay-integrator/views/message-1.php b/vendor/beycanpress/cryptopay-integrator/views/message-1.php index 9600d46..d03e6f5 100644 --- a/vendor/beycanpress/cryptopay-integrator/views/message-1.php +++ b/vendor/beycanpress/cryptopay-integrator/views/message-1.php @@ -5,7 +5,7 @@ '{name}', esc_html($currentPlugin), sprintf( - esc_html__('{name} - CryptoPay Gateway: This plugin requires {name} to work. You can %s {name} by %s.', 'arm-cryptopay'), + esc_html__('CryptoPay Gateway for {name}: This plugin requires {name} to work. You can %s {name} by %s.', 'arm-cryptopay'), $download ? esc_html__('download', 'cryptopay') : esc_html__('buy', 'cryptopay'), sprintf( '' . esc_html__('clicking here', 'cryptopay') . '', diff --git a/vendor/beycanpress/cryptopay-integrator/views/message-2.php b/vendor/beycanpress/cryptopay-integrator/views/message-2.php index 7f86956..12d99a2 100644 --- a/vendor/beycanpress/cryptopay-integrator/views/message-2.php +++ b/vendor/beycanpress/cryptopay-integrator/views/message-2.php @@ -3,7 +3,7 @@

' . esc_html__('clicking here', 'cryptopay') . '', diff --git a/vendor/composer/installed.json b/vendor/composer/installed.json index b0f000d..ad2b774 100644 --- a/vendor/composer/installed.json +++ b/vendor/composer/installed.json @@ -2,23 +2,23 @@ "packages": [ { "name": "beycanpress/cryptopay-integrator", - "version": "0.1.10", - "version_normalized": "0.1.10.0", + "version": "0.1.11", + "version_normalized": "0.1.11.0", "source": { "type": "git", "url": "https://github.com/BeycanPress/cryptopay-integrator.git", - "reference": "6ac799ad5b3c9b952ee77d4d974162f525ff0f2a" + "reference": "cd50c21a0daf9bbcc5b86a292d620b74b47aa73e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/BeycanPress/cryptopay-integrator/zipball/6ac799ad5b3c9b952ee77d4d974162f525ff0f2a", - "reference": "6ac799ad5b3c9b952ee77d4d974162f525ff0f2a", + "url": "https://api.github.com/repos/BeycanPress/cryptopay-integrator/zipball/cd50c21a0daf9bbcc5b86a292d620b74b47aa73e", + "reference": "cd50c21a0daf9bbcc5b86a292d620b74b47aa73e", "shasum": "" }, "require": { "php": ">=8.1" }, - "time": "2024-03-22T11:55:55+00:00", + "time": "2024-04-04T08:02:22+00:00", "type": "library", "installation-source": "dist", "autoload": { @@ -34,7 +34,7 @@ "homepage": "https://github.com/BeycanPress/cryptopay-integrator", "support": { "issues": "https://github.com/BeycanPress/cryptopay-integrator/issues", - "source": "https://github.com/BeycanPress/cryptopay-integrator/tree/0.1.10" + "source": "https://github.com/BeycanPress/cryptopay-integrator/tree/0.1.11" }, "install-path": "../beycanpress/cryptopay-integrator" } diff --git a/vendor/composer/installed.php b/vendor/composer/installed.php index 43df759..4554d8e 100644 --- a/vendor/composer/installed.php +++ b/vendor/composer/installed.php @@ -3,7 +3,7 @@ 'name' => '__root__', 'pretty_version' => 'dev-master', 'version' => 'dev-master', - 'reference' => '18898714e8e656510faa0f331d316eaa4830505b', + 'reference' => 'ac6b75ee9cb5735ed0747a50a31476b383f1b829', 'type' => 'library', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), @@ -13,16 +13,16 @@ '__root__' => array( 'pretty_version' => 'dev-master', 'version' => 'dev-master', - 'reference' => '18898714e8e656510faa0f331d316eaa4830505b', + 'reference' => 'ac6b75ee9cb5735ed0747a50a31476b383f1b829', 'type' => 'library', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), 'dev_requirement' => false, ), 'beycanpress/cryptopay-integrator' => array( - 'pretty_version' => '0.1.10', - 'version' => '0.1.10.0', - 'reference' => '6ac799ad5b3c9b952ee77d4d974162f525ff0f2a', + 'pretty_version' => '0.1.11', + 'version' => '0.1.11.0', + 'reference' => 'cd50c21a0daf9bbcc5b86a292d620b74b47aa73e', 'type' => 'library', 'install_path' => __DIR__ . '/../beycanpress/cryptopay-integrator', 'aliases' => array(),