From 60e81d12a6f1deb9c3e2396c0cbfcd10c0264d8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Pij=C3=A1k?= Date: Thu, 13 Jul 2023 20:24:37 +0200 Subject: [PATCH] meta --- src/Utils/Meta.php | 3 +++ tests/Utils/MetaTest.phpt | 3 +++ woosms-sms-module-for-woocommerce.php | 2 +- 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/src/Utils/Meta.php b/src/Utils/Meta.php index 0ddc0d8..753abb6 100644 --- a/src/Utils/Meta.php +++ b/src/Utils/Meta.php @@ -35,6 +35,9 @@ public static function links(array $links, string $file): array 'youtube_channel' => 'YouTube Channel', 'contact_us' => 'Contact us', 'api' => 'API', + 'github' => 'GitHub', + 'terms_of_service' => 'Terms of Service', + 'privacy_policy' => 'Privacy Policy', ]); } diff --git a/tests/Utils/MetaTest.phpt b/tests/Utils/MetaTest.phpt index e921090..674d7b0 100644 --- a/tests/Utils/MetaTest.phpt +++ b/tests/Utils/MetaTest.phpt @@ -31,6 +31,9 @@ class MetaTest extends TestCase 'youtube_channel' => 'YouTube Channel', 'contact_us' => 'Contact us', 'api' => 'API', + 'github' => 'GitHub', + 'terms_of_service' => 'Terms of Service', + 'privacy_policy' => 'Privacy Policy', ], Meta::links(['xxx' => 'BulkGate'], '/yyy/woosms-sms-module-for-woocommerce/woosms-sms-module-for-woocommerce.php')); Assert::same([ diff --git a/woosms-sms-module-for-woocommerce.php b/woosms-sms-module-for-woocommerce.php index 5b74fd9..ff4acf8 100644 --- a/woosms-sms-module-for-woocommerce.php +++ b/woosms-sms-module-for-woocommerce.php @@ -3,7 +3,7 @@ * Plugin Name: BulkGate SMS Plugin for WooCommerce * Plugin URI: https://www.bulkgate.com/en/integrations/sms-plugin-for-woocommerce/ * Description: Notify your customers about order status via SMS notifications. - * Version: 3.0.0 beta + * Version: 3.0.0 * Author: BulkGate * Author URI: https://www.bulkgate.com/ * Requires at least: 5.7