From e56c130f07bd5181d68a4230d25f757d33066ad3 Mon Sep 17 00:00:00 2001 From: Irshad Ahmad Date: Thu, 14 Nov 2024 22:12:32 +0530 Subject: [PATCH] Prepare for next release (#197) --- .changeset/clever-seahorses-mate.md | 5 --- .changeset/fast-walls-study.md | 5 --- .changeset/metal-rings-compete.md | 5 --- .changeset/poor-poets-count.md | 5 --- .changeset/red-otters-fold.md | 5 --- plugins/wptelegram-comments/package.json | 24 ++++++++--- plugins/wptelegram-login/CHANGELOG.md | 6 +++ plugins/wptelegram-login/README.md | 4 +- plugins/wptelegram-login/composer.json | 2 +- plugins/wptelegram-login/package.json | 18 ++++++--- .../src/languages/wptelegram-login-de_DE.po | 14 +++---- .../wptelegram-login-js-translations.php | 14 +++---- .../src/languages/wptelegram-login-ru_RU.po | 14 +++---- .../src/languages/wptelegram-login-uk.po | 14 +++---- .../src/languages/wptelegram-login.pot | 18 ++++----- plugins/wptelegram-login/src/readme.txt | 9 ++--- .../wptelegram-login/src/wptelegram-login.php | 4 +- plugins/wptelegram-widget/CHANGELOG.md | 6 +++ plugins/wptelegram-widget/README.md | 4 +- plugins/wptelegram-widget/composer.json | 2 +- plugins/wptelegram-widget/package.json | 18 ++++++--- .../src/languages/wptelegram-widget-de_DE.po | 36 +++++++++-------- .../wptelegram-widget-js-translations.php | 34 ++++++++-------- .../src/languages/wptelegram-widget-ru_RU.po | 36 +++++++++-------- .../src/languages/wptelegram-widget.pot | 40 ++++++++++--------- plugins/wptelegram-widget/src/readme.txt | 8 ++-- .../src/wptelegram-widget.php | 4 +- plugins/wptelegram/CHANGELOG.md | 8 ++++ plugins/wptelegram/README.md | 4 +- plugins/wptelegram/composer.json | 2 +- plugins/wptelegram/package.json | 18 ++++++--- .../wptelegram/src/languages/wptelegram-ar.po | 32 ++++++++------- .../wptelegram/src/languages/wptelegram-ca.po | 32 ++++++++------- .../src/languages/wptelegram-de_DE.po | 32 ++++++++------- .../src/languages/wptelegram-es_ES.po | 32 ++++++++------- .../src/languages/wptelegram-fa_IR.po | 32 ++++++++------- .../src/languages/wptelegram-id_ID.po | 32 ++++++++------- .../src/languages/wptelegram-it_IT.po | 32 ++++++++------- .../languages/wptelegram-js-translations.php | 31 +++++++------- .../src/languages/wptelegram-pl_PL.po | 32 ++++++++------- .../src/languages/wptelegram-pt_BR.po | 32 ++++++++------- .../src/languages/wptelegram-ru_RU.po | 32 ++++++++------- .../wptelegram/src/languages/wptelegram-sq.po | 32 ++++++++------- .../src/languages/wptelegram-zh_TW.po | 32 ++++++++------- .../wptelegram/src/languages/wptelegram.pot | 36 +++++++++-------- plugins/wptelegram/src/readme.txt | 10 ++--- plugins/wptelegram/src/wptelegram.php | 4 +- tools/build-utils/README.md | 2 +- tools/vite-wp-react/CHANGELOG.md | 6 +++ tools/vite-wp-react/package.json | 37 ++++++++++++----- tools/wpdev/README.md | 2 +- 51 files changed, 509 insertions(+), 389 deletions(-) delete mode 100644 .changeset/clever-seahorses-mate.md delete mode 100644 .changeset/fast-walls-study.md delete mode 100644 .changeset/metal-rings-compete.md delete mode 100644 .changeset/poor-poets-count.md delete mode 100644 .changeset/red-otters-fold.md diff --git a/.changeset/clever-seahorses-mate.md b/.changeset/clever-seahorses-mate.md deleted file mode 100644 index 0b1a7ead..00000000 --- a/.changeset/clever-seahorses-mate.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"wptelegram": patch ---- - -Fixed chat ID validation preventing from saving changes diff --git a/.changeset/fast-walls-study.md b/.changeset/fast-walls-study.md deleted file mode 100644 index 92050332..00000000 --- a/.changeset/fast-walls-study.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"wptelegram-login": patch ---- - -Fixed the issue of block editor Zoom out not being visible when the plugin is active diff --git a/.changeset/metal-rings-compete.md b/.changeset/metal-rings-compete.md deleted file mode 100644 index 74378ba5..00000000 --- a/.changeset/metal-rings-compete.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"wptelegram-widget": patch ---- - -Fixed the issue of block editor Zoom out not being visible when the plugin is active diff --git a/.changeset/poor-poets-count.md b/.changeset/poor-poets-count.md deleted file mode 100644 index 6231ea51..00000000 --- a/.changeset/poor-poets-count.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@wpsocio/vite-wp-react": patch ---- - -Fixed vite peer dependency diff --git a/.changeset/red-otters-fold.md b/.changeset/red-otters-fold.md deleted file mode 100644 index 1503fc37..00000000 --- a/.changeset/red-otters-fold.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"wptelegram": patch ---- - -Updated delay UI to show WP Cron warning as alert diff --git a/plugins/wptelegram-comments/package.json b/plugins/wptelegram-comments/package.json index 9046591e..11340e41 100644 --- a/plugins/wptelegram-comments/package.json +++ b/plugins/wptelegram-comments/package.json @@ -17,7 +17,13 @@ "bugs": { "url": "https://github.com/wpsocio/wp-projects/issues" }, - "keywords": ["telegram", "comments", "discuss", "social", "widget"], + "keywords": [ + "telegram", + "comments", + "discuss", + "social", + "widget" + ], "type": "module", "scripts": { "dev": "vite --port=5003", @@ -66,7 +72,9 @@ ] }, { - "paths": ["src/assets/build/dev-server.json"], + "paths": [ + "src/assets/build/dev-server.json" + ], "rules": [ { "value": "NOT_EXISTS" @@ -78,15 +86,21 @@ "wireit": { "build": { "command": "vite build && pnpm run validate-build", - "output": ["src/assets/build"] + "output": [ + "src/assets/build" + ] }, "setup:php": { "command": "composer install", - "dependencies": ["unset-vendor-dir"] + "dependencies": [ + "unset-vendor-dir" + ] }, "setup:php:prod": { "command": "composer install --no-dev && pnpm run unset-vendor-dir", - "dependencies": ["set-prod-vendor"] + "dependencies": [ + "set-prod-vendor" + ] }, "set-prod-vendor": { "command": "composer config vendor-dir src/vendor" diff --git a/plugins/wptelegram-login/CHANGELOG.md b/plugins/wptelegram-login/CHANGELOG.md index e434223d..67153a97 100644 --- a/plugins/wptelegram-login/CHANGELOG.md +++ b/plugins/wptelegram-login/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 1.11.5 + +### Patch Changes + +- [#204](https://github.com/wpsocio/wp-projects/pull/204) [`f193093`](https://github.com/wpsocio/wp-projects/commit/f19309316f3553956b15236d41f4c411977f7342) Thanks [@irshadahmad21](https://github.com/irshadahmad21)! - Fixed the issue of block editor Zoom out not being visible when the plugin is active + ## 1.11.4 ### Patch Changes diff --git a/plugins/wptelegram-login/README.md b/plugins/wptelegram-login/README.md index bd282d82..4a2adf4c 100644 --- a/plugins/wptelegram-login/README.md +++ b/plugins/wptelegram-login/README.md @@ -4,8 +4,8 @@ **Tags:** telegram, login, register, social, signup **Requires at least:** 6.4 **Requires PHP:** 7.4 -**Tested up to:** 6.6.2 -**Stable tag:** 1.11.4 +**Tested up to:** 6.7 +**Stable tag:** 1.11.5 **License:** GPL-3.0-or-later **License URI:** [https://www.gnu.org/licenses/gpl-3.0.html](https://www.gnu.org/licenses/gpl-3.0.html) **Donate link:** [wpsocio.com/donate](https://wpsocio.com/donate) diff --git a/plugins/wptelegram-login/composer.json b/plugins/wptelegram-login/composer.json index 517d7046..0cc2452a 100644 --- a/plugins/wptelegram-login/composer.json +++ b/plugins/wptelegram-login/composer.json @@ -1,6 +1,6 @@ { "name": "wpsocio/wptelegram-login", - "version": "1.11.4", + "version": "1.11.5", "description": "Let the users login to your website with their Telegram and make it simple for them to get connected and let them receive their email notifications on Telegram.", "scripts": { "gen:docs": "\"vendor/bin/wp-documentor\" parse src --format=markdown --output=docs/README.md --relative=docs", diff --git a/plugins/wptelegram-login/package.json b/plugins/wptelegram-login/package.json index 0805dd6e..0bf83d46 100644 --- a/plugins/wptelegram-login/package.json +++ b/plugins/wptelegram-login/package.json @@ -1,7 +1,7 @@ { "name": "wptelegram-login", "title": "WP Telegram Login", - "version": "1.11.4", + "version": "1.11.5", "description": "Let the users login to your website with their Telegram and make it simple for them to get connected and let them receive their email notifications on Telegram.", "private": true, "license": "GPL-3.0-or-later", @@ -72,7 +72,9 @@ ] }, { - "paths": ["src/assets/build/dev-server.json"], + "paths": [ + "src/assets/build/dev-server.json" + ], "rules": [ { "value": "NOT_EXISTS" @@ -84,15 +86,21 @@ "wireit": { "build": { "command": "vite build && pnpm run validate-build", - "output": ["src/assets/build"] + "output": [ + "src/assets/build" + ] }, "setup:php": { "command": "composer install --ignore-platform-reqs", - "dependencies": ["unset-vendor-dir"] + "dependencies": [ + "unset-vendor-dir" + ] }, "setup:php:prod": { "command": "composer install --no-dev && pnpm run unset-vendor-dir", - "dependencies": ["set-prod-vendor"] + "dependencies": [ + "set-prod-vendor" + ] }, "set-prod-vendor": { "command": "composer config vendor-dir src/vendor" diff --git a/plugins/wptelegram-login/src/languages/wptelegram-login-de_DE.po b/plugins/wptelegram-login/src/languages/wptelegram-login-de_DE.po index b1f4cf08..190f4e03 100644 --- a/plugins/wptelegram-login/src/languages/wptelegram-login-de_DE.po +++ b/plugins/wptelegram-login/src/languages/wptelegram-login-de_DE.po @@ -157,40 +157,40 @@ msgstr "Mittel" msgid "Small" msgstr "Klein" -#: js/blocks/telegram-login/Edit.tsx:77 +#: js/blocks/telegram-login/Edit.tsx:78 #: languages/wptelegram-login-js-translations.php:104 msgid "Button Settings" msgstr "Button-Einstellungen" -#: js/blocks/telegram-login/Edit.tsx:80 +#: js/blocks/telegram-login/Edit.tsx:81 #: js/settings/services/fields.ts:16 #: languages/wptelegram-login-js-translations.php:108 #: shared/widgets/Primary.php:153 msgid "Button Style" msgstr "Login-Button Style" -#: js/blocks/telegram-login/Edit.tsx:86 +#: js/blocks/telegram-login/Edit.tsx:87 #: js/settings/services/fields.ts:27 #: languages/wptelegram-login-js-translations.php:112 #: shared/widgets/Primary.php:167 msgid "Show User Photo" msgstr "Benutzerfoto anzeigen" -#: js/blocks/telegram-login/Edit.tsx:92 +#: js/blocks/telegram-login/Edit.tsx:93 #: js/settings/services/fields.ts:17 #: languages/wptelegram-login-js-translations.php:116 #: shared/widgets/Primary.php:171 msgid "Corner Radius" msgstr "Eckenradius" -#: js/blocks/telegram-login/Edit.tsx:101 +#: js/blocks/telegram-login/Edit.tsx:102 #: js/settings/services/fields.ts:25 #: languages/wptelegram-login-js-translations.php:85 #: shared/widgets/Primary.php:175 msgid "Language" msgstr "" -#: js/blocks/telegram-login/Edit.tsx:108 +#: js/blocks/telegram-login/Edit.tsx:109 #: js/settings/services/fields.ts:24 #: languages/wptelegram-login-js-translations.php:89 #: shared/widgets/Primary.php:183 @@ -611,7 +611,7 @@ msgid "Title" msgstr "Titel" #. Plugin Name of the plugin -#: js/blocks/telegram-login/index.tsx:20 +#: js/blocks/telegram-login/index.tsx:21 #: js/settings/ui/WidgetInfoCard.tsx:32 #: wptelegram-login.php #: includes/Main.php:427 diff --git a/plugins/wptelegram-login/src/languages/wptelegram-login-js-translations.php b/plugins/wptelegram-login/src/languages/wptelegram-login-js-translations.php index f80bc8d3..efe12a83 100644 --- a/plugins/wptelegram-login/src/languages/wptelegram-login-js-translations.php +++ b/plugins/wptelegram-login/src/languages/wptelegram-login-js-translations.php @@ -80,11 +80,11 @@ // Reference: ../../packages/js/utilities/fields.ts:42 __( 'Changes could not be saved.', 'wptelegram-login' ), - // Reference: js/blocks/telegram-login/Edit.tsx:101 + // Reference: js/blocks/telegram-login/Edit.tsx:102 // Reference: js/settings/services/fields.ts:25 __( 'Language', 'wptelegram-login' ), - // Reference: js/blocks/telegram-login/Edit.tsx:108 + // Reference: js/blocks/telegram-login/Edit.tsx:109 // Reference: js/settings/services/fields.ts:24 __( 'Show if user is', 'wptelegram-login' ), @@ -100,22 +100,22 @@ // Reference: js/settings/ui/ButtonOptions.tsx:19 __( 'Small', 'wptelegram-login' ), - // Reference: js/blocks/telegram-login/Edit.tsx:77 + // Reference: js/blocks/telegram-login/Edit.tsx:78 __( 'Button Settings', 'wptelegram-login' ), - // Reference: js/blocks/telegram-login/Edit.tsx:80 + // Reference: js/blocks/telegram-login/Edit.tsx:81 // Reference: js/settings/services/fields.ts:16 __( 'Button Style', 'wptelegram-login' ), - // Reference: js/blocks/telegram-login/Edit.tsx:86 + // Reference: js/blocks/telegram-login/Edit.tsx:87 // Reference: js/settings/services/fields.ts:27 __( 'Show User Photo', 'wptelegram-login' ), - // Reference: js/blocks/telegram-login/Edit.tsx:92 + // Reference: js/blocks/telegram-login/Edit.tsx:93 // Reference: js/settings/services/fields.ts:17 __( 'Corner Radius', 'wptelegram-login' ), - // Reference: js/blocks/telegram-login/index.tsx:20 + // Reference: js/blocks/telegram-login/index.tsx:21 // Reference: js/settings/ui/WidgetInfoCard.tsx:32 __( 'WP Telegram Login', 'wptelegram-login' ), diff --git a/plugins/wptelegram-login/src/languages/wptelegram-login-ru_RU.po b/plugins/wptelegram-login/src/languages/wptelegram-login-ru_RU.po index 54861072..0ddadc06 100644 --- a/plugins/wptelegram-login/src/languages/wptelegram-login-ru_RU.po +++ b/plugins/wptelegram-login/src/languages/wptelegram-login-ru_RU.po @@ -158,40 +158,40 @@ msgstr "Средняя" msgid "Small" msgstr "Маленькая" -#: js/blocks/telegram-login/Edit.tsx:77 +#: js/blocks/telegram-login/Edit.tsx:78 #: languages/wptelegram-login-js-translations.php:104 msgid "Button Settings" msgstr "Параметры кнопки" -#: js/blocks/telegram-login/Edit.tsx:80 +#: js/blocks/telegram-login/Edit.tsx:81 #: js/settings/services/fields.ts:16 #: languages/wptelegram-login-js-translations.php:108 #: shared/widgets/Primary.php:153 msgid "Button Style" msgstr "Стиль кнопки" -#: js/blocks/telegram-login/Edit.tsx:86 +#: js/blocks/telegram-login/Edit.tsx:87 #: js/settings/services/fields.ts:27 #: languages/wptelegram-login-js-translations.php:112 #: shared/widgets/Primary.php:167 msgid "Show User Photo" msgstr "Показать фотографию пользователя" -#: js/blocks/telegram-login/Edit.tsx:92 +#: js/blocks/telegram-login/Edit.tsx:93 #: js/settings/services/fields.ts:17 #: languages/wptelegram-login-js-translations.php:116 #: shared/widgets/Primary.php:171 msgid "Corner Radius" msgstr "Радиус закругления" -#: js/blocks/telegram-login/Edit.tsx:101 +#: js/blocks/telegram-login/Edit.tsx:102 #: js/settings/services/fields.ts:25 #: languages/wptelegram-login-js-translations.php:85 #: shared/widgets/Primary.php:175 msgid "Language" msgstr "" -#: js/blocks/telegram-login/Edit.tsx:108 +#: js/blocks/telegram-login/Edit.tsx:109 #: js/settings/services/fields.ts:24 #: languages/wptelegram-login-js-translations.php:89 #: shared/widgets/Primary.php:183 @@ -612,7 +612,7 @@ msgid "Title" msgstr "Заголовок" #. Plugin Name of the plugin -#: js/blocks/telegram-login/index.tsx:20 +#: js/blocks/telegram-login/index.tsx:21 #: js/settings/ui/WidgetInfoCard.tsx:32 #: wptelegram-login.php #: includes/Main.php:427 diff --git a/plugins/wptelegram-login/src/languages/wptelegram-login-uk.po b/plugins/wptelegram-login/src/languages/wptelegram-login-uk.po index d7340a99..c041bcdd 100644 --- a/plugins/wptelegram-login/src/languages/wptelegram-login-uk.po +++ b/plugins/wptelegram-login/src/languages/wptelegram-login-uk.po @@ -158,40 +158,40 @@ msgstr "Середня" msgid "Small" msgstr "Мала" -#: js/blocks/telegram-login/Edit.tsx:77 +#: js/blocks/telegram-login/Edit.tsx:78 #: languages/wptelegram-login-js-translations.php:104 msgid "Button Settings" msgstr "Налаштування кнопки" -#: js/blocks/telegram-login/Edit.tsx:80 +#: js/blocks/telegram-login/Edit.tsx:81 #: js/settings/services/fields.ts:16 #: languages/wptelegram-login-js-translations.php:108 #: shared/widgets/Primary.php:153 msgid "Button Style" msgstr "Стиль кнопки" -#: js/blocks/telegram-login/Edit.tsx:86 +#: js/blocks/telegram-login/Edit.tsx:87 #: js/settings/services/fields.ts:27 #: languages/wptelegram-login-js-translations.php:112 #: shared/widgets/Primary.php:167 msgid "Show User Photo" msgstr "Показувати фото користувача" -#: js/blocks/telegram-login/Edit.tsx:92 +#: js/blocks/telegram-login/Edit.tsx:93 #: js/settings/services/fields.ts:17 #: languages/wptelegram-login-js-translations.php:116 #: shared/widgets/Primary.php:171 msgid "Corner Radius" msgstr "Кутовий радіус" -#: js/blocks/telegram-login/Edit.tsx:101 +#: js/blocks/telegram-login/Edit.tsx:102 #: js/settings/services/fields.ts:25 #: languages/wptelegram-login-js-translations.php:85 #: shared/widgets/Primary.php:175 msgid "Language" msgstr "" -#: js/blocks/telegram-login/Edit.tsx:108 +#: js/blocks/telegram-login/Edit.tsx:109 #: js/settings/services/fields.ts:24 #: languages/wptelegram-login-js-translations.php:89 #: shared/widgets/Primary.php:183 @@ -612,7 +612,7 @@ msgid "Title" msgstr "Заголовок" #. Plugin Name of the plugin -#: js/blocks/telegram-login/index.tsx:20 +#: js/blocks/telegram-login/index.tsx:21 #: js/settings/ui/WidgetInfoCard.tsx:32 #: wptelegram-login.php #: includes/Main.php:427 diff --git a/plugins/wptelegram-login/src/languages/wptelegram-login.pot b/plugins/wptelegram-login/src/languages/wptelegram-login.pot index eb019fd3..f9761ed9 100644 --- a/plugins/wptelegram-login/src/languages/wptelegram-login.pot +++ b/plugins/wptelegram-login/src/languages/wptelegram-login.pot @@ -2,14 +2,14 @@ # This file is distributed under the GPL-2.0+. msgid "" msgstr "" -"Project-Id-Version: WP Telegram Login 1.11.4\n" +"Project-Id-Version: WP Telegram Login 1.11.5\n" "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/wptelegram-login\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"POT-Creation-Date: 2024-10-26T13:10:26+00:00\n" +"POT-Creation-Date: 2024-11-14T16:35:25+00:00\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "X-Generator: WP-CLI 2.11.0\n" "language: en_US\n" @@ -153,14 +153,14 @@ msgstr "" msgid "Changes could not be saved." msgstr "" -#: js/blocks/telegram-login/Edit.tsx:101 +#: js/blocks/telegram-login/Edit.tsx:102 #: js/settings/services/fields.ts:25 #: languages/wptelegram-login-js-translations.php:85 #: shared/widgets/Primary.php:175 msgid "Language" msgstr "" -#: js/blocks/telegram-login/Edit.tsx:108 +#: js/blocks/telegram-login/Edit.tsx:109 #: js/settings/services/fields.ts:24 #: languages/wptelegram-login-js-translations.php:89 #: shared/widgets/Primary.php:183 @@ -188,26 +188,26 @@ msgstr "" msgid "Small" msgstr "" -#: js/blocks/telegram-login/Edit.tsx:77 +#: js/blocks/telegram-login/Edit.tsx:78 #: languages/wptelegram-login-js-translations.php:104 msgid "Button Settings" msgstr "" -#: js/blocks/telegram-login/Edit.tsx:80 +#: js/blocks/telegram-login/Edit.tsx:81 #: js/settings/services/fields.ts:16 #: languages/wptelegram-login-js-translations.php:108 #: shared/widgets/Primary.php:153 msgid "Button Style" msgstr "" -#: js/blocks/telegram-login/Edit.tsx:86 +#: js/blocks/telegram-login/Edit.tsx:87 #: js/settings/services/fields.ts:27 #: languages/wptelegram-login-js-translations.php:112 #: shared/widgets/Primary.php:167 msgid "Show User Photo" msgstr "" -#: js/blocks/telegram-login/Edit.tsx:92 +#: js/blocks/telegram-login/Edit.tsx:93 #: js/settings/services/fields.ts:17 #: languages/wptelegram-login-js-translations.php:116 #: shared/widgets/Primary.php:171 @@ -215,7 +215,7 @@ msgid "Corner Radius" msgstr "" #. Plugin Name of the plugin -#: js/blocks/telegram-login/index.tsx:20 +#: js/blocks/telegram-login/index.tsx:21 #: js/settings/ui/WidgetInfoCard.tsx:32 #: wptelegram-login.php #: includes/Main.php:427 diff --git a/plugins/wptelegram-login/src/readme.txt b/plugins/wptelegram-login/src/readme.txt index 9aca444c..ac4e8b53 100644 --- a/plugins/wptelegram-login/src/readme.txt +++ b/plugins/wptelegram-login/src/readme.txt @@ -4,8 +4,8 @@ Donate link: https://wpsocio.com/donate Tags: telegram, login, register, social, signup Requires at least: 6.4 Requires PHP: 7.4 -Tested up to: 6.6.2 -Stable tag: 1.11.4 +Tested up to: 6.7 +Stable tag: 1.11.5 License: GPL-3.0-or-later License URI: https://www.gnu.org/licenses/gpl-3.0.html @@ -154,8 +154,7 @@ Automatic updates should work smoothly, but we still recommend you back up your == Changelog == -= 1.11.4 = -- Performance improvements -- Fixed Telegram login redirect for Mini Apps += 1.11.5 = +- Fixed the issue of block editor Zoom out not being visible when the plugin is active [See full changelog](https://github.com/wpsocio/wptelegram-login/blob/main/CHANGELOG.md) diff --git a/plugins/wptelegram-login/src/wptelegram-login.php b/plugins/wptelegram-login/src/wptelegram-login.php index 0c8b7a8f..2974fb81 100644 --- a/plugins/wptelegram-login/src/wptelegram-login.php +++ b/plugins/wptelegram-login/src/wptelegram-login.php @@ -10,7 +10,7 @@ * Plugin Name: WP Telegram Login * Plugin URI: https://t.me/WPTelegram * Description: Let the users login to your WordPress website with their Telegram and make it simple for them to get connected and let them receive their email notifications on Telegram. - * Version: 1.11.4 + * Version: 1.11.5 * Requires at least: 6.4 * Requires PHP: 7.4 * Author: WP Socio @@ -29,7 +29,7 @@ /** * Currently plugin version. */ -define( 'WPTELEGRAM_LOGIN_VER', '1.11.4' ); +define( 'WPTELEGRAM_LOGIN_VER', '1.11.5' ); defined( 'WPTELEGRAM_LOGIN_MAIN_FILE' ) || define( 'WPTELEGRAM_LOGIN_MAIN_FILE', __FILE__ ); diff --git a/plugins/wptelegram-widget/CHANGELOG.md b/plugins/wptelegram-widget/CHANGELOG.md index f0311091..910c8577 100644 --- a/plugins/wptelegram-widget/CHANGELOG.md +++ b/plugins/wptelegram-widget/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 2.2.4 + +### Patch Changes + +- [#205](https://github.com/wpsocio/wp-projects/pull/205) [`1ebd6ae`](https://github.com/wpsocio/wp-projects/commit/1ebd6ae009f2285c9bbef0dc85a44f0d031c7ff8) Thanks [@irshadahmad21](https://github.com/irshadahmad21)! - Fixed the issue of block editor Zoom out not being visible when the plugin is active + ## 2.2.3 ### Patch Changes diff --git a/plugins/wptelegram-widget/README.md b/plugins/wptelegram-widget/README.md index 5c96c423..2f0f837b 100644 --- a/plugins/wptelegram-widget/README.md +++ b/plugins/wptelegram-widget/README.md @@ -4,8 +4,8 @@ **Tags:** telegram, feed, widget, channel, group **Requires at least:** 6.4 **Requires PHP:** 7.4 -**Tested up to:** 6.6.2 -**Stable tag:** 2.2.3 +**Tested up to:** 6.7 +**Stable tag:** 2.2.4 **License:** GPL-3.0-or-later **License URI:** [https://www.gnu.org/licenses/gpl-3.0.html](https://www.gnu.org/licenses/gpl-3.0.html) **Donate link:** [wpsocio.com/donate](https://wpsocio.com/donate) diff --git a/plugins/wptelegram-widget/composer.json b/plugins/wptelegram-widget/composer.json index d514cffd..9a70f47f 100644 --- a/plugins/wptelegram-widget/composer.json +++ b/plugins/wptelegram-widget/composer.json @@ -1,6 +1,6 @@ { "name": "wptelegram/widget", - "version": "2.2.3", + "version": "2.2.4", "description": "Display the Telegram Public Channel or Group Feed in a WordPress widget or anywhere you want using a shortcode.", "scripts": { "lint": "\"vendor/bin/phpcs\" --standard=../../phpcs.xml --extensions=php src/ dev.php", diff --git a/plugins/wptelegram-widget/package.json b/plugins/wptelegram-widget/package.json index 8eb51c84..164ac47b 100644 --- a/plugins/wptelegram-widget/package.json +++ b/plugins/wptelegram-widget/package.json @@ -1,7 +1,7 @@ { "name": "wptelegram-widget", "title": "WP Telegram Widget", - "version": "2.2.3", + "version": "2.2.4", "description": "Display the Telegram Public Channel or Group Feed in a WordPress widget or anywhere you want using a shortcode.", "private": true, "license": "GPL-3.0-or-later", @@ -73,7 +73,9 @@ ] }, { - "paths": ["src/assets/build/dev-server.json"], + "paths": [ + "src/assets/build/dev-server.json" + ], "rules": [ { "value": "NOT_EXISTS" @@ -85,15 +87,21 @@ "wireit": { "build": { "command": "vite build && pnpm run validate-build", - "output": ["src/assets/build"] + "output": [ + "src/assets/build" + ] }, "setup:php": { "command": "composer install", - "dependencies": ["unset-vendor-dir"] + "dependencies": [ + "unset-vendor-dir" + ] }, "setup:php:prod": { "command": "composer install --no-dev && pnpm run unset-vendor-dir", - "dependencies": ["set-prod-vendor"] + "dependencies": [ + "set-prod-vendor" + ] }, "set-prod-vendor": { "command": "composer config vendor-dir src/vendor" diff --git a/plugins/wptelegram-widget/src/languages/wptelegram-widget-de_DE.po b/plugins/wptelegram-widget/src/languages/wptelegram-widget-de_DE.po index 9e20e744..d27b847d 100644 --- a/plugins/wptelegram-widget/src/languages/wptelegram-widget-de_DE.po +++ b/plugins/wptelegram-widget/src/languages/wptelegram-widget-de_DE.po @@ -52,34 +52,34 @@ msgstr "" msgid "Please contact your hosting provider to ensure the above requirements are met." msgstr "" -#: js/blocks/ajax-channel-feed/Edit.tsx:38 -#: js/blocks/channel-feed/Edit.tsx:55 +#: js/blocks/ajax-channel-feed/Edit.tsx:37 +#: js/blocks/channel-feed/Edit.tsx:54 #: languages/wptelegram-widget-js-translations.php:114 msgid "Widget Options" msgstr "Widget-Optionen" -#: js/blocks/ajax-channel-feed/Edit.tsx:41 +#: js/blocks/ajax-channel-feed/Edit.tsx:40 #: js/settings/services/fields.ts:16 #: languages/wptelegram-widget-js-translations.php:118 #: shared/widgets/Ajax.php:127 msgid "Username" msgstr "" -#: js/blocks/ajax-channel-feed/Edit.tsx:46 +#: js/blocks/ajax-channel-feed/Edit.tsx:45 #: js/settings/ui/ajaxWidget/AjaxWidget.tsx:26 #: languages/wptelegram-widget-js-translations.php:122 #: shared/widgets/Ajax.php:129 msgid "Channel username." msgstr "" -#: js/blocks/ajax-channel-feed/Edit.tsx:47 +#: js/blocks/ajax-channel-feed/Edit.tsx:46 #: languages/wptelegram-widget-js-translations.php:125 #: shared/widgets/Ajax.php:129 msgid "Leave empty for default." msgstr "" -#: js/blocks/ajax-channel-feed/Edit.tsx:53 -#: js/blocks/channel-feed/Edit.tsx:58 +#: js/blocks/ajax-channel-feed/Edit.tsx:52 +#: js/blocks/channel-feed/Edit.tsx:57 #: js/settings/services/fields.ts:17 #: languages/wptelegram-widget-js-translations.php:130 #: shared/widgets/Ajax.php:133 @@ -94,13 +94,13 @@ msgstr "Widget-Breite" msgid "Widget Height" msgstr "Widget-Höhe" -#: js/blocks/ajax-channel-feed/Edit.tsx:70 -#: js/blocks/ajax-channel-feed/index.tsx:12 +#: js/blocks/ajax-channel-feed/Edit.tsx:71 +#: js/blocks/ajax-channel-feed/index.tsx:14 #: languages/wptelegram-widget-js-translations.php:138 msgid "Telegram Channel Ajax Feed" msgstr "Telegram Ajax-Feed des Channels" -#: js/blocks/channel-feed/Edit.tsx:67 +#: js/blocks/channel-feed/Edit.tsx:64 #: js/blocks/single-post/Controls.tsx:37 #: js/settings/services/fields.ts:19 #: languages/wptelegram-widget-js-translations.php:143 @@ -108,15 +108,15 @@ msgstr "Telegram Ajax-Feed des Channels" msgid "Author Photo" msgstr "Foto des Verfassers anzeigen" -#: js/blocks/channel-feed/Edit.tsx:73 +#: js/blocks/channel-feed/Edit.tsx:70 #: js/settings/services/fields.ts:20 #: languages/wptelegram-widget-js-translations.php:147 #: shared/widgets/Legacy.php:144 msgid "Number of Messages" msgstr "Anzahl Nachrichten anzeigen" -#: js/blocks/channel-feed/Edit.tsx:87 -#: js/blocks/channel-feed/index.tsx:11 +#: js/blocks/channel-feed/Edit.tsx:84 +#: js/blocks/channel-feed/index.tsx:13 #: languages/wptelegram-widget-js-translations.php:151 msgid "Telegram Channel Feed" msgstr "Telegram Channel Feed" @@ -170,7 +170,7 @@ msgstr "Wird geladen..." msgid "Embed" msgstr "Einbetten" -#: js/blocks/single-post/index.tsx:9 +#: js/blocks/single-post/index.tsx:10 #: languages/wptelegram-widget-js-translations.php:187 msgid "Telegram Single Post" msgstr "einzelner Telegram-Beitrag" @@ -266,6 +266,8 @@ msgid "This is the default username, you can override it in widgets and shortcod msgstr "" #: ../../packages/js/shared-ui/components/widget-info/widget-info.tsx:59 +#: js/blocks/ajax-channel-feed/Edit.tsx:62 +#: js/blocks/channel-feed/Edit.tsx:60 #: js/settings/ui/ajaxWidget/AjaxWidget.tsx:54 #: js/settings/ui/legacyWidget/LegacyWidget.tsx:40 #: languages/wptelegram-widget-js-translations.php:69 @@ -618,7 +620,7 @@ msgstr "Zeigt einen öffentlichen Telegram Channel oder Gruppen-Feed in einem Wi #. Plugin Name of the plugin #: wptelegram-widget.php -#: includes/Main.php:421 +#: includes/Main.php:422 #~ msgid "WP Telegram Widget" #~ msgstr "WP Telegram Widget" @@ -629,8 +631,8 @@ msgstr "Zeigt einen öffentlichen Telegram Channel oder Gruppen-Feed in einem Wi #~ msgid "Display the Telegram Public Channel or Group Feed in a WordPress widget or anywhere you want using a shortcode." #~ msgstr "Zeigt einen öffentlichen Telegram Channel oder Gruppen-Feed in einem Widget oder per Shortcode an beliebiger Stelle an." -#: js/blocks/single-post/Edit.tsx:145 -#: js/blocks/single-post/index.tsx:46 +#: js/blocks/single-post/Edit.tsx:148 +#: js/blocks/single-post/index.tsx:48 #: languages/wptelegram-widget-js-translations.php:178 msgid "Telegram post" msgstr "" diff --git a/plugins/wptelegram-widget/src/languages/wptelegram-widget-js-translations.php b/plugins/wptelegram-widget/src/languages/wptelegram-widget-js-translations.php index ed8d2121..3dc2f58b 100644 --- a/plugins/wptelegram-widget/src/languages/wptelegram-widget-js-translations.php +++ b/plugins/wptelegram-widget/src/languages/wptelegram-widget-js-translations.php @@ -64,6 +64,8 @@ __( 'Inside the theme templates', 'wptelegram-widget' ), // Reference: ../../packages/js/shared-ui/components/widget-info/widget-info.tsx:59 + // Reference: js/blocks/ajax-channel-feed/Edit.tsx:62 + // Reference: js/blocks/channel-feed/Edit.tsx:60 // Reference: js/settings/ui/ajaxWidget/AjaxWidget.tsx:54 // Reference: js/settings/ui/legacyWidget/LegacyWidget.tsx:40 __( 'or', 'wptelegram-widget' ), @@ -109,23 +111,23 @@ // Reference: ../../packages/js/utilities/fields.ts:42 __( 'Changes could not be saved.', 'wptelegram-widget' ), - // Reference: js/blocks/ajax-channel-feed/Edit.tsx:38 - // Reference: js/blocks/channel-feed/Edit.tsx:55 + // Reference: js/blocks/ajax-channel-feed/Edit.tsx:37 + // Reference: js/blocks/channel-feed/Edit.tsx:54 __( 'Widget Options', 'wptelegram-widget' ), - // Reference: js/blocks/ajax-channel-feed/Edit.tsx:41 + // Reference: js/blocks/ajax-channel-feed/Edit.tsx:40 // Reference: js/settings/services/fields.ts:16 __( 'Username', 'wptelegram-widget' ), - // Reference: js/blocks/ajax-channel-feed/Edit.tsx:46 + // Reference: js/blocks/ajax-channel-feed/Edit.tsx:45 // Reference: js/settings/ui/ajaxWidget/AjaxWidget.tsx:26 __( 'Channel username.', 'wptelegram-widget' ), - // Reference: js/blocks/ajax-channel-feed/Edit.tsx:47 + // Reference: js/blocks/ajax-channel-feed/Edit.tsx:46 __( 'Leave empty for default.', 'wptelegram-widget' ), - // Reference: js/blocks/ajax-channel-feed/Edit.tsx:53 - // Reference: js/blocks/channel-feed/Edit.tsx:58 + // Reference: js/blocks/ajax-channel-feed/Edit.tsx:52 + // Reference: js/blocks/channel-feed/Edit.tsx:57 // Reference: js/settings/services/fields.ts:17 __( 'Widget Width', 'wptelegram-widget' ), @@ -133,21 +135,21 @@ // Reference: js/settings/services/fields.ts:18 __( 'Widget Height', 'wptelegram-widget' ), - // Reference: js/blocks/ajax-channel-feed/Edit.tsx:70 - // Reference: js/blocks/ajax-channel-feed/index.tsx:12 + // Reference: js/blocks/ajax-channel-feed/Edit.tsx:71 + // Reference: js/blocks/ajax-channel-feed/index.tsx:14 __( 'Telegram Channel Ajax Feed', 'wptelegram-widget' ), - // Reference: js/blocks/channel-feed/Edit.tsx:67 + // Reference: js/blocks/channel-feed/Edit.tsx:64 // Reference: js/blocks/single-post/Controls.tsx:37 // Reference: js/settings/services/fields.ts:19 __( 'Author Photo', 'wptelegram-widget' ), - // Reference: js/blocks/channel-feed/Edit.tsx:73 + // Reference: js/blocks/channel-feed/Edit.tsx:70 // Reference: js/settings/services/fields.ts:20 __( 'Number of Messages', 'wptelegram-widget' ), - // Reference: js/blocks/channel-feed/Edit.tsx:87 - // Reference: js/blocks/channel-feed/index.tsx:11 + // Reference: js/blocks/channel-feed/Edit.tsx:84 + // Reference: js/blocks/channel-feed/index.tsx:13 __( 'Telegram Channel Feed', 'wptelegram-widget' ), // Reference: js/blocks/join-channel/Controls.tsx:53 @@ -173,8 +175,8 @@ // Reference: js/blocks/single-post/Edit.tsx:131 __( 'Loading…', 'wptelegram-widget' ), - // Reference: js/blocks/single-post/Edit.tsx:145 - // Reference: js/blocks/single-post/index.tsx:46 + // Reference: js/blocks/single-post/Edit.tsx:148 + // Reference: js/blocks/single-post/index.tsx:48 __( 'Telegram post', 'wptelegram-widget' ), // Reference: js/blocks/single-post/Edit.tsx:27 @@ -183,7 +185,7 @@ // Reference: js/blocks/single-post/Placeholder.tsx:40 __( 'Embed', 'wptelegram-widget' ), - // Reference: js/blocks/single-post/index.tsx:9 + // Reference: js/blocks/single-post/index.tsx:10 __( 'Telegram Single Post', 'wptelegram-widget' ), // Reference: js/settings/services/fields.ts:13 diff --git a/plugins/wptelegram-widget/src/languages/wptelegram-widget-ru_RU.po b/plugins/wptelegram-widget/src/languages/wptelegram-widget-ru_RU.po index 1cc59c4b..233ca94d 100644 --- a/plugins/wptelegram-widget/src/languages/wptelegram-widget-ru_RU.po +++ b/plugins/wptelegram-widget/src/languages/wptelegram-widget-ru_RU.po @@ -53,34 +53,34 @@ msgstr "" msgid "Please contact your hosting provider to ensure the above requirements are met." msgstr "" -#: js/blocks/ajax-channel-feed/Edit.tsx:38 -#: js/blocks/channel-feed/Edit.tsx:55 +#: js/blocks/ajax-channel-feed/Edit.tsx:37 +#: js/blocks/channel-feed/Edit.tsx:54 #: languages/wptelegram-widget-js-translations.php:114 msgid "Widget Options" msgstr "Опции виджета" -#: js/blocks/ajax-channel-feed/Edit.tsx:41 +#: js/blocks/ajax-channel-feed/Edit.tsx:40 #: js/settings/services/fields.ts:16 #: languages/wptelegram-widget-js-translations.php:118 #: shared/widgets/Ajax.php:127 msgid "Username" msgstr "" -#: js/blocks/ajax-channel-feed/Edit.tsx:46 +#: js/blocks/ajax-channel-feed/Edit.tsx:45 #: js/settings/ui/ajaxWidget/AjaxWidget.tsx:26 #: languages/wptelegram-widget-js-translations.php:122 #: shared/widgets/Ajax.php:129 msgid "Channel username." msgstr "" -#: js/blocks/ajax-channel-feed/Edit.tsx:47 +#: js/blocks/ajax-channel-feed/Edit.tsx:46 #: languages/wptelegram-widget-js-translations.php:125 #: shared/widgets/Ajax.php:129 msgid "Leave empty for default." msgstr "" -#: js/blocks/ajax-channel-feed/Edit.tsx:53 -#: js/blocks/channel-feed/Edit.tsx:58 +#: js/blocks/ajax-channel-feed/Edit.tsx:52 +#: js/blocks/channel-feed/Edit.tsx:57 #: js/settings/services/fields.ts:17 #: languages/wptelegram-widget-js-translations.php:130 #: shared/widgets/Ajax.php:133 @@ -95,13 +95,13 @@ msgstr "Ширина виджета" msgid "Widget Height" msgstr "" -#: js/blocks/ajax-channel-feed/Edit.tsx:70 -#: js/blocks/ajax-channel-feed/index.tsx:12 +#: js/blocks/ajax-channel-feed/Edit.tsx:71 +#: js/blocks/ajax-channel-feed/index.tsx:14 #: languages/wptelegram-widget-js-translations.php:138 msgid "Telegram Channel Ajax Feed" msgstr "" -#: js/blocks/channel-feed/Edit.tsx:67 +#: js/blocks/channel-feed/Edit.tsx:64 #: js/blocks/single-post/Controls.tsx:37 #: js/settings/services/fields.ts:19 #: languages/wptelegram-widget-js-translations.php:143 @@ -109,15 +109,15 @@ msgstr "" msgid "Author Photo" msgstr "Фото автора" -#: js/blocks/channel-feed/Edit.tsx:73 +#: js/blocks/channel-feed/Edit.tsx:70 #: js/settings/services/fields.ts:20 #: languages/wptelegram-widget-js-translations.php:147 #: shared/widgets/Legacy.php:144 msgid "Number of Messages" msgstr "Номер сообщения" -#: js/blocks/channel-feed/Edit.tsx:87 -#: js/blocks/channel-feed/index.tsx:11 +#: js/blocks/channel-feed/Edit.tsx:84 +#: js/blocks/channel-feed/index.tsx:13 #: languages/wptelegram-widget-js-translations.php:151 msgid "Telegram Channel Feed" msgstr "" @@ -171,7 +171,7 @@ msgstr "" msgid "Embed" msgstr "" -#: js/blocks/single-post/index.tsx:9 +#: js/blocks/single-post/index.tsx:10 #: languages/wptelegram-widget-js-translations.php:187 msgid "Telegram Single Post" msgstr "" @@ -267,6 +267,8 @@ msgid "This is the default username, you can override it in widgets and shortcod msgstr "" #: ../../packages/js/shared-ui/components/widget-info/widget-info.tsx:59 +#: js/blocks/ajax-channel-feed/Edit.tsx:62 +#: js/blocks/channel-feed/Edit.tsx:60 #: js/settings/ui/ajaxWidget/AjaxWidget.tsx:54 #: js/settings/ui/legacyWidget/LegacyWidget.tsx:40 #: languages/wptelegram-widget-js-translations.php:69 @@ -617,8 +619,8 @@ msgstr "" msgid "Display the Telegram Public Channel or Group Feed in a widget" msgstr "Отображать Telegram канал или Чат в виджете." -#: js/blocks/single-post/Edit.tsx:145 -#: js/blocks/single-post/index.tsx:46 +#: js/blocks/single-post/Edit.tsx:148 +#: js/blocks/single-post/index.tsx:48 #: languages/wptelegram-widget-js-translations.php:178 msgid "Telegram post" msgstr "" @@ -632,7 +634,7 @@ msgstr "" #. Plugin Name of the plugin #: wptelegram-widget.php -#: includes/Main.php:421 +#: includes/Main.php:422 msgid "WP Telegram Widget" msgstr "" diff --git a/plugins/wptelegram-widget/src/languages/wptelegram-widget.pot b/plugins/wptelegram-widget/src/languages/wptelegram-widget.pot index ae4f64d8..6672fd04 100644 --- a/plugins/wptelegram-widget/src/languages/wptelegram-widget.pot +++ b/plugins/wptelegram-widget/src/languages/wptelegram-widget.pot @@ -2,14 +2,14 @@ # This file is distributed under the GPL-2.0+. msgid "" msgstr "" -"Project-Id-Version: WP Telegram Widget 2.2.3\n" +"Project-Id-Version: WP Telegram Widget 2.2.4\n" "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/wptelegram-widget\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"POT-Creation-Date: 2024-10-26T13:10:27+00:00\n" +"POT-Creation-Date: 2024-11-14T16:35:26+00:00\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "X-Generator: WP-CLI 2.11.0\n" "language: en_US\n" @@ -125,6 +125,8 @@ msgid "Inside the theme templates" msgstr "" #: ../../packages/js/shared-ui/components/widget-info/widget-info.tsx:59 +#: js/blocks/ajax-channel-feed/Edit.tsx:62 +#: js/blocks/channel-feed/Edit.tsx:60 #: js/settings/ui/ajaxWidget/AjaxWidget.tsx:54 #: js/settings/ui/legacyWidget/LegacyWidget.tsx:40 #: languages/wptelegram-widget-js-translations.php:69 @@ -199,34 +201,34 @@ msgstr "" msgid "Changes could not be saved." msgstr "" -#: js/blocks/ajax-channel-feed/Edit.tsx:38 -#: js/blocks/channel-feed/Edit.tsx:55 +#: js/blocks/ajax-channel-feed/Edit.tsx:37 +#: js/blocks/channel-feed/Edit.tsx:54 #: languages/wptelegram-widget-js-translations.php:114 msgid "Widget Options" msgstr "" -#: js/blocks/ajax-channel-feed/Edit.tsx:41 +#: js/blocks/ajax-channel-feed/Edit.tsx:40 #: js/settings/services/fields.ts:16 #: languages/wptelegram-widget-js-translations.php:118 #: shared/widgets/Ajax.php:127 msgid "Username" msgstr "" -#: js/blocks/ajax-channel-feed/Edit.tsx:46 +#: js/blocks/ajax-channel-feed/Edit.tsx:45 #: js/settings/ui/ajaxWidget/AjaxWidget.tsx:26 #: languages/wptelegram-widget-js-translations.php:122 #: shared/widgets/Ajax.php:129 msgid "Channel username." msgstr "" -#: js/blocks/ajax-channel-feed/Edit.tsx:47 +#: js/blocks/ajax-channel-feed/Edit.tsx:46 #: languages/wptelegram-widget-js-translations.php:125 #: shared/widgets/Ajax.php:129 msgid "Leave empty for default." msgstr "" -#: js/blocks/ajax-channel-feed/Edit.tsx:53 -#: js/blocks/channel-feed/Edit.tsx:58 +#: js/blocks/ajax-channel-feed/Edit.tsx:52 +#: js/blocks/channel-feed/Edit.tsx:57 #: js/settings/services/fields.ts:17 #: languages/wptelegram-widget-js-translations.php:130 #: shared/widgets/Ajax.php:133 @@ -241,13 +243,13 @@ msgstr "" msgid "Widget Height" msgstr "" -#: js/blocks/ajax-channel-feed/Edit.tsx:70 -#: js/blocks/ajax-channel-feed/index.tsx:12 +#: js/blocks/ajax-channel-feed/Edit.tsx:71 +#: js/blocks/ajax-channel-feed/index.tsx:14 #: languages/wptelegram-widget-js-translations.php:138 msgid "Telegram Channel Ajax Feed" msgstr "" -#: js/blocks/channel-feed/Edit.tsx:67 +#: js/blocks/channel-feed/Edit.tsx:64 #: js/blocks/single-post/Controls.tsx:37 #: js/settings/services/fields.ts:19 #: languages/wptelegram-widget-js-translations.php:143 @@ -255,15 +257,15 @@ msgstr "" msgid "Author Photo" msgstr "" -#: js/blocks/channel-feed/Edit.tsx:73 +#: js/blocks/channel-feed/Edit.tsx:70 #: js/settings/services/fields.ts:20 #: languages/wptelegram-widget-js-translations.php:147 #: shared/widgets/Legacy.php:144 msgid "Number of Messages" msgstr "" -#: js/blocks/channel-feed/Edit.tsx:87 -#: js/blocks/channel-feed/index.tsx:11 +#: js/blocks/channel-feed/Edit.tsx:84 +#: js/blocks/channel-feed/index.tsx:13 #: languages/wptelegram-widget-js-translations.php:151 msgid "Telegram Channel Feed" msgstr "" @@ -307,8 +309,8 @@ msgstr "" msgid "Loading…" msgstr "" -#: js/blocks/single-post/Edit.tsx:145 -#: js/blocks/single-post/index.tsx:46 +#: js/blocks/single-post/Edit.tsx:148 +#: js/blocks/single-post/index.tsx:48 #: languages/wptelegram-widget-js-translations.php:178 msgid "Telegram post" msgstr "" @@ -323,7 +325,7 @@ msgstr "" msgid "Embed" msgstr "" -#: js/blocks/single-post/index.tsx:9 +#: js/blocks/single-post/index.tsx:10 #: languages/wptelegram-widget-js-translations.php:187 msgid "Telegram Single Post" msgstr "" @@ -607,7 +609,7 @@ msgstr "" #. Plugin Name of the plugin #: wptelegram-widget.php -#: includes/Main.php:421 +#: includes/Main.php:422 msgid "WP Telegram Widget" msgstr "" diff --git a/plugins/wptelegram-widget/src/readme.txt b/plugins/wptelegram-widget/src/readme.txt index c6606bf8..ff5c3b2c 100644 --- a/plugins/wptelegram-widget/src/readme.txt +++ b/plugins/wptelegram-widget/src/readme.txt @@ -4,8 +4,8 @@ Donate link: https://wpsocio.com/donate Tags: telegram, feed, widget, channel, group Requires at least: 6.4 Requires PHP: 7.4 -Tested up to: 6.6.2 -Stable tag: 2.2.3 +Tested up to: 6.7 +Stable tag: 2.2.4 License: GPL-3.0-or-later License URI: https://www.gnu.org/licenses/gpl-3.0.html @@ -193,7 +193,7 @@ Automatic updates should work smoothly, but we still recommend you back up your == Changelog == -= 2.2.3 = -- Performance improvements += 2.2.4 = +- Fixed the issue of block editor Zoom out not being visible when the plugin is active [See full changelog](https://github.com/wpsocio/wptelegram-widget/blob/main/CHANGELOG.md) diff --git a/plugins/wptelegram-widget/src/wptelegram-widget.php b/plugins/wptelegram-widget/src/wptelegram-widget.php index e92573d4..6f254335 100644 --- a/plugins/wptelegram-widget/src/wptelegram-widget.php +++ b/plugins/wptelegram-widget/src/wptelegram-widget.php @@ -10,7 +10,7 @@ * Plugin Name: WP Telegram Widget * Plugin URI: https://t.me/WPTelegram * Description: Display the Telegram Public Channel or Group Feed in a WordPress widget or anywhere you want using a shortcode. - * Version: 2.2.3 + * Version: 2.2.4 * Requires at least: 6.4 * Requires PHP: 7.4 * Author: WP Socio @@ -29,7 +29,7 @@ /** * Current plugin version. */ -define( 'WPTELEGRAM_WIDGET_VER', '2.2.3' ); +define( 'WPTELEGRAM_WIDGET_VER', '2.2.4' ); defined( 'WPTELEGRAM_WIDGET_MAIN_FILE' ) || define( 'WPTELEGRAM_WIDGET_MAIN_FILE', __FILE__ ); diff --git a/plugins/wptelegram/CHANGELOG.md b/plugins/wptelegram/CHANGELOG.md index bb835fb9..a083825e 100644 --- a/plugins/wptelegram/CHANGELOG.md +++ b/plugins/wptelegram/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 4.2.5 + +### Patch Changes + +- [#202](https://github.com/wpsocio/wp-projects/pull/202) [`9464ef6`](https://github.com/wpsocio/wp-projects/commit/9464ef692f97f92f907f951ca6850936a057787e) Thanks [@irshadahmad21](https://github.com/irshadahmad21)! - Fixed chat ID validation preventing from saving changes + +- [#196](https://github.com/wpsocio/wp-projects/pull/196) [`1d41d51`](https://github.com/wpsocio/wp-projects/commit/1d41d51f207637ad62da8e09167493a538adfee7) Thanks [@irshadahmad21](https://github.com/irshadahmad21)! - Updated delay UI to show WP Cron warning as alert + ## 4.2.4 ### Patch Changes diff --git a/plugins/wptelegram/README.md b/plugins/wptelegram/README.md index 7cf5c105..0eb477a7 100644 --- a/plugins/wptelegram/README.md +++ b/plugins/wptelegram/README.md @@ -4,8 +4,8 @@ **Tags:** telegram, notifications, posts, channel, group **Requires at least:** 6.4 **Requires PHP:** 7.4 -**Tested up to:** 6.6.2 -**Stable tag:** 4.2.4 +**Tested up to:** 6.7 +**Stable tag:** 4.2.5 **License:** GPL-3.0-or-later **License URI:** [https://www.gnu.org/licenses/gpl-3.0.html](https://www.gnu.org/licenses/gpl-3.0.html) **Donate link:** [wpsocio.com/donate](https://wpsocio.com/donate) diff --git a/plugins/wptelegram/composer.json b/plugins/wptelegram/composer.json index e0493258..490fb358 100644 --- a/plugins/wptelegram/composer.json +++ b/plugins/wptelegram/composer.json @@ -1,6 +1,6 @@ { "name": "wpsocio/wptelegram", - "version": "4.2.4", + "version": "4.2.5", "description": "Integrate your WordPress site perfectly with Telegram with full control.", "scripts": { "lint": "\"vendor/bin/phpcs\" --standard=../../phpcs.xml --extensions=php src/ dev.php", diff --git a/plugins/wptelegram/package.json b/plugins/wptelegram/package.json index 65a00e2e..5faeec40 100644 --- a/plugins/wptelegram/package.json +++ b/plugins/wptelegram/package.json @@ -1,7 +1,7 @@ { "name": "wptelegram", "title": "WP Telegram", - "version": "4.2.4", + "version": "4.2.5", "description": "Integrate your WordPress site perfectly with Telegram with full control.", "private": true, "license": "GPL-3.0-or-later", @@ -76,7 +76,9 @@ ] }, { - "paths": ["src/assets/build/dev-server.json"], + "paths": [ + "src/assets/build/dev-server.json" + ], "rules": [ { "value": "NOT_EXISTS" @@ -88,15 +90,21 @@ "wireit": { "build": { "command": "vite build && pnpm run validate-build", - "output": ["src/assets/build"] + "output": [ + "src/assets/build" + ] }, "setup:php": { "command": "composer install", - "dependencies": ["unset-vendor-dir"] + "dependencies": [ + "unset-vendor-dir" + ] }, "setup:php:prod": { "command": "composer install --no-dev && pnpm run unset-vendor-dir", - "dependencies": ["set-prod-vendor"] + "dependencies": [ + "set-prod-vendor" + ] }, "set-prod-vendor": { "command": "composer config vendor-dir src/vendor" diff --git a/plugins/wptelegram/src/languages/wptelegram-ar.po b/plugins/wptelegram/src/languages/wptelegram-ar.po index babd245a..4e14495b 100644 --- a/plugins/wptelegram/src/languages/wptelegram-ar.po +++ b/plugins/wptelegram/src/languages/wptelegram-ar.po @@ -85,7 +85,7 @@ msgid "Post type" msgstr "" #: ../../packages/js/shared-ui/wptelegram/fields.ts:38 -#: ../../packages/js/shared-ui/wptelegram/proxy/proxy.tsx:43 +#: ../../packages/js/shared-ui/wptelegram/proxy/proxy.tsx:40 #: js/settings/services/fields.ts:26 #: languages/wptelegram-js-translations.php:221 msgid "Proxy Method" @@ -103,12 +103,12 @@ msgstr "" #. %s: field label #. translators: %s: field label -#: js/settings/services/fields.ts:154 +#: js/settings/services/fields.ts:169 #: languages/wptelegram-js-translations.php:559 msgid "At least one %s is required." msgstr "" -#: js/settings/services/fields.ts:121 +#: js/settings/services/fields.ts:127 #: languages/wptelegram-js-translations.php:555 msgid "channel" msgstr "" @@ -132,7 +132,7 @@ msgstr "" msgid "Private Notifications" msgstr "" -#: ../../packages/js/shared-ui/wptelegram/proxy/proxy.tsx:36 +#: ../../packages/js/shared-ui/wptelegram/proxy/proxy.tsx:38 #: js/settings/ui/TabbedSections.tsx:45 #: languages/wptelegram-js-translations.php:434 msgid "Proxy" @@ -479,18 +479,18 @@ msgstr "" msgid "Turn off to upload the files/images instead of passing the url." msgstr "" -#: ../../packages/js/shared-ui/wptelegram/delay-in-posting.tsx:24 +#: ../../packages/js/shared-ui/wptelegram/delay-in-posting.tsx:29 #: languages/wptelegram-js-translations.php:100 msgid "The delay starts after the post gets published." msgstr "" -#: ../../packages/js/shared-ui/wptelegram/delay-in-posting.tsx:36 +#: ../../packages/js/shared-ui/wptelegram/delay-in-posting.tsx:46 #: languages/wptelegram-js-translations.php:106 #: modules/p2tg/Admin.php:465 msgid "Minute(s)" msgstr "" -#: ../../packages/js/shared-ui/wptelegram/delay-in-posting.tsx:28 +#: ../../packages/js/shared-ui/wptelegram/delay-in-posting.tsx:38 #: languages/wptelegram-js-translations.php:103 msgid "WordPress cron should not be disabled!" msgstr "" @@ -835,7 +835,7 @@ msgstr "" msgid "The module will help you bypass the ban on Telegram by making use of proxy." msgstr "" -#: ../../packages/js/shared-ui/wptelegram/proxy/proxy.tsx:49 +#: ../../packages/js/shared-ui/wptelegram/proxy/proxy.tsx:46 #: languages/wptelegram-js-translations.php:437 msgid "Cloudflare worker is preferred." msgstr "" @@ -885,22 +885,22 @@ msgstr "" msgid "Rule operator" msgstr "" -#: ../../packages/js/shared-ui/wptelegram/rules/rule-set-values.tsx:120 +#: ../../packages/js/shared-ui/wptelegram/rules/rule-set-values.tsx:121 #: languages/wptelegram-js-translations.php:474 msgid "Select..." msgstr "" -#: ../../packages/js/shared-ui/wptelegram/rules/rule-set-values.tsx:19 +#: ../../packages/js/shared-ui/wptelegram/rules/rule-set-values.tsx:20 #: languages/wptelegram-js-translations.php:477 msgid "Loading..." msgstr "" -#: ../../packages/js/shared-ui/wptelegram/rules/rule-set-values.tsx:20 +#: ../../packages/js/shared-ui/wptelegram/rules/rule-set-values.tsx:21 #: languages/wptelegram-js-translations.php:480 msgid "No options available" msgstr "" -#: ../../packages/js/shared-ui/wptelegram/rules/rule-set-values.tsx:109 +#: ../../packages/js/shared-ui/wptelegram/rules/rule-set-values.tsx:110 #: languages/wptelegram-js-translations.php:471 msgid "Rule values" msgstr "" @@ -1154,7 +1154,7 @@ msgid "Changes saved successfully." msgstr "" #: ../../packages/js/utilities/fields.ts:35 -#: js/settings/services/fields.ts:140 +#: js/settings/services/fields.ts:147 #: languages/wptelegram-js-translations.php:519 msgid "Invalid %s" msgstr "" @@ -1346,7 +1346,7 @@ msgstr "" msgid "Click to copy" msgstr "" -#: js/settings/services/fields.ts:155 +#: js/settings/services/fields.ts:170 #: languages/wptelegram-js-translations.php:562 msgid "chat ID" msgstr "" @@ -1380,3 +1380,7 @@ msgstr "" #: languages/wptelegram-js-translations.php:20 msgid "Message is empty" msgstr "" + +#: ../../packages/js/shared-ui/wptelegram/delay-in-posting.tsx:34 +msgid "Warning" +msgstr "" diff --git a/plugins/wptelegram/src/languages/wptelegram-ca.po b/plugins/wptelegram/src/languages/wptelegram-ca.po index 41f82c7a..8e36db17 100644 --- a/plugins/wptelegram/src/languages/wptelegram-ca.po +++ b/plugins/wptelegram/src/languages/wptelegram-ca.po @@ -85,7 +85,7 @@ msgid "Post type" msgstr "" #: ../../packages/js/shared-ui/wptelegram/fields.ts:38 -#: ../../packages/js/shared-ui/wptelegram/proxy/proxy.tsx:43 +#: ../../packages/js/shared-ui/wptelegram/proxy/proxy.tsx:40 #: js/settings/services/fields.ts:26 #: languages/wptelegram-js-translations.php:221 msgid "Proxy Method" @@ -103,12 +103,12 @@ msgstr "" #. %s: field label #. translators: %s: field label -#: js/settings/services/fields.ts:154 +#: js/settings/services/fields.ts:169 #: languages/wptelegram-js-translations.php:559 msgid "At least one %s is required." msgstr "" -#: js/settings/services/fields.ts:121 +#: js/settings/services/fields.ts:127 #: languages/wptelegram-js-translations.php:555 msgid "channel" msgstr "" @@ -132,7 +132,7 @@ msgstr "" msgid "Private Notifications" msgstr "" -#: ../../packages/js/shared-ui/wptelegram/proxy/proxy.tsx:36 +#: ../../packages/js/shared-ui/wptelegram/proxy/proxy.tsx:38 #: js/settings/ui/TabbedSections.tsx:45 #: languages/wptelegram-js-translations.php:434 msgid "Proxy" @@ -479,18 +479,18 @@ msgstr "" msgid "Turn off to upload the files/images instead of passing the url." msgstr "" -#: ../../packages/js/shared-ui/wptelegram/delay-in-posting.tsx:24 +#: ../../packages/js/shared-ui/wptelegram/delay-in-posting.tsx:29 #: languages/wptelegram-js-translations.php:100 msgid "The delay starts after the post gets published." msgstr "" -#: ../../packages/js/shared-ui/wptelegram/delay-in-posting.tsx:36 +#: ../../packages/js/shared-ui/wptelegram/delay-in-posting.tsx:46 #: languages/wptelegram-js-translations.php:106 #: modules/p2tg/Admin.php:465 msgid "Minute(s)" msgstr "" -#: ../../packages/js/shared-ui/wptelegram/delay-in-posting.tsx:28 +#: ../../packages/js/shared-ui/wptelegram/delay-in-posting.tsx:38 #: languages/wptelegram-js-translations.php:103 msgid "WordPress cron should not be disabled!" msgstr "" @@ -835,7 +835,7 @@ msgstr "" msgid "The module will help you bypass the ban on Telegram by making use of proxy." msgstr "" -#: ../../packages/js/shared-ui/wptelegram/proxy/proxy.tsx:49 +#: ../../packages/js/shared-ui/wptelegram/proxy/proxy.tsx:46 #: languages/wptelegram-js-translations.php:437 msgid "Cloudflare worker is preferred." msgstr "" @@ -885,22 +885,22 @@ msgstr "" msgid "Rule operator" msgstr "" -#: ../../packages/js/shared-ui/wptelegram/rules/rule-set-values.tsx:120 +#: ../../packages/js/shared-ui/wptelegram/rules/rule-set-values.tsx:121 #: languages/wptelegram-js-translations.php:474 msgid "Select..." msgstr "" -#: ../../packages/js/shared-ui/wptelegram/rules/rule-set-values.tsx:19 +#: ../../packages/js/shared-ui/wptelegram/rules/rule-set-values.tsx:20 #: languages/wptelegram-js-translations.php:477 msgid "Loading..." msgstr "" -#: ../../packages/js/shared-ui/wptelegram/rules/rule-set-values.tsx:20 +#: ../../packages/js/shared-ui/wptelegram/rules/rule-set-values.tsx:21 #: languages/wptelegram-js-translations.php:480 msgid "No options available" msgstr "" -#: ../../packages/js/shared-ui/wptelegram/rules/rule-set-values.tsx:109 +#: ../../packages/js/shared-ui/wptelegram/rules/rule-set-values.tsx:110 #: languages/wptelegram-js-translations.php:471 msgid "Rule values" msgstr "" @@ -1154,7 +1154,7 @@ msgid "Changes saved successfully." msgstr "" #: ../../packages/js/utilities/fields.ts:35 -#: js/settings/services/fields.ts:140 +#: js/settings/services/fields.ts:147 #: languages/wptelegram-js-translations.php:519 msgid "Invalid %s" msgstr "" @@ -1346,7 +1346,7 @@ msgstr "" msgid "Click to copy" msgstr "" -#: js/settings/services/fields.ts:155 +#: js/settings/services/fields.ts:170 #: languages/wptelegram-js-translations.php:562 msgid "chat ID" msgstr "" @@ -1380,3 +1380,7 @@ msgstr "" #: languages/wptelegram-js-translations.php:20 msgid "Message is empty" msgstr "" + +#: ../../packages/js/shared-ui/wptelegram/delay-in-posting.tsx:34 +msgid "Warning" +msgstr "" diff --git a/plugins/wptelegram/src/languages/wptelegram-de_DE.po b/plugins/wptelegram/src/languages/wptelegram-de_DE.po index b412f6a0..bf4669e5 100644 --- a/plugins/wptelegram/src/languages/wptelegram-de_DE.po +++ b/plugins/wptelegram/src/languages/wptelegram-de_DE.po @@ -85,7 +85,7 @@ msgid "Post type" msgstr "Inhaltstyp" #: ../../packages/js/shared-ui/wptelegram/fields.ts:38 -#: ../../packages/js/shared-ui/wptelegram/proxy/proxy.tsx:43 +#: ../../packages/js/shared-ui/wptelegram/proxy/proxy.tsx:40 #: js/settings/services/fields.ts:26 #: languages/wptelegram-js-translations.php:221 msgid "Proxy Method" @@ -103,12 +103,12 @@ msgstr "Falls die Email geht an" #. %s: field label #. translators: %s: field label -#: js/settings/services/fields.ts:154 +#: js/settings/services/fields.ts:169 #: languages/wptelegram-js-translations.php:559 msgid "At least one %s is required." msgstr "Mindestens ein %s ist erforderlich." -#: js/settings/services/fields.ts:121 +#: js/settings/services/fields.ts:127 #: languages/wptelegram-js-translations.php:555 msgid "channel" msgstr "Channel" @@ -132,7 +132,7 @@ msgstr "An Telegram posten" msgid "Private Notifications" msgstr "Persönliche Benachrichtigungen" -#: ../../packages/js/shared-ui/wptelegram/proxy/proxy.tsx:36 +#: ../../packages/js/shared-ui/wptelegram/proxy/proxy.tsx:38 #: js/settings/ui/TabbedSections.tsx:45 #: languages/wptelegram-js-translations.php:434 msgid "Proxy" @@ -479,18 +479,18 @@ msgstr "Die Einstellungen in diesem Bereich sollten nicht geändert werden, sofe msgid "Turn off to upload the files/images instead of passing the url." msgstr "Deaktivieren, um die Dateien/Bilder auf dem Server zu speichern statt eine URL anzugeben." -#: ../../packages/js/shared-ui/wptelegram/delay-in-posting.tsx:24 +#: ../../packages/js/shared-ui/wptelegram/delay-in-posting.tsx:29 #: languages/wptelegram-js-translations.php:100 msgid "The delay starts after the post gets published." msgstr "Die Versandverzögerung beginnt mit dem Zeitpunkt, an dem ein Beitrag veröffentlicht wird." -#: ../../packages/js/shared-ui/wptelegram/delay-in-posting.tsx:36 +#: ../../packages/js/shared-ui/wptelegram/delay-in-posting.tsx:46 #: languages/wptelegram-js-translations.php:106 #: modules/p2tg/Admin.php:465 msgid "Minute(s)" msgstr "Minute(n)" -#: ../../packages/js/shared-ui/wptelegram/delay-in-posting.tsx:28 +#: ../../packages/js/shared-ui/wptelegram/delay-in-posting.tsx:38 #: languages/wptelegram-js-translations.php:103 msgid "WordPress cron should not be disabled!" msgstr "Wordpress Cron sollte deaktiviert werden!" @@ -834,7 +834,7 @@ msgstr "PHP Proxy" msgid "The module will help you bypass the ban on Telegram by making use of proxy." msgstr "Dieses Modul hilft, eine Telegram-Sperre zu umgehen, indem ein Proxy verwendet wird." -#: ../../packages/js/shared-ui/wptelegram/proxy/proxy.tsx:49 +#: ../../packages/js/shared-ui/wptelegram/proxy/proxy.tsx:46 #: languages/wptelegram-js-translations.php:437 msgid "Cloudflare worker is preferred." msgstr "Cloudflare Worker wird bevorzugt." @@ -884,22 +884,22 @@ msgstr "Regel-Typ" msgid "Rule operator" msgstr "Regel-Operator" -#: ../../packages/js/shared-ui/wptelegram/rules/rule-set-values.tsx:120 +#: ../../packages/js/shared-ui/wptelegram/rules/rule-set-values.tsx:121 #: languages/wptelegram-js-translations.php:474 msgid "Select..." msgstr "Wählen..." -#: ../../packages/js/shared-ui/wptelegram/rules/rule-set-values.tsx:19 +#: ../../packages/js/shared-ui/wptelegram/rules/rule-set-values.tsx:20 #: languages/wptelegram-js-translations.php:477 msgid "Loading..." msgstr "Wird geladen …" -#: ../../packages/js/shared-ui/wptelegram/rules/rule-set-values.tsx:20 +#: ../../packages/js/shared-ui/wptelegram/rules/rule-set-values.tsx:21 #: languages/wptelegram-js-translations.php:480 msgid "No options available" msgstr "Keine Optionen verfügbar" -#: ../../packages/js/shared-ui/wptelegram/rules/rule-set-values.tsx:109 +#: ../../packages/js/shared-ui/wptelegram/rules/rule-set-values.tsx:110 #: languages/wptelegram-js-translations.php:471 msgid "Rule values" msgstr "Regel-Werte" @@ -1152,7 +1152,7 @@ msgid "Changes saved successfully." msgstr "Die Änderungen wurden erfolgreich gespeichert." #: ../../packages/js/utilities/fields.ts:35 -#: js/settings/services/fields.ts:140 +#: js/settings/services/fields.ts:147 #: languages/wptelegram-js-translations.php:519 msgid "Invalid %s" msgstr "%s ungültig" @@ -1344,7 +1344,7 @@ msgstr "" msgid "Click to copy" msgstr "" -#: js/settings/services/fields.ts:155 +#: js/settings/services/fields.ts:170 #: languages/wptelegram-js-translations.php:562 msgid "chat ID" msgstr "" @@ -1378,3 +1378,7 @@ msgstr "" #: languages/wptelegram-js-translations.php:20 msgid "Message is empty" msgstr "" + +#: ../../packages/js/shared-ui/wptelegram/delay-in-posting.tsx:34 +msgid "Warning" +msgstr "" diff --git a/plugins/wptelegram/src/languages/wptelegram-es_ES.po b/plugins/wptelegram/src/languages/wptelegram-es_ES.po index 7d399e0f..a12d6bf3 100644 --- a/plugins/wptelegram/src/languages/wptelegram-es_ES.po +++ b/plugins/wptelegram/src/languages/wptelegram-es_ES.po @@ -85,7 +85,7 @@ msgid "Post type" msgstr "" #: ../../packages/js/shared-ui/wptelegram/fields.ts:38 -#: ../../packages/js/shared-ui/wptelegram/proxy/proxy.tsx:43 +#: ../../packages/js/shared-ui/wptelegram/proxy/proxy.tsx:40 #: js/settings/services/fields.ts:26 #: languages/wptelegram-js-translations.php:221 msgid "Proxy Method" @@ -103,12 +103,12 @@ msgstr "" #. %s: field label #. translators: %s: field label -#: js/settings/services/fields.ts:154 +#: js/settings/services/fields.ts:169 #: languages/wptelegram-js-translations.php:559 msgid "At least one %s is required." msgstr "" -#: js/settings/services/fields.ts:121 +#: js/settings/services/fields.ts:127 #: languages/wptelegram-js-translations.php:555 msgid "channel" msgstr "" @@ -132,7 +132,7 @@ msgstr "" msgid "Private Notifications" msgstr "" -#: ../../packages/js/shared-ui/wptelegram/proxy/proxy.tsx:36 +#: ../../packages/js/shared-ui/wptelegram/proxy/proxy.tsx:38 #: js/settings/ui/TabbedSections.tsx:45 #: languages/wptelegram-js-translations.php:434 msgid "Proxy" @@ -479,18 +479,18 @@ msgstr "" msgid "Turn off to upload the files/images instead of passing the url." msgstr "" -#: ../../packages/js/shared-ui/wptelegram/delay-in-posting.tsx:24 +#: ../../packages/js/shared-ui/wptelegram/delay-in-posting.tsx:29 #: languages/wptelegram-js-translations.php:100 msgid "The delay starts after the post gets published." msgstr "" -#: ../../packages/js/shared-ui/wptelegram/delay-in-posting.tsx:36 +#: ../../packages/js/shared-ui/wptelegram/delay-in-posting.tsx:46 #: languages/wptelegram-js-translations.php:106 #: modules/p2tg/Admin.php:465 msgid "Minute(s)" msgstr "" -#: ../../packages/js/shared-ui/wptelegram/delay-in-posting.tsx:28 +#: ../../packages/js/shared-ui/wptelegram/delay-in-posting.tsx:38 #: languages/wptelegram-js-translations.php:103 msgid "WordPress cron should not be disabled!" msgstr "" @@ -834,7 +834,7 @@ msgstr "" msgid "The module will help you bypass the ban on Telegram by making use of proxy." msgstr "" -#: ../../packages/js/shared-ui/wptelegram/proxy/proxy.tsx:49 +#: ../../packages/js/shared-ui/wptelegram/proxy/proxy.tsx:46 #: languages/wptelegram-js-translations.php:437 msgid "Cloudflare worker is preferred." msgstr "" @@ -884,22 +884,22 @@ msgstr "" msgid "Rule operator" msgstr "" -#: ../../packages/js/shared-ui/wptelegram/rules/rule-set-values.tsx:120 +#: ../../packages/js/shared-ui/wptelegram/rules/rule-set-values.tsx:121 #: languages/wptelegram-js-translations.php:474 msgid "Select..." msgstr "" -#: ../../packages/js/shared-ui/wptelegram/rules/rule-set-values.tsx:19 +#: ../../packages/js/shared-ui/wptelegram/rules/rule-set-values.tsx:20 #: languages/wptelegram-js-translations.php:477 msgid "Loading..." msgstr "" -#: ../../packages/js/shared-ui/wptelegram/rules/rule-set-values.tsx:20 +#: ../../packages/js/shared-ui/wptelegram/rules/rule-set-values.tsx:21 #: languages/wptelegram-js-translations.php:480 msgid "No options available" msgstr "" -#: ../../packages/js/shared-ui/wptelegram/rules/rule-set-values.tsx:109 +#: ../../packages/js/shared-ui/wptelegram/rules/rule-set-values.tsx:110 #: languages/wptelegram-js-translations.php:471 msgid "Rule values" msgstr "" @@ -1153,7 +1153,7 @@ msgid "Changes saved successfully." msgstr "" #: ../../packages/js/utilities/fields.ts:35 -#: js/settings/services/fields.ts:140 +#: js/settings/services/fields.ts:147 #: languages/wptelegram-js-translations.php:519 msgid "Invalid %s" msgstr "" @@ -1345,7 +1345,7 @@ msgstr "" msgid "Click to copy" msgstr "" -#: js/settings/services/fields.ts:155 +#: js/settings/services/fields.ts:170 #: languages/wptelegram-js-translations.php:562 msgid "chat ID" msgstr "" @@ -1379,3 +1379,7 @@ msgstr "" #: languages/wptelegram-js-translations.php:20 msgid "Message is empty" msgstr "" + +#: ../../packages/js/shared-ui/wptelegram/delay-in-posting.tsx:34 +msgid "Warning" +msgstr "" diff --git a/plugins/wptelegram/src/languages/wptelegram-fa_IR.po b/plugins/wptelegram/src/languages/wptelegram-fa_IR.po index c9c73d9d..8a92a8f2 100644 --- a/plugins/wptelegram/src/languages/wptelegram-fa_IR.po +++ b/plugins/wptelegram/src/languages/wptelegram-fa_IR.po @@ -86,7 +86,7 @@ msgid "Post type" msgstr "نوع نوشته" #: ../../packages/js/shared-ui/wptelegram/fields.ts:38 -#: ../../packages/js/shared-ui/wptelegram/proxy/proxy.tsx:43 +#: ../../packages/js/shared-ui/wptelegram/proxy/proxy.tsx:40 #: js/settings/services/fields.ts:26 #: languages/wptelegram-js-translations.php:221 msgid "Proxy Method" @@ -104,12 +104,12 @@ msgstr "اگر ایمیل فرستاده شود به" #. %s: field label #. translators: %s: field label -#: js/settings/services/fields.ts:154 +#: js/settings/services/fields.ts:169 #: languages/wptelegram-js-translations.php:559 msgid "At least one %s is required." msgstr "" -#: js/settings/services/fields.ts:121 +#: js/settings/services/fields.ts:127 #: languages/wptelegram-js-translations.php:555 msgid "channel" msgstr "کانال" @@ -133,7 +133,7 @@ msgstr "ارسال مطلب به تلگرام" msgid "Private Notifications" msgstr "اعلانات شخصی" -#: ../../packages/js/shared-ui/wptelegram/proxy/proxy.tsx:36 +#: ../../packages/js/shared-ui/wptelegram/proxy/proxy.tsx:38 #: js/settings/ui/TabbedSections.tsx:45 #: languages/wptelegram-js-translations.php:434 msgid "Proxy" @@ -481,18 +481,18 @@ msgstr "تنظیمات این بخش نباید تغییر داده شود مگ msgid "Turn off to upload the files/images instead of passing the url." msgstr "غیرفعال کردن بارگذاری فایل‌ها/ تصاویر به جای ارسال آدرس." -#: ../../packages/js/shared-ui/wptelegram/delay-in-posting.tsx:24 +#: ../../packages/js/shared-ui/wptelegram/delay-in-posting.tsx:29 #: languages/wptelegram-js-translations.php:100 msgid "The delay starts after the post gets published." msgstr "تاخیر بعد از منتشر شدن پست، شروع می شود." -#: ../../packages/js/shared-ui/wptelegram/delay-in-posting.tsx:36 +#: ../../packages/js/shared-ui/wptelegram/delay-in-posting.tsx:46 #: languages/wptelegram-js-translations.php:106 #: modules/p2tg/Admin.php:465 msgid "Minute(s)" msgstr "دقیقه" -#: ../../packages/js/shared-ui/wptelegram/delay-in-posting.tsx:28 +#: ../../packages/js/shared-ui/wptelegram/delay-in-posting.tsx:38 #: languages/wptelegram-js-translations.php:103 msgid "WordPress cron should not be disabled!" msgstr "در وردپرس cron نباید غیرفعال باشد!" @@ -838,7 +838,7 @@ msgstr "PHP پراکسی" msgid "The module will help you bypass the ban on Telegram by making use of proxy." msgstr "این ماژول به شما کمک می‌کند با استفاده از پراکسی از فیلترینگ تلگرام عبور کنید." -#: ../../packages/js/shared-ui/wptelegram/proxy/proxy.tsx:49 +#: ../../packages/js/shared-ui/wptelegram/proxy/proxy.tsx:46 #: languages/wptelegram-js-translations.php:437 #, fuzzy msgid "Cloudflare worker is preferred." @@ -889,22 +889,22 @@ msgstr "" msgid "Rule operator" msgstr "" -#: ../../packages/js/shared-ui/wptelegram/rules/rule-set-values.tsx:120 +#: ../../packages/js/shared-ui/wptelegram/rules/rule-set-values.tsx:121 #: languages/wptelegram-js-translations.php:474 msgid "Select..." msgstr "" -#: ../../packages/js/shared-ui/wptelegram/rules/rule-set-values.tsx:19 +#: ../../packages/js/shared-ui/wptelegram/rules/rule-set-values.tsx:20 #: languages/wptelegram-js-translations.php:477 msgid "Loading..." msgstr "" -#: ../../packages/js/shared-ui/wptelegram/rules/rule-set-values.tsx:20 +#: ../../packages/js/shared-ui/wptelegram/rules/rule-set-values.tsx:21 #: languages/wptelegram-js-translations.php:480 msgid "No options available" msgstr "" -#: ../../packages/js/shared-ui/wptelegram/rules/rule-set-values.tsx:109 +#: ../../packages/js/shared-ui/wptelegram/rules/rule-set-values.tsx:110 #: languages/wptelegram-js-translations.php:471 #, fuzzy msgid "Rule values" @@ -1160,7 +1160,7 @@ msgid "Changes saved successfully." msgstr "" #: ../../packages/js/utilities/fields.ts:35 -#: js/settings/services/fields.ts:140 +#: js/settings/services/fields.ts:147 #: languages/wptelegram-js-translations.php:519 msgid "Invalid %s" msgstr "%s نامعتبر است" @@ -1352,7 +1352,7 @@ msgstr "" msgid "Click to copy" msgstr "" -#: js/settings/services/fields.ts:155 +#: js/settings/services/fields.ts:170 #: languages/wptelegram-js-translations.php:562 msgid "chat ID" msgstr "" @@ -1386,3 +1386,7 @@ msgstr "" #: languages/wptelegram-js-translations.php:20 msgid "Message is empty" msgstr "" + +#: ../../packages/js/shared-ui/wptelegram/delay-in-posting.tsx:34 +msgid "Warning" +msgstr "" diff --git a/plugins/wptelegram/src/languages/wptelegram-id_ID.po b/plugins/wptelegram/src/languages/wptelegram-id_ID.po index 3ed8f35d..17b40395 100644 --- a/plugins/wptelegram/src/languages/wptelegram-id_ID.po +++ b/plugins/wptelegram/src/languages/wptelegram-id_ID.po @@ -85,7 +85,7 @@ msgid "Post type" msgstr "Jenis pos" #: ../../packages/js/shared-ui/wptelegram/fields.ts:38 -#: ../../packages/js/shared-ui/wptelegram/proxy/proxy.tsx:43 +#: ../../packages/js/shared-ui/wptelegram/proxy/proxy.tsx:40 #: js/settings/services/fields.ts:26 #: languages/wptelegram-js-translations.php:221 msgid "Proxy Method" @@ -103,12 +103,12 @@ msgstr "Jika Email masuk ke" #. %s: field label #. translators: %s: field label -#: js/settings/services/fields.ts:154 +#: js/settings/services/fields.ts:169 #: languages/wptelegram-js-translations.php:559 msgid "At least one %s is required." msgstr "" -#: js/settings/services/fields.ts:121 +#: js/settings/services/fields.ts:127 #: languages/wptelegram-js-translations.php:555 msgid "channel" msgstr "" @@ -132,7 +132,7 @@ msgstr "Posting ke Telegram" msgid "Private Notifications" msgstr "Notifikasi Pribadi" -#: ../../packages/js/shared-ui/wptelegram/proxy/proxy.tsx:36 +#: ../../packages/js/shared-ui/wptelegram/proxy/proxy.tsx:38 #: js/settings/ui/TabbedSections.tsx:45 #: languages/wptelegram-js-translations.php:434 msgid "Proxy" @@ -480,18 +480,18 @@ msgstr "Pengaturan di bagian ini tidak boleh diubah kecuali direkomendasikan ole msgid "Turn off to upload the files/images instead of passing the url." msgstr "Matikan untuk mengunggah file / gambar alih-alih meneruskan url." -#: ../../packages/js/shared-ui/wptelegram/delay-in-posting.tsx:24 +#: ../../packages/js/shared-ui/wptelegram/delay-in-posting.tsx:29 #: languages/wptelegram-js-translations.php:100 msgid "The delay starts after the post gets published." msgstr "Penundaan dimulai setelah posting diterbitkan." -#: ../../packages/js/shared-ui/wptelegram/delay-in-posting.tsx:36 +#: ../../packages/js/shared-ui/wptelegram/delay-in-posting.tsx:46 #: languages/wptelegram-js-translations.php:106 #: modules/p2tg/Admin.php:465 msgid "Minute(s)" msgstr "Menit" -#: ../../packages/js/shared-ui/wptelegram/delay-in-posting.tsx:28 +#: ../../packages/js/shared-ui/wptelegram/delay-in-posting.tsx:38 #: languages/wptelegram-js-translations.php:103 msgid "WordPress cron should not be disabled!" msgstr "Cron WordPress tidak boleh dinonaktifkan!" @@ -837,7 +837,7 @@ msgstr "PHP Proxy" msgid "The module will help you bypass the ban on Telegram by making use of proxy." msgstr "Modul ini akan membantu Anda melewati larangan Telegram dengan memanfaatkan proxy." -#: ../../packages/js/shared-ui/wptelegram/proxy/proxy.tsx:49 +#: ../../packages/js/shared-ui/wptelegram/proxy/proxy.tsx:46 #: languages/wptelegram-js-translations.php:437 #, fuzzy msgid "Cloudflare worker is preferred." @@ -888,22 +888,22 @@ msgstr "" msgid "Rule operator" msgstr "" -#: ../../packages/js/shared-ui/wptelegram/rules/rule-set-values.tsx:120 +#: ../../packages/js/shared-ui/wptelegram/rules/rule-set-values.tsx:121 #: languages/wptelegram-js-translations.php:474 msgid "Select..." msgstr "" -#: ../../packages/js/shared-ui/wptelegram/rules/rule-set-values.tsx:19 +#: ../../packages/js/shared-ui/wptelegram/rules/rule-set-values.tsx:20 #: languages/wptelegram-js-translations.php:477 msgid "Loading..." msgstr "" -#: ../../packages/js/shared-ui/wptelegram/rules/rule-set-values.tsx:20 +#: ../../packages/js/shared-ui/wptelegram/rules/rule-set-values.tsx:21 #: languages/wptelegram-js-translations.php:480 msgid "No options available" msgstr "" -#: ../../packages/js/shared-ui/wptelegram/rules/rule-set-values.tsx:109 +#: ../../packages/js/shared-ui/wptelegram/rules/rule-set-values.tsx:110 #: languages/wptelegram-js-translations.php:471 #, fuzzy msgid "Rule values" @@ -1159,7 +1159,7 @@ msgid "Changes saved successfully." msgstr "" #: ../../packages/js/utilities/fields.ts:35 -#: js/settings/services/fields.ts:140 +#: js/settings/services/fields.ts:147 #: languages/wptelegram-js-translations.php:519 msgid "Invalid %s" msgstr "%s Tidak valid" @@ -1351,7 +1351,7 @@ msgstr "" msgid "Click to copy" msgstr "" -#: js/settings/services/fields.ts:155 +#: js/settings/services/fields.ts:170 #: languages/wptelegram-js-translations.php:562 msgid "chat ID" msgstr "" @@ -1385,3 +1385,7 @@ msgstr "" #: languages/wptelegram-js-translations.php:20 msgid "Message is empty" msgstr "" + +#: ../../packages/js/shared-ui/wptelegram/delay-in-posting.tsx:34 +msgid "Warning" +msgstr "" diff --git a/plugins/wptelegram/src/languages/wptelegram-it_IT.po b/plugins/wptelegram/src/languages/wptelegram-it_IT.po index 13c6a94b..7c14ca24 100644 --- a/plugins/wptelegram/src/languages/wptelegram-it_IT.po +++ b/plugins/wptelegram/src/languages/wptelegram-it_IT.po @@ -85,7 +85,7 @@ msgid "Post type" msgstr "Tipo di articolo" #: ../../packages/js/shared-ui/wptelegram/fields.ts:38 -#: ../../packages/js/shared-ui/wptelegram/proxy/proxy.tsx:43 +#: ../../packages/js/shared-ui/wptelegram/proxy/proxy.tsx:40 #: js/settings/services/fields.ts:26 #: languages/wptelegram-js-translations.php:221 msgid "Proxy Method" @@ -103,12 +103,12 @@ msgstr "Se l'email va a" #. %s: field label #. translators: %s: field label -#: js/settings/services/fields.ts:154 +#: js/settings/services/fields.ts:169 #: languages/wptelegram-js-translations.php:559 msgid "At least one %s is required." msgstr "Almeno un(a) %s è richiesto(a)." -#: js/settings/services/fields.ts:121 +#: js/settings/services/fields.ts:127 #: languages/wptelegram-js-translations.php:555 msgid "channel" msgstr "canali" @@ -132,7 +132,7 @@ msgstr "Invia a Telegram" msgid "Private Notifications" msgstr "Avviso privato" -#: ../../packages/js/shared-ui/wptelegram/proxy/proxy.tsx:36 +#: ../../packages/js/shared-ui/wptelegram/proxy/proxy.tsx:38 #: js/settings/ui/TabbedSections.tsx:45 #: languages/wptelegram-js-translations.php:434 msgid "Proxy" @@ -479,18 +479,18 @@ msgstr "Le impostazioni in questa sezione non dovrebbero essere cambiate a meno msgid "Turn off to upload the files/images instead of passing the url." msgstr "Disattiva per caricare files/immagini invece che inviare l'URL." -#: ../../packages/js/shared-ui/wptelegram/delay-in-posting.tsx:24 +#: ../../packages/js/shared-ui/wptelegram/delay-in-posting.tsx:29 #: languages/wptelegram-js-translations.php:100 msgid "The delay starts after the post gets published." msgstr "Il ritardo inizia dopo che l'articolo è stato pubblicato." -#: ../../packages/js/shared-ui/wptelegram/delay-in-posting.tsx:36 +#: ../../packages/js/shared-ui/wptelegram/delay-in-posting.tsx:46 #: languages/wptelegram-js-translations.php:106 #: modules/p2tg/Admin.php:465 msgid "Minute(s)" msgstr "Minuto(i)" -#: ../../packages/js/shared-ui/wptelegram/delay-in-posting.tsx:28 +#: ../../packages/js/shared-ui/wptelegram/delay-in-posting.tsx:38 #: languages/wptelegram-js-translations.php:103 msgid "WordPress cron should not be disabled!" msgstr "Il cron di Wordpres non deve essere disabilitato!" @@ -836,7 +836,7 @@ msgstr "PHP Proxy" msgid "The module will help you bypass the ban on Telegram by making use of proxy." msgstr "Il modulo ti aiuterà a superare i divieti su Telegram utilizzando il proxy." -#: ../../packages/js/shared-ui/wptelegram/proxy/proxy.tsx:49 +#: ../../packages/js/shared-ui/wptelegram/proxy/proxy.tsx:46 #: languages/wptelegram-js-translations.php:437 #, fuzzy msgid "Cloudflare worker is preferred." @@ -887,22 +887,22 @@ msgstr "" msgid "Rule operator" msgstr "" -#: ../../packages/js/shared-ui/wptelegram/rules/rule-set-values.tsx:120 +#: ../../packages/js/shared-ui/wptelegram/rules/rule-set-values.tsx:121 #: languages/wptelegram-js-translations.php:474 msgid "Select..." msgstr "Seleziona..." -#: ../../packages/js/shared-ui/wptelegram/rules/rule-set-values.tsx:19 +#: ../../packages/js/shared-ui/wptelegram/rules/rule-set-values.tsx:20 #: languages/wptelegram-js-translations.php:477 msgid "Loading..." msgstr "Caricamento..." -#: ../../packages/js/shared-ui/wptelegram/rules/rule-set-values.tsx:20 +#: ../../packages/js/shared-ui/wptelegram/rules/rule-set-values.tsx:21 #: languages/wptelegram-js-translations.php:480 msgid "No options available" msgstr "Non ci sono opzioni" -#: ../../packages/js/shared-ui/wptelegram/rules/rule-set-values.tsx:109 +#: ../../packages/js/shared-ui/wptelegram/rules/rule-set-values.tsx:110 #: languages/wptelegram-js-translations.php:471 #, fuzzy msgid "Rule values" @@ -1158,7 +1158,7 @@ msgid "Changes saved successfully." msgstr "Modifiche salvate." #: ../../packages/js/utilities/fields.ts:35 -#: js/settings/services/fields.ts:140 +#: js/settings/services/fields.ts:147 #: languages/wptelegram-js-translations.php:519 msgid "Invalid %s" msgstr "Invalido %s" @@ -1350,7 +1350,7 @@ msgstr "" msgid "Click to copy" msgstr "" -#: js/settings/services/fields.ts:155 +#: js/settings/services/fields.ts:170 #: languages/wptelegram-js-translations.php:562 msgid "chat ID" msgstr "" @@ -1384,3 +1384,7 @@ msgstr "" #: languages/wptelegram-js-translations.php:20 msgid "Message is empty" msgstr "" + +#: ../../packages/js/shared-ui/wptelegram/delay-in-posting.tsx:34 +msgid "Warning" +msgstr "" diff --git a/plugins/wptelegram/src/languages/wptelegram-js-translations.php b/plugins/wptelegram/src/languages/wptelegram-js-translations.php index ecc636da..1432f8f9 100644 --- a/plugins/wptelegram/src/languages/wptelegram-js-translations.php +++ b/plugins/wptelegram/src/languages/wptelegram-js-translations.php @@ -96,13 +96,16 @@ // Reference: ../../packages/js/shared-ui/wptelegram/channels-field.tsx:71 __( 'Add channel', 'wptelegram' ), - // Reference: ../../packages/js/shared-ui/wptelegram/delay-in-posting.tsx:24 + // Reference: ../../packages/js/shared-ui/wptelegram/delay-in-posting.tsx:29 __( 'The delay starts after the post gets published.', 'wptelegram' ), - // Reference: ../../packages/js/shared-ui/wptelegram/delay-in-posting.tsx:28 + // Reference: ../../packages/js/shared-ui/wptelegram/delay-in-posting.tsx:34 + __( 'Warning', 'wptelegram' ), + + // Reference: ../../packages/js/shared-ui/wptelegram/delay-in-posting.tsx:38 __( 'WordPress cron should not be disabled!', 'wptelegram' ), - // Reference: ../../packages/js/shared-ui/wptelegram/delay-in-posting.tsx:36 + // Reference: ../../packages/js/shared-ui/wptelegram/delay-in-posting.tsx:46 __( 'Minute(s)', 'wptelegram' ), // Reference: ../../packages/js/shared-ui/wptelegram/disable-notification.tsx:18 @@ -216,7 +219,7 @@ __( 'Proxy Host', 'wptelegram' ), // Reference: ../../packages/js/shared-ui/wptelegram/fields.ts:38 - // Reference: ../../packages/js/shared-ui/wptelegram/proxy/proxy.tsx:43 + // Reference: ../../packages/js/shared-ui/wptelegram/proxy/proxy.tsx:40 // Reference: js/settings/services/fields.ts:26 __( 'Proxy Method', 'wptelegram' ), @@ -429,11 +432,11 @@ // Reference: ../../packages/js/shared-ui/wptelegram/proxy/proxy.tsx:26 __( 'PHP Proxy', 'wptelegram' ), - // Reference: ../../packages/js/shared-ui/wptelegram/proxy/proxy.tsx:36 + // Reference: ../../packages/js/shared-ui/wptelegram/proxy/proxy.tsx:38 // Reference: js/settings/ui/TabbedSections.tsx:45 __( 'Proxy', 'wptelegram' ), - // Reference: ../../packages/js/shared-ui/wptelegram/proxy/proxy.tsx:49 + // Reference: ../../packages/js/shared-ui/wptelegram/proxy/proxy.tsx:46 __( 'Cloudflare worker is preferred.', 'wptelegram' ), // Reference: ../../packages/js/shared-ui/wptelegram/rules/add-rule-group.tsx:13 @@ -467,16 +470,16 @@ // Reference: ../../packages/js/shared-ui/wptelegram/rules/rule-set-fields.tsx:57 __( 'Rule operator', 'wptelegram' ), - // Reference: ../../packages/js/shared-ui/wptelegram/rules/rule-set-values.tsx:109 + // Reference: ../../packages/js/shared-ui/wptelegram/rules/rule-set-values.tsx:110 __( 'Rule values', 'wptelegram' ), - // Reference: ../../packages/js/shared-ui/wptelegram/rules/rule-set-values.tsx:120 + // Reference: ../../packages/js/shared-ui/wptelegram/rules/rule-set-values.tsx:121 __( 'Select...', 'wptelegram' ), - // Reference: ../../packages/js/shared-ui/wptelegram/rules/rule-set-values.tsx:19 + // Reference: ../../packages/js/shared-ui/wptelegram/rules/rule-set-values.tsx:20 __( 'Loading...', 'wptelegram' ), - // Reference: ../../packages/js/shared-ui/wptelegram/rules/rule-set-values.tsx:20 + // Reference: ../../packages/js/shared-ui/wptelegram/rules/rule-set-values.tsx:21 __( 'No options available', 'wptelegram' ), // Reference: ../../packages/js/shared-ui/wptelegram/single-message.tsx:100 @@ -515,7 +518,7 @@ __( 'profile', 'wptelegram' ), // Reference: ../../packages/js/utilities/fields.ts:35 - // Reference: js/settings/services/fields.ts:140 + // Reference: js/settings/services/fields.ts:147 __( 'Invalid %s', 'wptelegram' ), // Reference: ../../packages/js/utilities/fields.ts:39 @@ -551,14 +554,14 @@ // Reference: js/p2tg-block-editor/SendToTelegram.tsx:36 __( 'Send to Telegram', 'wptelegram' ), - // Reference: js/settings/services/fields.ts:121 + // Reference: js/settings/services/fields.ts:127 __( 'channel', 'wptelegram' ), - // Reference: js/settings/services/fields.ts:154 + // Reference: js/settings/services/fields.ts:169 /* translators: %s: field label */ __( 'At least one %s is required.', 'wptelegram' ), - // Reference: js/settings/services/fields.ts:155 + // Reference: js/settings/services/fields.ts:170 __( 'chat ID', 'wptelegram' ), // Reference: js/settings/services/fields.ts:21 diff --git a/plugins/wptelegram/src/languages/wptelegram-pl_PL.po b/plugins/wptelegram/src/languages/wptelegram-pl_PL.po index 24165c92..6582e210 100644 --- a/plugins/wptelegram/src/languages/wptelegram-pl_PL.po +++ b/plugins/wptelegram/src/languages/wptelegram-pl_PL.po @@ -88,7 +88,7 @@ msgid "Post type" msgstr "Typ postu" #: ../../packages/js/shared-ui/wptelegram/fields.ts:38 -#: ../../packages/js/shared-ui/wptelegram/proxy/proxy.tsx:43 +#: ../../packages/js/shared-ui/wptelegram/proxy/proxy.tsx:40 #: js/settings/services/fields.ts:26 #: languages/wptelegram-js-translations.php:221 msgid "Proxy Method" @@ -106,12 +106,12 @@ msgstr "Jeśli e-mail trafi do" #. %s: field label #. translators: %s: field label -#: js/settings/services/fields.ts:154 +#: js/settings/services/fields.ts:169 #: languages/wptelegram-js-translations.php:559 msgid "At least one %s is required." msgstr "" -#: js/settings/services/fields.ts:121 +#: js/settings/services/fields.ts:127 #: languages/wptelegram-js-translations.php:555 msgid "channel" msgstr "Kanał" @@ -135,7 +135,7 @@ msgstr "Wyślij do Telegrama" msgid "Private Notifications" msgstr "Prywatne powiadomienia" -#: ../../packages/js/shared-ui/wptelegram/proxy/proxy.tsx:36 +#: ../../packages/js/shared-ui/wptelegram/proxy/proxy.tsx:38 #: js/settings/ui/TabbedSections.tsx:45 #: languages/wptelegram-js-translations.php:434 msgid "Proxy" @@ -483,18 +483,18 @@ msgstr "Ustawień w tej sekcji nie należy zmieniać, chyba że jest to zalecane msgid "Turn off to upload the files/images instead of passing the url." msgstr "Wyłącz, aby przesłać pliki/obrazy, zamiast przekazywać adres URL." -#: ../../packages/js/shared-ui/wptelegram/delay-in-posting.tsx:24 +#: ../../packages/js/shared-ui/wptelegram/delay-in-posting.tsx:29 #: languages/wptelegram-js-translations.php:100 msgid "The delay starts after the post gets published." msgstr "Opóźnienie rozpoczyna się po opublikowaniu posta." -#: ../../packages/js/shared-ui/wptelegram/delay-in-posting.tsx:36 +#: ../../packages/js/shared-ui/wptelegram/delay-in-posting.tsx:46 #: languages/wptelegram-js-translations.php:106 #: modules/p2tg/Admin.php:465 msgid "Minute(s)" msgstr "Min." -#: ../../packages/js/shared-ui/wptelegram/delay-in-posting.tsx:28 +#: ../../packages/js/shared-ui/wptelegram/delay-in-posting.tsx:38 #: languages/wptelegram-js-translations.php:103 msgid "WordPress cron should not be disabled!" msgstr "Cron WordPress nie powinien być wyłączony!" @@ -840,7 +840,7 @@ msgstr "PHP Proxy" msgid "The module will help you bypass the ban on Telegram by making use of proxy." msgstr "Moduł pomoże Ci ominąć blokowanie Telegrama, korzystając z serwera proxy." -#: ../../packages/js/shared-ui/wptelegram/proxy/proxy.tsx:49 +#: ../../packages/js/shared-ui/wptelegram/proxy/proxy.tsx:46 #: languages/wptelegram-js-translations.php:437 #, fuzzy msgid "Cloudflare worker is preferred." @@ -891,22 +891,22 @@ msgstr "" msgid "Rule operator" msgstr "" -#: ../../packages/js/shared-ui/wptelegram/rules/rule-set-values.tsx:120 +#: ../../packages/js/shared-ui/wptelegram/rules/rule-set-values.tsx:121 #: languages/wptelegram-js-translations.php:474 msgid "Select..." msgstr "" -#: ../../packages/js/shared-ui/wptelegram/rules/rule-set-values.tsx:19 +#: ../../packages/js/shared-ui/wptelegram/rules/rule-set-values.tsx:20 #: languages/wptelegram-js-translations.php:477 msgid "Loading..." msgstr "" -#: ../../packages/js/shared-ui/wptelegram/rules/rule-set-values.tsx:20 +#: ../../packages/js/shared-ui/wptelegram/rules/rule-set-values.tsx:21 #: languages/wptelegram-js-translations.php:480 msgid "No options available" msgstr "" -#: ../../packages/js/shared-ui/wptelegram/rules/rule-set-values.tsx:109 +#: ../../packages/js/shared-ui/wptelegram/rules/rule-set-values.tsx:110 #: languages/wptelegram-js-translations.php:471 #, fuzzy msgid "Rule values" @@ -1162,7 +1162,7 @@ msgid "Changes saved successfully." msgstr "" #: ../../packages/js/utilities/fields.ts:35 -#: js/settings/services/fields.ts:140 +#: js/settings/services/fields.ts:147 #: languages/wptelegram-js-translations.php:519 msgid "Invalid %s" msgstr "Nieprawidłowy %s" @@ -1354,7 +1354,7 @@ msgstr "" msgid "Click to copy" msgstr "" -#: js/settings/services/fields.ts:155 +#: js/settings/services/fields.ts:170 #: languages/wptelegram-js-translations.php:562 msgid "chat ID" msgstr "" @@ -1388,3 +1388,7 @@ msgstr "" #: languages/wptelegram-js-translations.php:20 msgid "Message is empty" msgstr "" + +#: ../../packages/js/shared-ui/wptelegram/delay-in-posting.tsx:34 +msgid "Warning" +msgstr "" diff --git a/plugins/wptelegram/src/languages/wptelegram-pt_BR.po b/plugins/wptelegram/src/languages/wptelegram-pt_BR.po index 9a7c84f6..b6872fbb 100644 --- a/plugins/wptelegram/src/languages/wptelegram-pt_BR.po +++ b/plugins/wptelegram/src/languages/wptelegram-pt_BR.po @@ -85,7 +85,7 @@ msgid "Post type" msgstr "" #: ../../packages/js/shared-ui/wptelegram/fields.ts:38 -#: ../../packages/js/shared-ui/wptelegram/proxy/proxy.tsx:43 +#: ../../packages/js/shared-ui/wptelegram/proxy/proxy.tsx:40 #: js/settings/services/fields.ts:26 #: languages/wptelegram-js-translations.php:221 msgid "Proxy Method" @@ -103,12 +103,12 @@ msgstr "" #. %s: field label #. translators: %s: field label -#: js/settings/services/fields.ts:154 +#: js/settings/services/fields.ts:169 #: languages/wptelegram-js-translations.php:559 msgid "At least one %s is required." msgstr "" -#: js/settings/services/fields.ts:121 +#: js/settings/services/fields.ts:127 #: languages/wptelegram-js-translations.php:555 msgid "channel" msgstr "" @@ -132,7 +132,7 @@ msgstr "" msgid "Private Notifications" msgstr "" -#: ../../packages/js/shared-ui/wptelegram/proxy/proxy.tsx:36 +#: ../../packages/js/shared-ui/wptelegram/proxy/proxy.tsx:38 #: js/settings/ui/TabbedSections.tsx:45 #: languages/wptelegram-js-translations.php:434 msgid "Proxy" @@ -479,18 +479,18 @@ msgstr "" msgid "Turn off to upload the files/images instead of passing the url." msgstr "" -#: ../../packages/js/shared-ui/wptelegram/delay-in-posting.tsx:24 +#: ../../packages/js/shared-ui/wptelegram/delay-in-posting.tsx:29 #: languages/wptelegram-js-translations.php:100 msgid "The delay starts after the post gets published." msgstr "" -#: ../../packages/js/shared-ui/wptelegram/delay-in-posting.tsx:36 +#: ../../packages/js/shared-ui/wptelegram/delay-in-posting.tsx:46 #: languages/wptelegram-js-translations.php:106 #: modules/p2tg/Admin.php:465 msgid "Minute(s)" msgstr "" -#: ../../packages/js/shared-ui/wptelegram/delay-in-posting.tsx:28 +#: ../../packages/js/shared-ui/wptelegram/delay-in-posting.tsx:38 #: languages/wptelegram-js-translations.php:103 msgid "WordPress cron should not be disabled!" msgstr "" @@ -835,7 +835,7 @@ msgstr "" msgid "The module will help you bypass the ban on Telegram by making use of proxy." msgstr "" -#: ../../packages/js/shared-ui/wptelegram/proxy/proxy.tsx:49 +#: ../../packages/js/shared-ui/wptelegram/proxy/proxy.tsx:46 #: languages/wptelegram-js-translations.php:437 msgid "Cloudflare worker is preferred." msgstr "" @@ -885,22 +885,22 @@ msgstr "" msgid "Rule operator" msgstr "" -#: ../../packages/js/shared-ui/wptelegram/rules/rule-set-values.tsx:120 +#: ../../packages/js/shared-ui/wptelegram/rules/rule-set-values.tsx:121 #: languages/wptelegram-js-translations.php:474 msgid "Select..." msgstr "" -#: ../../packages/js/shared-ui/wptelegram/rules/rule-set-values.tsx:19 +#: ../../packages/js/shared-ui/wptelegram/rules/rule-set-values.tsx:20 #: languages/wptelegram-js-translations.php:477 msgid "Loading..." msgstr "" -#: ../../packages/js/shared-ui/wptelegram/rules/rule-set-values.tsx:20 +#: ../../packages/js/shared-ui/wptelegram/rules/rule-set-values.tsx:21 #: languages/wptelegram-js-translations.php:480 msgid "No options available" msgstr "" -#: ../../packages/js/shared-ui/wptelegram/rules/rule-set-values.tsx:109 +#: ../../packages/js/shared-ui/wptelegram/rules/rule-set-values.tsx:110 #: languages/wptelegram-js-translations.php:471 msgid "Rule values" msgstr "" @@ -1154,7 +1154,7 @@ msgid "Changes saved successfully." msgstr "" #: ../../packages/js/utilities/fields.ts:35 -#: js/settings/services/fields.ts:140 +#: js/settings/services/fields.ts:147 #: languages/wptelegram-js-translations.php:519 msgid "Invalid %s" msgstr "" @@ -1346,7 +1346,7 @@ msgstr "" msgid "Click to copy" msgstr "" -#: js/settings/services/fields.ts:155 +#: js/settings/services/fields.ts:170 #: languages/wptelegram-js-translations.php:562 msgid "chat ID" msgstr "" @@ -1380,3 +1380,7 @@ msgstr "" #: languages/wptelegram-js-translations.php:20 msgid "Message is empty" msgstr "" + +#: ../../packages/js/shared-ui/wptelegram/delay-in-posting.tsx:34 +msgid "Warning" +msgstr "" diff --git a/plugins/wptelegram/src/languages/wptelegram-ru_RU.po b/plugins/wptelegram/src/languages/wptelegram-ru_RU.po index 288d653d..b615b1a0 100644 --- a/plugins/wptelegram/src/languages/wptelegram-ru_RU.po +++ b/plugins/wptelegram/src/languages/wptelegram-ru_RU.po @@ -85,7 +85,7 @@ msgid "Post type" msgstr "Тип записи" #: ../../packages/js/shared-ui/wptelegram/fields.ts:38 -#: ../../packages/js/shared-ui/wptelegram/proxy/proxy.tsx:43 +#: ../../packages/js/shared-ui/wptelegram/proxy/proxy.tsx:40 #: js/settings/services/fields.ts:26 #: languages/wptelegram-js-translations.php:221 msgid "Proxy Method" @@ -103,12 +103,12 @@ msgstr "Получать уведомления с этой почты" #. %s: field label #. translators: %s: field label -#: js/settings/services/fields.ts:154 +#: js/settings/services/fields.ts:169 #: languages/wptelegram-js-translations.php:559 msgid "At least one %s is required." msgstr "" -#: js/settings/services/fields.ts:121 +#: js/settings/services/fields.ts:127 #: languages/wptelegram-js-translations.php:555 msgid "channel" msgstr "Канал" @@ -132,7 +132,7 @@ msgstr "Отправка публикаций" msgid "Private Notifications" msgstr "Личные уведомления" -#: ../../packages/js/shared-ui/wptelegram/proxy/proxy.tsx:36 +#: ../../packages/js/shared-ui/wptelegram/proxy/proxy.tsx:38 #: js/settings/ui/TabbedSections.tsx:45 #: languages/wptelegram-js-translations.php:434 msgid "Proxy" @@ -480,18 +480,18 @@ msgstr "Настройки в этом разделе не следует изм msgid "Turn off to upload the files/images instead of passing the url." msgstr "Выключите, чтобы загрузить файлы / изображения вместо передачи URL." -#: ../../packages/js/shared-ui/wptelegram/delay-in-posting.tsx:24 +#: ../../packages/js/shared-ui/wptelegram/delay-in-posting.tsx:29 #: languages/wptelegram-js-translations.php:100 msgid "The delay starts after the post gets published." msgstr "Задержка начинается после публикации сообщения." -#: ../../packages/js/shared-ui/wptelegram/delay-in-posting.tsx:36 +#: ../../packages/js/shared-ui/wptelegram/delay-in-posting.tsx:46 #: languages/wptelegram-js-translations.php:106 #: modules/p2tg/Admin.php:465 msgid "Minute(s)" msgstr "Минут" -#: ../../packages/js/shared-ui/wptelegram/delay-in-posting.tsx:28 +#: ../../packages/js/shared-ui/wptelegram/delay-in-posting.tsx:38 #: languages/wptelegram-js-translations.php:103 msgid "WordPress cron should not be disabled!" msgstr " Cron WordPress не должен быть отключен!" @@ -837,7 +837,7 @@ msgstr "PHP Прокси" msgid "The module will help you bypass the ban on Telegram by making use of proxy." msgstr "Этот модуль поможет вам обойти блокировку Telegram, используя прокси." -#: ../../packages/js/shared-ui/wptelegram/proxy/proxy.tsx:49 +#: ../../packages/js/shared-ui/wptelegram/proxy/proxy.tsx:46 #: languages/wptelegram-js-translations.php:437 #, fuzzy msgid "Cloudflare worker is preferred." @@ -888,22 +888,22 @@ msgstr "" msgid "Rule operator" msgstr "" -#: ../../packages/js/shared-ui/wptelegram/rules/rule-set-values.tsx:120 +#: ../../packages/js/shared-ui/wptelegram/rules/rule-set-values.tsx:121 #: languages/wptelegram-js-translations.php:474 msgid "Select..." msgstr "" -#: ../../packages/js/shared-ui/wptelegram/rules/rule-set-values.tsx:19 +#: ../../packages/js/shared-ui/wptelegram/rules/rule-set-values.tsx:20 #: languages/wptelegram-js-translations.php:477 msgid "Loading..." msgstr "" -#: ../../packages/js/shared-ui/wptelegram/rules/rule-set-values.tsx:20 +#: ../../packages/js/shared-ui/wptelegram/rules/rule-set-values.tsx:21 #: languages/wptelegram-js-translations.php:480 msgid "No options available" msgstr "" -#: ../../packages/js/shared-ui/wptelegram/rules/rule-set-values.tsx:109 +#: ../../packages/js/shared-ui/wptelegram/rules/rule-set-values.tsx:110 #: languages/wptelegram-js-translations.php:471 #, fuzzy msgid "Rule values" @@ -1159,7 +1159,7 @@ msgid "Changes saved successfully." msgstr "" #: ../../packages/js/utilities/fields.ts:35 -#: js/settings/services/fields.ts:140 +#: js/settings/services/fields.ts:147 #: languages/wptelegram-js-translations.php:519 msgid "Invalid %s" msgstr "недействительность %s" @@ -1351,7 +1351,7 @@ msgstr "" msgid "Click to copy" msgstr "" -#: js/settings/services/fields.ts:155 +#: js/settings/services/fields.ts:170 #: languages/wptelegram-js-translations.php:562 msgid "chat ID" msgstr "" @@ -1385,3 +1385,7 @@ msgstr "" #: languages/wptelegram-js-translations.php:20 msgid "Message is empty" msgstr "" + +#: ../../packages/js/shared-ui/wptelegram/delay-in-posting.tsx:34 +msgid "Warning" +msgstr "" diff --git a/plugins/wptelegram/src/languages/wptelegram-sq.po b/plugins/wptelegram/src/languages/wptelegram-sq.po index 0423f442..e85bb746 100644 --- a/plugins/wptelegram/src/languages/wptelegram-sq.po +++ b/plugins/wptelegram/src/languages/wptelegram-sq.po @@ -85,7 +85,7 @@ msgid "Post type" msgstr "" #: ../../packages/js/shared-ui/wptelegram/fields.ts:38 -#: ../../packages/js/shared-ui/wptelegram/proxy/proxy.tsx:43 +#: ../../packages/js/shared-ui/wptelegram/proxy/proxy.tsx:40 #: js/settings/services/fields.ts:26 #: languages/wptelegram-js-translations.php:221 msgid "Proxy Method" @@ -103,12 +103,12 @@ msgstr "" #. %s: field label #. translators: %s: field label -#: js/settings/services/fields.ts:154 +#: js/settings/services/fields.ts:169 #: languages/wptelegram-js-translations.php:559 msgid "At least one %s is required." msgstr "" -#: js/settings/services/fields.ts:121 +#: js/settings/services/fields.ts:127 #: languages/wptelegram-js-translations.php:555 msgid "channel" msgstr "" @@ -132,7 +132,7 @@ msgstr "" msgid "Private Notifications" msgstr "" -#: ../../packages/js/shared-ui/wptelegram/proxy/proxy.tsx:36 +#: ../../packages/js/shared-ui/wptelegram/proxy/proxy.tsx:38 #: js/settings/ui/TabbedSections.tsx:45 #: languages/wptelegram-js-translations.php:434 msgid "Proxy" @@ -479,18 +479,18 @@ msgstr "" msgid "Turn off to upload the files/images instead of passing the url." msgstr "" -#: ../../packages/js/shared-ui/wptelegram/delay-in-posting.tsx:24 +#: ../../packages/js/shared-ui/wptelegram/delay-in-posting.tsx:29 #: languages/wptelegram-js-translations.php:100 msgid "The delay starts after the post gets published." msgstr "" -#: ../../packages/js/shared-ui/wptelegram/delay-in-posting.tsx:36 +#: ../../packages/js/shared-ui/wptelegram/delay-in-posting.tsx:46 #: languages/wptelegram-js-translations.php:106 #: modules/p2tg/Admin.php:465 msgid "Minute(s)" msgstr "" -#: ../../packages/js/shared-ui/wptelegram/delay-in-posting.tsx:28 +#: ../../packages/js/shared-ui/wptelegram/delay-in-posting.tsx:38 #: languages/wptelegram-js-translations.php:103 msgid "WordPress cron should not be disabled!" msgstr "" @@ -834,7 +834,7 @@ msgstr "" msgid "The module will help you bypass the ban on Telegram by making use of proxy." msgstr "" -#: ../../packages/js/shared-ui/wptelegram/proxy/proxy.tsx:49 +#: ../../packages/js/shared-ui/wptelegram/proxy/proxy.tsx:46 #: languages/wptelegram-js-translations.php:437 #, fuzzy msgid "Cloudflare worker is preferred." @@ -885,22 +885,22 @@ msgstr "" msgid "Rule operator" msgstr "" -#: ../../packages/js/shared-ui/wptelegram/rules/rule-set-values.tsx:120 +#: ../../packages/js/shared-ui/wptelegram/rules/rule-set-values.tsx:121 #: languages/wptelegram-js-translations.php:474 msgid "Select..." msgstr "" -#: ../../packages/js/shared-ui/wptelegram/rules/rule-set-values.tsx:19 +#: ../../packages/js/shared-ui/wptelegram/rules/rule-set-values.tsx:20 #: languages/wptelegram-js-translations.php:477 msgid "Loading..." msgstr "" -#: ../../packages/js/shared-ui/wptelegram/rules/rule-set-values.tsx:20 +#: ../../packages/js/shared-ui/wptelegram/rules/rule-set-values.tsx:21 #: languages/wptelegram-js-translations.php:480 msgid "No options available" msgstr "" -#: ../../packages/js/shared-ui/wptelegram/rules/rule-set-values.tsx:109 +#: ../../packages/js/shared-ui/wptelegram/rules/rule-set-values.tsx:110 #: languages/wptelegram-js-translations.php:471 msgid "Rule values" msgstr "" @@ -1154,7 +1154,7 @@ msgid "Changes saved successfully." msgstr "" #: ../../packages/js/utilities/fields.ts:35 -#: js/settings/services/fields.ts:140 +#: js/settings/services/fields.ts:147 #: languages/wptelegram-js-translations.php:519 msgid "Invalid %s" msgstr "" @@ -1346,7 +1346,7 @@ msgstr "" msgid "Click to copy" msgstr "" -#: js/settings/services/fields.ts:155 +#: js/settings/services/fields.ts:170 #: languages/wptelegram-js-translations.php:562 msgid "chat ID" msgstr "" @@ -1380,3 +1380,7 @@ msgstr "" #: languages/wptelegram-js-translations.php:20 msgid "Message is empty" msgstr "" + +#: ../../packages/js/shared-ui/wptelegram/delay-in-posting.tsx:34 +msgid "Warning" +msgstr "" diff --git a/plugins/wptelegram/src/languages/wptelegram-zh_TW.po b/plugins/wptelegram/src/languages/wptelegram-zh_TW.po index c3c551dc..cc6d8d54 100644 --- a/plugins/wptelegram/src/languages/wptelegram-zh_TW.po +++ b/plugins/wptelegram/src/languages/wptelegram-zh_TW.po @@ -85,7 +85,7 @@ msgid "Post type" msgstr "貼文種類" #: ../../packages/js/shared-ui/wptelegram/fields.ts:38 -#: ../../packages/js/shared-ui/wptelegram/proxy/proxy.tsx:43 +#: ../../packages/js/shared-ui/wptelegram/proxy/proxy.tsx:40 #: js/settings/services/fields.ts:26 #: languages/wptelegram-js-translations.php:221 msgid "Proxy Method" @@ -103,12 +103,12 @@ msgstr "如果 Email 是寄到" #. %s: field label #. translators: %s: field label -#: js/settings/services/fields.ts:154 +#: js/settings/services/fields.ts:169 #: languages/wptelegram-js-translations.php:559 msgid "At least one %s is required." msgstr "" -#: js/settings/services/fields.ts:121 +#: js/settings/services/fields.ts:127 #: languages/wptelegram-js-translations.php:555 msgid "channel" msgstr "" @@ -132,7 +132,7 @@ msgstr "文章通知" msgid "Private Notifications" msgstr "私人通知" -#: ../../packages/js/shared-ui/wptelegram/proxy/proxy.tsx:36 +#: ../../packages/js/shared-ui/wptelegram/proxy/proxy.tsx:38 #: js/settings/ui/TabbedSections.tsx:45 #: languages/wptelegram-js-translations.php:434 msgid "Proxy" @@ -480,18 +480,18 @@ msgstr "除非 WP Telegram Support 的建議,否則不該修改此區塊的設 msgid "Turn off to upload the files/images instead of passing the url." msgstr "關閉以上傳檔案/圖片,而不是傳遞網址。" -#: ../../packages/js/shared-ui/wptelegram/delay-in-posting.tsx:24 +#: ../../packages/js/shared-ui/wptelegram/delay-in-posting.tsx:29 #: languages/wptelegram-js-translations.php:100 msgid "The delay starts after the post gets published." msgstr "延遲將從文章發表後開始計算。" -#: ../../packages/js/shared-ui/wptelegram/delay-in-posting.tsx:36 +#: ../../packages/js/shared-ui/wptelegram/delay-in-posting.tsx:46 #: languages/wptelegram-js-translations.php:106 #: modules/p2tg/Admin.php:465 msgid "Minute(s)" msgstr "分鐘" -#: ../../packages/js/shared-ui/wptelegram/delay-in-posting.tsx:28 +#: ../../packages/js/shared-ui/wptelegram/delay-in-posting.tsx:38 #: languages/wptelegram-js-translations.php:103 msgid "WordPress cron should not be disabled!" msgstr "WordPress cron 不該被停用!" @@ -837,7 +837,7 @@ msgstr "" msgid "The module will help you bypass the ban on Telegram by making use of proxy." msgstr "此模組將協助你利用 proxy 來繞過 Telegram 的阻擋。" -#: ../../packages/js/shared-ui/wptelegram/proxy/proxy.tsx:49 +#: ../../packages/js/shared-ui/wptelegram/proxy/proxy.tsx:46 #: languages/wptelegram-js-translations.php:437 #, fuzzy msgid "Cloudflare worker is preferred." @@ -888,22 +888,22 @@ msgstr "" msgid "Rule operator" msgstr "" -#: ../../packages/js/shared-ui/wptelegram/rules/rule-set-values.tsx:120 +#: ../../packages/js/shared-ui/wptelegram/rules/rule-set-values.tsx:121 #: languages/wptelegram-js-translations.php:474 msgid "Select..." msgstr "" -#: ../../packages/js/shared-ui/wptelegram/rules/rule-set-values.tsx:19 +#: ../../packages/js/shared-ui/wptelegram/rules/rule-set-values.tsx:20 #: languages/wptelegram-js-translations.php:477 msgid "Loading..." msgstr "" -#: ../../packages/js/shared-ui/wptelegram/rules/rule-set-values.tsx:20 +#: ../../packages/js/shared-ui/wptelegram/rules/rule-set-values.tsx:21 #: languages/wptelegram-js-translations.php:480 msgid "No options available" msgstr "" -#: ../../packages/js/shared-ui/wptelegram/rules/rule-set-values.tsx:109 +#: ../../packages/js/shared-ui/wptelegram/rules/rule-set-values.tsx:110 #: languages/wptelegram-js-translations.php:471 #, fuzzy msgid "Rule values" @@ -1158,7 +1158,7 @@ msgid "Changes saved successfully." msgstr "" #: ../../packages/js/utilities/fields.ts:35 -#: js/settings/services/fields.ts:140 +#: js/settings/services/fields.ts:147 #: languages/wptelegram-js-translations.php:519 msgid "Invalid %s" msgstr "無效的 %s" @@ -1350,7 +1350,7 @@ msgstr "" msgid "Click to copy" msgstr "" -#: js/settings/services/fields.ts:155 +#: js/settings/services/fields.ts:170 #: languages/wptelegram-js-translations.php:562 msgid "chat ID" msgstr "" @@ -1384,3 +1384,7 @@ msgstr "" #: languages/wptelegram-js-translations.php:20 msgid "Message is empty" msgstr "" + +#: ../../packages/js/shared-ui/wptelegram/delay-in-posting.tsx:34 +msgid "Warning" +msgstr "" diff --git a/plugins/wptelegram/src/languages/wptelegram.pot b/plugins/wptelegram/src/languages/wptelegram.pot index d4221429..af43a95f 100644 --- a/plugins/wptelegram/src/languages/wptelegram.pot +++ b/plugins/wptelegram/src/languages/wptelegram.pot @@ -2,14 +2,14 @@ # This file is distributed under the GPL-2.0+. msgid "" msgstr "" -"Project-Id-Version: WP Telegram 4.2.4\n" +"Project-Id-Version: WP Telegram 4.2.5\n" "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/wptelegram\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"POT-Creation-Date: 2024-10-26T13:10:29+00:00\n" +"POT-Creation-Date: 2024-11-14T16:35:27+00:00\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "X-Generator: WP-CLI 2.11.0\n" "language: en_US\n" @@ -176,17 +176,21 @@ msgstr "" msgid "Add channel" msgstr "" -#: ../../packages/js/shared-ui/wptelegram/delay-in-posting.tsx:24 +#: ../../packages/js/shared-ui/wptelegram/delay-in-posting.tsx:29 #: languages/wptelegram-js-translations.php:100 msgid "The delay starts after the post gets published." msgstr "" -#: ../../packages/js/shared-ui/wptelegram/delay-in-posting.tsx:28 +#: ../../packages/js/shared-ui/wptelegram/delay-in-posting.tsx:34 +msgid "Warning" +msgstr "" + +#: ../../packages/js/shared-ui/wptelegram/delay-in-posting.tsx:38 #: languages/wptelegram-js-translations.php:103 msgid "WordPress cron should not be disabled!" msgstr "" -#: ../../packages/js/shared-ui/wptelegram/delay-in-posting.tsx:36 +#: ../../packages/js/shared-ui/wptelegram/delay-in-posting.tsx:46 #: languages/wptelegram-js-translations.php:106 #: modules/p2tg/Admin.php:465 msgid "Minute(s)" @@ -376,7 +380,7 @@ msgid "Proxy Host" msgstr "" #: ../../packages/js/shared-ui/wptelegram/fields.ts:38 -#: ../../packages/js/shared-ui/wptelegram/proxy/proxy.tsx:43 +#: ../../packages/js/shared-ui/wptelegram/proxy/proxy.tsx:40 #: js/settings/services/fields.ts:26 #: languages/wptelegram-js-translations.php:221 msgid "Proxy Method" @@ -730,13 +734,13 @@ msgstr "" msgid "PHP Proxy" msgstr "" -#: ../../packages/js/shared-ui/wptelegram/proxy/proxy.tsx:36 +#: ../../packages/js/shared-ui/wptelegram/proxy/proxy.tsx:38 #: js/settings/ui/TabbedSections.tsx:45 #: languages/wptelegram-js-translations.php:434 msgid "Proxy" msgstr "" -#: ../../packages/js/shared-ui/wptelegram/proxy/proxy.tsx:49 +#: ../../packages/js/shared-ui/wptelegram/proxy/proxy.tsx:46 #: languages/wptelegram-js-translations.php:437 msgid "Cloudflare worker is preferred." msgstr "" @@ -792,22 +796,22 @@ msgstr "" msgid "Rule operator" msgstr "" -#: ../../packages/js/shared-ui/wptelegram/rules/rule-set-values.tsx:109 +#: ../../packages/js/shared-ui/wptelegram/rules/rule-set-values.tsx:110 #: languages/wptelegram-js-translations.php:471 msgid "Rule values" msgstr "" -#: ../../packages/js/shared-ui/wptelegram/rules/rule-set-values.tsx:120 +#: ../../packages/js/shared-ui/wptelegram/rules/rule-set-values.tsx:121 #: languages/wptelegram-js-translations.php:474 msgid "Select..." msgstr "" -#: ../../packages/js/shared-ui/wptelegram/rules/rule-set-values.tsx:19 +#: ../../packages/js/shared-ui/wptelegram/rules/rule-set-values.tsx:20 #: languages/wptelegram-js-translations.php:477 msgid "Loading..." msgstr "" -#: ../../packages/js/shared-ui/wptelegram/rules/rule-set-values.tsx:20 +#: ../../packages/js/shared-ui/wptelegram/rules/rule-set-values.tsx:21 #: languages/wptelegram-js-translations.php:480 msgid "No options available" msgstr "" @@ -873,7 +877,7 @@ msgid "profile" msgstr "" #: ../../packages/js/utilities/fields.ts:35 -#: js/settings/services/fields.ts:140 +#: js/settings/services/fields.ts:147 #: languages/wptelegram-js-translations.php:519 msgid "Invalid %s" msgstr "" @@ -937,19 +941,19 @@ msgstr "" msgid "Send to Telegram" msgstr "" -#: js/settings/services/fields.ts:121 +#: js/settings/services/fields.ts:127 #: languages/wptelegram-js-translations.php:555 msgid "channel" msgstr "" #. %s: field label #. translators: %s: field label -#: js/settings/services/fields.ts:154 +#: js/settings/services/fields.ts:169 #: languages/wptelegram-js-translations.php:559 msgid "At least one %s is required." msgstr "" -#: js/settings/services/fields.ts:155 +#: js/settings/services/fields.ts:170 #: languages/wptelegram-js-translations.php:562 msgid "chat ID" msgstr "" diff --git a/plugins/wptelegram/src/readme.txt b/plugins/wptelegram/src/readme.txt index f8ba4448..fd587526 100644 --- a/plugins/wptelegram/src/readme.txt +++ b/plugins/wptelegram/src/readme.txt @@ -4,8 +4,8 @@ Donate link: https://wpsocio.com/donate Tags: telegram, notifications, posts, channel, group Requires at least: 6.4 Requires PHP: 7.4 -Tested up to: 6.6.2 -Stable tag: 4.2.4 +Tested up to: 6.7 +Stable tag: 4.2.5 License: GPL-3.0-or-later License URI: https://www.gnu.org/licenses/gpl-3.0.html @@ -203,8 +203,8 @@ Automatic updates should work smoothly, but we still recommend you back up your == Changelog == -= 4.2.4 = -- Updated attach files UI to show file size -- Performance improvements += 4.2.5 = +- Fixed chat ID validation preventing from saving changes +- Updated delay UI to show WP Cron warning as alert [See full changelog](https://github.com/wpsocio/wptelegram/blob/main/CHANGELOG.md) diff --git a/plugins/wptelegram/src/wptelegram.php b/plugins/wptelegram/src/wptelegram.php index e10a60bb..60a81f08 100644 --- a/plugins/wptelegram/src/wptelegram.php +++ b/plugins/wptelegram/src/wptelegram.php @@ -10,7 +10,7 @@ * Plugin Name: WP Telegram * Plugin URI: https://t.me/WPTelegram * Description: Integrate your WordPress website perfectly with Telegram. Send posts automatically to Telegram when published or updated, whether to a Telegram Channel, Group or private chat, with full control. Get your email notifications on Telegram. - * Version: 4.2.4 + * Version: 4.2.5 * Requires at least: 6.4 * Requires PHP: 7.4 * Author: WP Socio @@ -26,7 +26,7 @@ die; } -define( 'WPTELEGRAM_VER', '4.2.4' ); +define( 'WPTELEGRAM_VER', '4.2.5' ); defined( 'WPTELEGRAM_MAIN_FILE' ) || define( 'WPTELEGRAM_MAIN_FILE', __FILE__ ); diff --git a/tools/build-utils/README.md b/tools/build-utils/README.md index cbd4c11e..7a2d45cc 100644 --- a/tools/build-utils/README.md +++ b/tools/build-utils/README.md @@ -24,7 +24,7 @@ $ npm install -g @wpsocio/build-utils $ build-utils COMMAND running command... $ build-utils (--version) -@wpsocio/build-utils/0.0.1 linux-x64 node-v20.18.0 +@wpsocio/build-utils/0.0.1 linux-x64 node-v22.10.0 $ build-utils --help [COMMAND] USAGE $ build-utils COMMAND diff --git a/tools/vite-wp-react/CHANGELOG.md b/tools/vite-wp-react/CHANGELOG.md index 44f82da3..d91b8f7a 100644 --- a/tools/vite-wp-react/CHANGELOG.md +++ b/tools/vite-wp-react/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 1.0.5 + +### Patch Changes + +- [#203](https://github.com/wpsocio/wp-projects/pull/203) [`7a04095`](https://github.com/wpsocio/wp-projects/commit/7a04095a95df81c2657f2498dd916eb3e325cbcb) Thanks [@irshadahmad21](https://github.com/irshadahmad21)! - Fixed vite peer dependency + ## 1.0.4 ### Patch Changes diff --git a/tools/vite-wp-react/package.json b/tools/vite-wp-react/package.json index ce39e144..5412ae91 100644 --- a/tools/vite-wp-react/package.json +++ b/tools/vite-wp-react/package.json @@ -1,6 +1,6 @@ { "name": "@wpsocio/vite-wp-react", - "version": "1.0.4", + "version": "1.0.5", "description": "Set of tools to develop WordPress plugins and themes using React and Vite.", "license": "MIT", "repository": { @@ -16,7 +16,10 @@ "bugs": { "url": "https://github.com/wpsocio/wp-projects/issues" }, - "files": ["dist", "src"], + "files": [ + "dist", + "src" + ], "publishConfig": { "access": "public" }, @@ -44,9 +47,15 @@ }, "typesVersions": { "*": { - "config": ["./dist/config.d.ts"], - "utils": ["./dist/utils/index.d.ts"], - "plugins": ["./dist/plugins/index.d.ts"] + "config": [ + "./dist/config.d.ts" + ], + "utils": [ + "./dist/utils/index.d.ts" + ], + "plugins": [ + "./dist/plugins/index.d.ts" + ] } }, "dependencies": { @@ -80,16 +89,26 @@ "build": { "command": "tsup", "clean": "if-file-deleted", - "files": ["src/", "tsconfig.json", "tsup.config.ts"], - "output": ["dist/**"] + "files": [ + "src/", + "tsconfig.json", + "tsup.config.ts" + ], + "output": [ + "dist/**" + ] }, "build:local": { "command": "tsc --emitDeclarationOnly --declaration", - "dependencies": ["build"] + "dependencies": [ + "build" + ] }, "prepublishOnly": { "command": "pnpm run build", - "dependencies": ["clean"] + "dependencies": [ + "clean" + ] } } } diff --git a/tools/wpdev/README.md b/tools/wpdev/README.md index d91473c3..e383171a 100644 --- a/tools/wpdev/README.md +++ b/tools/wpdev/README.md @@ -28,7 +28,7 @@ $ npm install -g @wpsocio/wpdev $ wpdev COMMAND running command... $ wpdev (--version) -@wpsocio/wpdev/1.0.7 linux-x64 node-v20.18.0 +@wpsocio/wpdev/1.0.7 linux-x64 node-v22.10.0 $ wpdev --help [COMMAND] USAGE $ wpdev COMMAND