Skip to content

Commit

Permalink
Prepare for next release
Browse files Browse the repository at this point in the history
  • Loading branch information
irshadahmad21 committed Oct 26, 2024
1 parent a45d16e commit 19c0671
Show file tree
Hide file tree
Showing 62 changed files with 621 additions and 590 deletions.
5 changes: 0 additions & 5 deletions .changeset/rude-moose-shop.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/six-dolls-raise.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sour-papayas-perform.md

This file was deleted.

6 changes: 6 additions & 0 deletions plugins/wptelegram-comments/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 1.2.3

### Patch Changes

- [#193](https://github.com/wpsocio/wp-projects/pull/193) [`35f1abc`](https://github.com/wpsocio/wp-projects/commit/35f1abc0ad516ad2fa87bd4cbb3406fb77be1bc5) Thanks [@irshadahmad21](https://github.com/irshadahmad21)! - Performance improvements

## 1.2.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion plugins/wptelegram-comments/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
**Requires at least:** 6.4
**Requires PHP:** 7.4
**Tested up to:** 6.6.2
**Stable tag:** 1.2.2
**Stable tag:** 1.2.3
**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)
Expand Down
26 changes: 20 additions & 6 deletions plugins/wptelegram-comments/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wptelegram-comments",
"version": "1.2.2",
"version": "1.2.3",
"title": "WP Telegram Comments",
"description": "Add comments to posts/pages on your WordPress website by using Telegram Comments Widget",
"private": true,
Expand All @@ -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",
Expand Down Expand Up @@ -66,7 +72,9 @@
]
},
{
"paths": ["src/assets/build/dev-server.json"],
"paths": [
"src/assets/build/dev-server.json"
],
"rules": [
{
"value": "NOT_EXISTS"
Expand All @@ -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"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,17 +67,17 @@ msgstr "Beitragsarten"
msgid "Please read the instructions above."
msgstr "Bitte lies die obigen Anweisungen."

#: js/settings/ui/Configuration.tsx:19
#: js/settings/ui/Configuration.tsx:20
#: languages/wptelegram-comments-js-translations.php:68
msgid "Configuration"
msgstr "Konfiguration"

#: js/settings/ui/Configuration.tsx:25
#: js/settings/ui/Configuration.tsx:26
#: languages/wptelegram-comments-js-translations.php:71
msgid "The comments widget will be shown on the selected post types."
msgstr "Das Kommentarwidget wird auf den ausgewählten Beitragsarten angezeigt."

#: js/settings/ui/Configuration.tsx:38
#: js/settings/ui/Configuration.tsx:39
#: languages/wptelegram-comments-js-translations.php:74
msgid "To exclude the specific posts, enter the post or page IDs separated by comma."
msgstr "Um spezielle Beiträge auszuschließen, gib die Beitrags- oder Seiten-IDs, durch Komma getrennt, ein."
Expand Down Expand Up @@ -128,7 +128,7 @@ msgstr "Füge den kopierten Code in das nachstehende Feld ein."
msgid "Save Changes"
msgstr "Änderungen speichern"

#: js/settings/ui/Sidebar.tsx:18
#: js/settings/ui/Sidebar.tsx:19
#: languages/wptelegram-comments-js-translations.php:100
msgid "Use Telegram Comments widget for your WordPress posts or pages."
msgstr "Benutze das Telegram Kommentarwidget für deine WordPress Beiträge oder Seiten."
Expand Down Expand Up @@ -164,7 +164,7 @@ msgstr "Folge %s"

#. %s: channel name
#. translators: %s: channel name
#: ../../packages/js/shared-ui/components/wptg-social-icons.tsx:62
#: ../../packages/js/shared-ui/components/wptg-social-icons.tsx:57
#: languages/wptelegram-comments-js-translations.php:38
msgid "Join %s"
msgstr "Trete %s bei"
Expand Down Expand Up @@ -242,12 +242,12 @@ msgstr ""
msgid "WP Telegram"
msgstr ""

#: js/settings/ui/Sidebar.tsx:21
#: js/settings/ui/Sidebar.tsx:22
#: languages/wptelegram-comments-js-translations.php:103
msgid "Join our public chat on Telegram"
msgstr ""

#: js/settings/ui/Sidebar.tsx:26
#: js/settings/ui/Sidebar.tsx:27
#: languages/wptelegram-comments-js-translations.php:106
msgid "Support"
msgstr ""
Original file line number Diff line number Diff line change
Expand Up @@ -67,17 +67,17 @@ msgstr "Tipos de contenido"
msgid "Please read the instructions above."
msgstr "Por favor, lee las anteriores instrucciones."

#: js/settings/ui/Configuration.tsx:19
#: js/settings/ui/Configuration.tsx:20
#: languages/wptelegram-comments-js-translations.php:68
msgid "Configuration"
msgstr "Configuración"

#: js/settings/ui/Configuration.tsx:25
#: js/settings/ui/Configuration.tsx:26
#: languages/wptelegram-comments-js-translations.php:71
msgid "The comments widget will be shown on the selected post types."
msgstr "El widget de comentarios será mostrado en los tipos de contenido seleccionados."

#: js/settings/ui/Configuration.tsx:38
#: js/settings/ui/Configuration.tsx:39
#: languages/wptelegram-comments-js-translations.php:74
msgid "To exclude the specific posts, enter the post or page IDs separated by comma."
msgstr "Para excluir entradas específicas introduce el ID de la entrada o página separado por comas."
Expand Down Expand Up @@ -128,7 +128,7 @@ msgstr "Pega el código copiado en el siguiente campo."
msgid "Save Changes"
msgstr "Guardar cambios"

#: js/settings/ui/Sidebar.tsx:18
#: js/settings/ui/Sidebar.tsx:19
#: languages/wptelegram-comments-js-translations.php:100
msgid "Use Telegram Comments widget for your WordPress posts or pages."
msgstr "Usa el widget de comentarios de Telegram para tus entradas y páginas de WordPress."
Expand Down Expand Up @@ -164,7 +164,7 @@ msgstr "Seguir %s"

#. %s: channel name
#. translators: %s: channel name
#: ../../packages/js/shared-ui/components/wptg-social-icons.tsx:62
#: ../../packages/js/shared-ui/components/wptg-social-icons.tsx:57
#: languages/wptelegram-comments-js-translations.php:38
msgid "Join %s"
msgstr "Únete a %s"
Expand Down Expand Up @@ -242,12 +242,12 @@ msgstr ""
msgid "WP Telegram"
msgstr ""

#: js/settings/ui/Sidebar.tsx:21
#: js/settings/ui/Sidebar.tsx:22
#: languages/wptelegram-comments-js-translations.php:103
msgid "Join our public chat on Telegram"
msgstr ""

#: js/settings/ui/Sidebar.tsx:26
#: js/settings/ui/Sidebar.tsx:27
#: languages/wptelegram-comments-js-translations.php:106
msgid "Support"
msgstr ""
Original file line number Diff line number Diff line change
Expand Up @@ -67,17 +67,17 @@ msgstr "پست تایپ"
msgid "Please read the instructions above."
msgstr "لطفا دستورالعمل فوق را مطالعه کنید."

#: js/settings/ui/Configuration.tsx:19
#: js/settings/ui/Configuration.tsx:20
#: languages/wptelegram-comments-js-translations.php:68
msgid "Configuration"
msgstr "پیکربندی"

#: js/settings/ui/Configuration.tsx:25
#: js/settings/ui/Configuration.tsx:26
#: languages/wptelegram-comments-js-translations.php:71
msgid "The comments widget will be shown on the selected post types."
msgstr "ویجت کامنت در پست مورد نظر شما نمایش داده خواهد شد."

#: js/settings/ui/Configuration.tsx:38
#: js/settings/ui/Configuration.tsx:39
#: languages/wptelegram-comments-js-translations.php:74
msgid "To exclude the specific posts, enter the post or page IDs separated by comma."
msgstr "برای مستثنی کردن یک پست خاص، آی-دی پیج یا پست را وارد و با کاما جدا کنید."
Expand Down Expand Up @@ -128,7 +128,7 @@ msgstr "کد کپی شده را در فیلد زیر جایگذاری (پیست)
msgid "Save Changes"
msgstr "ذخیره تغییرات"

#: js/settings/ui/Sidebar.tsx:18
#: js/settings/ui/Sidebar.tsx:19
#: languages/wptelegram-comments-js-translations.php:100
msgid "Use Telegram Comments widget for your WordPress posts or pages."
msgstr "از ویجت تلگرام کامنت در پست ها و صفحات وردپرس سایتتان استفاده کنید."
Expand Down Expand Up @@ -164,7 +164,7 @@ msgstr "%s را دنبال کنید"

#. %s: channel name
#. translators: %s: channel name
#: ../../packages/js/shared-ui/components/wptg-social-icons.tsx:62
#: ../../packages/js/shared-ui/components/wptg-social-icons.tsx:57
#: languages/wptelegram-comments-js-translations.php:38
msgid "Join %s"
msgstr "به %s بپیوندید"
Expand Down Expand Up @@ -242,12 +242,12 @@ msgstr ""
msgid "WP Telegram"
msgstr ""

#: js/settings/ui/Sidebar.tsx:21
#: js/settings/ui/Sidebar.tsx:22
#: languages/wptelegram-comments-js-translations.php:103
msgid "Join our public chat on Telegram"
msgstr ""

#: js/settings/ui/Sidebar.tsx:26
#: js/settings/ui/Sidebar.tsx:27
#: languages/wptelegram-comments-js-translations.php:106
msgid "Support"
msgstr ""
Original file line number Diff line number Diff line change
Expand Up @@ -67,17 +67,17 @@ msgstr "Vrsta Objave"
msgid "Please read the instructions above."
msgstr "Molim pročitajte upute iznad."

#: js/settings/ui/Configuration.tsx:19
#: js/settings/ui/Configuration.tsx:20
#: languages/wptelegram-comments-js-translations.php:68
msgid "Configuration"
msgstr "Konfiguracija"

#: js/settings/ui/Configuration.tsx:25
#: js/settings/ui/Configuration.tsx:26
#: languages/wptelegram-comments-js-translations.php:71
msgid "The comments widget will be shown on the selected post types."
msgstr "Comments widget biti će prikazan na odabranim tipovima postova."

#: js/settings/ui/Configuration.tsx:38
#: js/settings/ui/Configuration.tsx:39
#: languages/wptelegram-comments-js-translations.php:74
msgid "To exclude the specific posts, enter the post or page IDs separated by comma."
msgstr "Kako bi isključili određene postove, unesite post ili page ID te ih odvojite zarezom."
Expand Down Expand Up @@ -128,7 +128,7 @@ msgstr "Zaljepite kopirani kod u polje ispod."
msgid "Save Changes"
msgstr "Spremi promjene"

#: js/settings/ui/Sidebar.tsx:18
#: js/settings/ui/Sidebar.tsx:19
#: languages/wptelegram-comments-js-translations.php:100
msgid "Use Telegram Comments widget for your WordPress posts or pages."
msgstr "Koristite Telegram Comments widget za vaše WordPress postove i stranice."
Expand Down Expand Up @@ -164,7 +164,7 @@ msgstr "Prati %s"

#. %s: channel name
#. translators: %s: channel name
#: ../../packages/js/shared-ui/components/wptg-social-icons.tsx:62
#: ../../packages/js/shared-ui/components/wptg-social-icons.tsx:57
#: languages/wptelegram-comments-js-translations.php:38
msgid "Join %s"
msgstr "Pridruži se %s"
Expand Down Expand Up @@ -242,12 +242,12 @@ msgstr ""
msgid "WP Telegram"
msgstr ""

#: js/settings/ui/Sidebar.tsx:21
#: js/settings/ui/Sidebar.tsx:22
#: languages/wptelegram-comments-js-translations.php:103
msgid "Join our public chat on Telegram"
msgstr ""

#: js/settings/ui/Sidebar.tsx:26
#: js/settings/ui/Sidebar.tsx:27
#: languages/wptelegram-comments-js-translations.php:106
msgid "Support"
msgstr ""
Original file line number Diff line number Diff line change
Expand Up @@ -67,17 +67,17 @@ msgstr "Jenis kiriman"
msgid "Please read the instructions above."
msgstr "Harap baca instruksi di atas."

#: js/settings/ui/Configuration.tsx:19
#: js/settings/ui/Configuration.tsx:20
#: languages/wptelegram-comments-js-translations.php:68
msgid "Configuration"
msgstr "Konfigurasi"

#: js/settings/ui/Configuration.tsx:25
#: js/settings/ui/Configuration.tsx:26
#: languages/wptelegram-comments-js-translations.php:71
msgid "The comments widget will be shown on the selected post types."
msgstr "Widget komentar akan ditampilkan pada jenis kiriman yang dipilih."

#: js/settings/ui/Configuration.tsx:38
#: js/settings/ui/Configuration.tsx:39
#: languages/wptelegram-comments-js-translations.php:74
msgid "To exclude the specific posts, enter the post or page IDs separated by comma."
msgstr "Untuk mengecualikan kiriman tertentu, masukkan ID tulisan atau laman, pisahkan dengan koma."
Expand Down Expand Up @@ -128,7 +128,7 @@ msgstr "Tempelkan kode yang disalin pada ruas berikut."
msgid "Save Changes"
msgstr "Simpan Perubahan"

#: js/settings/ui/Sidebar.tsx:18
#: js/settings/ui/Sidebar.tsx:19
#: languages/wptelegram-comments-js-translations.php:100
msgid "Use Telegram Comments widget for your WordPress posts or pages."
msgstr "Gunakan widget Komentar Telegram untuk tulisan atau laman WordPress Anda."
Expand Down Expand Up @@ -164,7 +164,7 @@ msgstr "Ikuti %s"

#. %s: channel name
#. translators: %s: channel name
#: ../../packages/js/shared-ui/components/wptg-social-icons.tsx:62
#: ../../packages/js/shared-ui/components/wptg-social-icons.tsx:57
#: languages/wptelegram-comments-js-translations.php:38
msgid "Join %s"
msgstr "Bergabung %s"
Expand Down Expand Up @@ -242,12 +242,12 @@ msgstr ""
msgid "WP Telegram"
msgstr ""

#: js/settings/ui/Sidebar.tsx:21
#: js/settings/ui/Sidebar.tsx:22
#: languages/wptelegram-comments-js-translations.php:103
msgid "Join our public chat on Telegram"
msgstr ""

#: js/settings/ui/Sidebar.tsx:26
#: js/settings/ui/Sidebar.tsx:27
#: languages/wptelegram-comments-js-translations.php:106
msgid "Support"
msgstr ""
Loading

0 comments on commit 19c0671

Please sign in to comment.