From 42b8b21dd70b17d0e063ef235853c94c7055c00f Mon Sep 17 00:00:00 2001 From: Irshad Ahmad Date: Mon, 19 Feb 2024 04:26:24 -0800 Subject: [PATCH] Prepare for next release (#102) --- .changeset/happy-pillows-work.md | 5 -- .changeset/rude-turtles-fix.md | 8 --- .changeset/silver-frogs-boil.md | 6 -- .changeset/thirty-bananas-wash.md | 5 -- .changeset/thirty-numbers-hug.md | 5 -- packages/php/wp-utils/CHANGELOG.md | 6 ++ packages/php/wp-utils/package.json | 2 +- plugins/wptelegram-comments/CHANGELOG.md | 6 ++ plugins/wptelegram-comments/README.md | 6 +- plugins/wptelegram-comments/dev.php | 2 +- plugins/wptelegram-comments/package.json | 2 +- .../src/includes/BaseClass.php | 4 +- .../languages/wptelegram-comments-de_DE.po | 5 ++ .../languages/wptelegram-comments-es_ES.po | 5 ++ .../languages/wptelegram-comments-fa_IR.po | 5 ++ .../src/languages/wptelegram-comments-hr.po | 5 ++ .../languages/wptelegram-comments-id_ID.po | 5 ++ .../languages/wptelegram-comments-it_IT.po | 5 ++ .../languages/wptelegram-comments-ru_RU.po | 5 ++ .../languages/wptelegram-comments-tr_TR.po | 5 ++ .../src/languages/wptelegram-comments-uk.po | 5 ++ .../src/languages/wptelegram-comments.pot | 11 +++- plugins/wptelegram-comments/src/readme.txt | 10 ++-- .../src/wptelegram-comments.php | 6 +- plugins/wptelegram-login/CHANGELOG.md | 8 +++ plugins/wptelegram-login/README.md | 4 +- plugins/wptelegram-login/composer.json | 2 +- plugins/wptelegram-login/dev.php | 2 +- plugins/wptelegram-login/package.json | 2 +- .../src/languages/wptelegram-login-de_DE.po | 36 ++++++------ .../src/languages/wptelegram-login-ru_RU.po | 36 ++++++------ .../src/languages/wptelegram-login-uk.po | 36 ++++++------ .../src/languages/wptelegram-login.pot | 40 +++++++------- plugins/wptelegram-login/src/readme.txt | 9 +-- .../wptelegram-login/src/wptelegram-login.php | 6 +- plugins/wptelegram-widget/CHANGELOG.md | 8 +++ plugins/wptelegram-widget/README.md | 4 +- plugins/wptelegram-widget/composer.json | 2 +- plugins/wptelegram-widget/dev.php | 2 +- plugins/wptelegram-widget/package.json | 2 +- .../src/languages/wptelegram-widget-de_DE.po | 13 +++-- .../src/languages/wptelegram-widget-ru_RU.po | 13 +++-- .../src/languages/wptelegram-widget.pot | 19 ++++--- plugins/wptelegram-widget/src/readme.txt | 9 +-- .../src/wptelegram-widget.php | 6 +- plugins/wptelegram/CHANGELOG.md | 8 +++ plugins/wptelegram/README.md | 4 +- plugins/wptelegram/composer.json | 2 +- plugins/wptelegram/dev.php | 2 +- plugins/wptelegram/package.json | 2 +- .../wptelegram/src/languages/wptelegram-ar.po | 5 ++ .../wptelegram/src/languages/wptelegram-ca.po | 5 ++ .../src/languages/wptelegram-de_DE.po | 5 ++ .../src/languages/wptelegram-es_ES.po | 5 ++ .../src/languages/wptelegram-fa_IR.po | 5 ++ .../src/languages/wptelegram-id_ID.po | 5 ++ .../src/languages/wptelegram-it_IT.po | 5 ++ .../src/languages/wptelegram-pl_PL.po | 5 ++ .../src/languages/wptelegram-pt_BR.po | 5 ++ .../src/languages/wptelegram-ru_RU.po | 5 ++ .../wptelegram/src/languages/wptelegram-sq.po | 5 ++ .../src/languages/wptelegram-zh_TW.po | 5 ++ .../wptelegram/src/languages/wptelegram.pot | 11 +++- plugins/wptelegram/src/readme.txt | 9 +-- plugins/wptelegram/src/wptelegram.php | 6 +- tools/wpdev/CHANGELOG.md | 6 ++ tools/wpdev/README.md | 55 ++++++++++--------- tools/wpdev/package.json | 2 +- 68 files changed, 351 insertions(+), 204 deletions(-) delete mode 100644 .changeset/happy-pillows-work.md delete mode 100644 .changeset/rude-turtles-fix.md delete mode 100644 .changeset/silver-frogs-boil.md delete mode 100644 .changeset/thirty-bananas-wash.md delete mode 100644 .changeset/thirty-numbers-hug.md diff --git a/.changeset/happy-pillows-work.md b/.changeset/happy-pillows-work.md deleted file mode 100644 index 572cab59..00000000 --- a/.changeset/happy-pillows-work.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"wptelegram": patch ---- - -Improved logging for HTML conversion errors for private notifications diff --git a/.changeset/rude-turtles-fix.md b/.changeset/rude-turtles-fix.md deleted file mode 100644 index 135c2dd2..00000000 --- a/.changeset/rude-turtles-fix.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"wptelegram": patch -"wptelegram-comments": patch -"wptelegram-login": patch -"wptelegram-widget": patch ---- - -Updated minimum required WP version to 6.4 diff --git a/.changeset/silver-frogs-boil.md b/.changeset/silver-frogs-boil.md deleted file mode 100644 index 4e67f849..00000000 --- a/.changeset/silver-frogs-boil.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"wptelegram-widget": patch -"wptelegram-login": patch ---- - -Fixed the warning "The block \* is registered with an invalid category" diff --git a/.changeset/thirty-bananas-wash.md b/.changeset/thirty-bananas-wash.md deleted file mode 100644 index db10747f..00000000 --- a/.changeset/thirty-bananas-wash.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@wpsocio/wpdev": patch ---- - -Added `--tasks` flag to wpdev CLI bundle command diff --git a/.changeset/thirty-numbers-hug.md b/.changeset/thirty-numbers-hug.md deleted file mode 100644 index f7c256ac..00000000 --- a/.changeset/thirty-numbers-hug.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@wpsocio/wp-utils": patch ---- - -Updated ViteWPReactAssets to allow skip script and style in `enqueue()` diff --git a/packages/php/wp-utils/CHANGELOG.md b/packages/php/wp-utils/CHANGELOG.md index 9a328437..61e0994b 100644 --- a/packages/php/wp-utils/CHANGELOG.md +++ b/packages/php/wp-utils/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 1.0.2 + +### Patch Changes + +- [#105](https://github.com/wpsocio/wp-projects/pull/105) [`7924c09`](https://github.com/wpsocio/wp-projects/commit/7924c09f0da9e1b54c9ca6fbc6e0e63c4792f591) Thanks [@irshadahmad21](https://github.com/irshadahmad21)! - Updated ViteWPReactAssets to allow skip script and style in `enqueue()` + ## 1.0.1 ### Patch Changes diff --git a/packages/php/wp-utils/package.json b/packages/php/wp-utils/package.json index 36014989..587c6cd9 100644 --- a/packages/php/wp-utils/package.json +++ b/packages/php/wp-utils/package.json @@ -1,6 +1,6 @@ { "name": "@wpsocio/wp-utils", - "version": "1.0.1", + "version": "1.0.2", "private": true, "type": "module", "scripts": { diff --git a/plugins/wptelegram-comments/CHANGELOG.md b/plugins/wptelegram-comments/CHANGELOG.md index 931347cf..aa496ba3 100644 --- a/plugins/wptelegram-comments/CHANGELOG.md +++ b/plugins/wptelegram-comments/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 1.1.13 + +### Patch Changes + +- [#103](https://github.com/wpsocio/wp-projects/pull/103) [`e12a25c`](https://github.com/wpsocio/wp-projects/commit/e12a25caf8ead7065b256d58aa74b64cc35cc947) Thanks [@irshadahmad21](https://github.com/irshadahmad21)! - Updated minimum required WP version to 6.4 + ## 1.1.12 ### Patch Changes diff --git a/plugins/wptelegram-comments/README.md b/plugins/wptelegram-comments/README.md index 340cfac0..6de5a624 100644 --- a/plugins/wptelegram-comments/README.md +++ b/plugins/wptelegram-comments/README.md @@ -2,10 +2,10 @@ **Contributors:** [wpsocio](https://github.com/wpsocio), [irshadahmad21](https://github.com/irshadahmad21) **Tags:** telegram, comments, discuss, social, widget -**Requires at least:** 6.2 +**Requires at least:** 6.4 **Requires PHP:** 7.4 -**Tested up to:** 6.4.1 -**Stable tag:** 1.1.12 +**Tested up to:** 6.4.3 +**Stable tag:** 1.1.13 **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-comments/dev.php b/plugins/wptelegram-comments/dev.php index 3c50fcc9..f4e65c0c 100644 --- a/plugins/wptelegram-comments/dev.php +++ b/plugins/wptelegram-comments/dev.php @@ -11,7 +11,7 @@ * Plugin URI: https://t.me/WPTelegram * Description: ❌ DO NOT DELETE ❌ Development Environment for WP Telegram Comments. Versioned high to avoid auto update. * Version: 999.999.999 - * Requires at least: 6.2 + * Requires at least: 6.4 * Requires PHP: 7.4 * Author: WP Socio * Author URI: https://wpsocio.com diff --git a/plugins/wptelegram-comments/package.json b/plugins/wptelegram-comments/package.json index 02b4a2e0..04d7dbc0 100644 --- a/plugins/wptelegram-comments/package.json +++ b/plugins/wptelegram-comments/package.json @@ -1,6 +1,6 @@ { "name": "wptelegram-comments", - "version": "1.1.12", + "version": "1.1.13", "title": "WP Telegram Comments", "description": "Add comments to posts/pages on your WordPress website by using Telegram Comments Widget", "private": true, diff --git a/plugins/wptelegram-comments/src/includes/BaseClass.php b/plugins/wptelegram-comments/src/includes/BaseClass.php index c5e6fdbd..a6eebf2a 100644 --- a/plugins/wptelegram-comments/src/includes/BaseClass.php +++ b/plugins/wptelegram-comments/src/includes/BaseClass.php @@ -25,7 +25,7 @@ abstract class BaseClass { /** * Instances of the class. * - * @since x.y.z + * @since 1.1.13 * @access protected * @var self $instances The instances. */ @@ -45,7 +45,7 @@ abstract class BaseClass { * * Ensures only one instance of the class is loaded or can be loaded. * - * @since x.y.z + * @since 1.1.13 * * @return static */ diff --git a/plugins/wptelegram-comments/src/languages/wptelegram-comments-de_DE.po b/plugins/wptelegram-comments/src/languages/wptelegram-comments-de_DE.po index 753b6ac5..0506df10 100644 --- a/plugins/wptelegram-comments/src/languages/wptelegram-comments-de_DE.po +++ b/plugins/wptelegram-comments/src/languages/wptelegram-comments-de_DE.po @@ -335,22 +335,27 @@ msgid "Changes could not be saved." msgstr "Die Änderungen konnten nicht gespeichert werden." #. Plugin Name of the plugin +#: wptelegram-comments.php #: includes/Main.php:339 #~ msgid "WP Telegram Comments" #~ msgstr "WP Telegram Kommentare" #. Plugin URI of the plugin +#: wptelegram-comments.php msgid "https://t.me/WPTelegram" msgstr "" #. Description of the plugin +#: wptelegram-comments.php msgid "Add comments to posts/pages on your WordPress website by using Telegram Comments Widget." msgstr "" #. Author of the plugin +#: wptelegram-comments.php msgid "WP Socio" msgstr "" #. Author URI of the plugin +#: wptelegram-comments.php msgid "https://wpsocio.com" msgstr "" diff --git a/plugins/wptelegram-comments/src/languages/wptelegram-comments-es_ES.po b/plugins/wptelegram-comments/src/languages/wptelegram-comments-es_ES.po index f2fe08dd..8f23ad81 100644 --- a/plugins/wptelegram-comments/src/languages/wptelegram-comments-es_ES.po +++ b/plugins/wptelegram-comments/src/languages/wptelegram-comments-es_ES.po @@ -335,22 +335,27 @@ msgid "Changes could not be saved." msgstr "No se han podido guardar los cambios." #. Plugin Name of the plugin +#: wptelegram-comments.php #: includes/Main.php:339 #~ msgid "WP Telegram Comments" #~ msgstr "WP Telegram Comments" #. Plugin URI of the plugin +#: wptelegram-comments.php msgid "https://t.me/WPTelegram" msgstr "" #. Description of the plugin +#: wptelegram-comments.php msgid "Add comments to posts/pages on your WordPress website by using Telegram Comments Widget." msgstr "" #. Author of the plugin +#: wptelegram-comments.php msgid "WP Socio" msgstr "" #. Author URI of the plugin +#: wptelegram-comments.php msgid "https://wpsocio.com" msgstr "" diff --git a/plugins/wptelegram-comments/src/languages/wptelegram-comments-fa_IR.po b/plugins/wptelegram-comments/src/languages/wptelegram-comments-fa_IR.po index 94da9abe..729a7142 100644 --- a/plugins/wptelegram-comments/src/languages/wptelegram-comments-fa_IR.po +++ b/plugins/wptelegram-comments/src/languages/wptelegram-comments-fa_IR.po @@ -334,22 +334,27 @@ msgid "Changes could not be saved." msgstr "تغییرات قابل ذخیره نیست." #. Plugin Name of the plugin +#: wptelegram-comments.php #: includes/Main.php:339 msgid "WP Telegram Comments" msgstr "" #. Plugin URI of the plugin +#: wptelegram-comments.php msgid "https://t.me/WPTelegram" msgstr "" #. Description of the plugin +#: wptelegram-comments.php msgid "Add comments to posts/pages on your WordPress website by using Telegram Comments Widget." msgstr "" #. Author of the plugin +#: wptelegram-comments.php msgid "WP Socio" msgstr "" #. Author URI of the plugin +#: wptelegram-comments.php msgid "https://wpsocio.com" msgstr "" diff --git a/plugins/wptelegram-comments/src/languages/wptelegram-comments-hr.po b/plugins/wptelegram-comments/src/languages/wptelegram-comments-hr.po index 6f487ec6..9bb9b17e 100644 --- a/plugins/wptelegram-comments/src/languages/wptelegram-comments-hr.po +++ b/plugins/wptelegram-comments/src/languages/wptelegram-comments-hr.po @@ -335,22 +335,27 @@ msgid "Changes could not be saved." msgstr "Promjene ne mogu biti spremljene." #. Plugin Name of the plugin +#: wptelegram-comments.php #: includes/Main.php:339 #~ msgid "WP Telegram Comments" #~ msgstr "WP Telegram Komentari" #. Plugin URI of the plugin +#: wptelegram-comments.php msgid "https://t.me/WPTelegram" msgstr "" #. Description of the plugin +#: wptelegram-comments.php msgid "Add comments to posts/pages on your WordPress website by using Telegram Comments Widget." msgstr "" #. Author of the plugin +#: wptelegram-comments.php msgid "WP Socio" msgstr "" #. Author URI of the plugin +#: wptelegram-comments.php msgid "https://wpsocio.com" msgstr "" diff --git a/plugins/wptelegram-comments/src/languages/wptelegram-comments-id_ID.po b/plugins/wptelegram-comments/src/languages/wptelegram-comments-id_ID.po index ec9535f7..1681b08a 100644 --- a/plugins/wptelegram-comments/src/languages/wptelegram-comments-id_ID.po +++ b/plugins/wptelegram-comments/src/languages/wptelegram-comments-id_ID.po @@ -335,22 +335,27 @@ msgid "Changes could not be saved." msgstr "Perubahan tidak dapat disimpan." #. Plugin Name of the plugin +#: wptelegram-comments.php #: includes/Main.php:339 #~ msgid "WP Telegram Comments" #~ msgstr "Komentar Telegram WP" #. Plugin URI of the plugin +#: wptelegram-comments.php msgid "https://t.me/WPTelegram" msgstr "" #. Description of the plugin +#: wptelegram-comments.php msgid "Add comments to posts/pages on your WordPress website by using Telegram Comments Widget." msgstr "" #. Author of the plugin +#: wptelegram-comments.php msgid "WP Socio" msgstr "" #. Author URI of the plugin +#: wptelegram-comments.php msgid "https://wpsocio.com" msgstr "" diff --git a/plugins/wptelegram-comments/src/languages/wptelegram-comments-it_IT.po b/plugins/wptelegram-comments/src/languages/wptelegram-comments-it_IT.po index 0f19ca8d..963a1c0e 100644 --- a/plugins/wptelegram-comments/src/languages/wptelegram-comments-it_IT.po +++ b/plugins/wptelegram-comments/src/languages/wptelegram-comments-it_IT.po @@ -335,22 +335,27 @@ msgid "Changes could not be saved." msgstr "I cambiamenti non posso essere salvati." #. Plugin Name of the plugin +#: wptelegram-comments.php #: includes/Main.php:339 #~ msgid "WP Telegram Comments" #~ msgstr "WP Telegram Comments" #. Plugin URI of the plugin +#: wptelegram-comments.php msgid "https://t.me/WPTelegram" msgstr "" #. Description of the plugin +#: wptelegram-comments.php msgid "Add comments to posts/pages on your WordPress website by using Telegram Comments Widget." msgstr "" #. Author of the plugin +#: wptelegram-comments.php msgid "WP Socio" msgstr "" #. Author URI of the plugin +#: wptelegram-comments.php msgid "https://wpsocio.com" msgstr "" diff --git a/plugins/wptelegram-comments/src/languages/wptelegram-comments-ru_RU.po b/plugins/wptelegram-comments/src/languages/wptelegram-comments-ru_RU.po index 1da6c9a0..6c39ef4d 100644 --- a/plugins/wptelegram-comments/src/languages/wptelegram-comments-ru_RU.po +++ b/plugins/wptelegram-comments/src/languages/wptelegram-comments-ru_RU.po @@ -335,22 +335,27 @@ msgid "Changes could not be saved." msgstr "Изменения не могут быть сохранены." #. Plugin Name of the plugin +#: wptelegram-comments.php #: includes/Main.php:339 #~ msgid "WP Telegram Comments" #~ msgstr "WP Telegram Comments" #. Plugin URI of the plugin +#: wptelegram-comments.php msgid "https://t.me/WPTelegram" msgstr "" #. Description of the plugin +#: wptelegram-comments.php msgid "Add comments to posts/pages on your WordPress website by using Telegram Comments Widget." msgstr "" #. Author of the plugin +#: wptelegram-comments.php msgid "WP Socio" msgstr "" #. Author URI of the plugin +#: wptelegram-comments.php msgid "https://wpsocio.com" msgstr "" diff --git a/plugins/wptelegram-comments/src/languages/wptelegram-comments-tr_TR.po b/plugins/wptelegram-comments/src/languages/wptelegram-comments-tr_TR.po index 19d3e58c..064931b8 100644 --- a/plugins/wptelegram-comments/src/languages/wptelegram-comments-tr_TR.po +++ b/plugins/wptelegram-comments/src/languages/wptelegram-comments-tr_TR.po @@ -335,22 +335,27 @@ msgid "Changes could not be saved." msgstr "Değişiklikler kaydedilemedi." #. Plugin Name of the plugin +#: wptelegram-comments.php #: includes/Main.php:339 #~ msgid "WP Telegram Comments" #~ msgstr "WP Telegram Yorumlar" #. Plugin URI of the plugin +#: wptelegram-comments.php msgid "https://t.me/WPTelegram" msgstr "" #. Description of the plugin +#: wptelegram-comments.php msgid "Add comments to posts/pages on your WordPress website by using Telegram Comments Widget." msgstr "" #. Author of the plugin +#: wptelegram-comments.php msgid "WP Socio" msgstr "" #. Author URI of the plugin +#: wptelegram-comments.php msgid "https://wpsocio.com" msgstr "" diff --git a/plugins/wptelegram-comments/src/languages/wptelegram-comments-uk.po b/plugins/wptelegram-comments/src/languages/wptelegram-comments-uk.po index 7e0eb0df..40ce875a 100644 --- a/plugins/wptelegram-comments/src/languages/wptelegram-comments-uk.po +++ b/plugins/wptelegram-comments/src/languages/wptelegram-comments-uk.po @@ -335,22 +335,27 @@ msgid "Changes could not be saved." msgstr "Зміни не можуть бути збережені." #. Plugin Name of the plugin +#: wptelegram-comments.php #: includes/Main.php:339 #~ msgid "WP Telegram Comments" #~ msgstr "WP Telegram Comments" #. Plugin URI of the plugin +#: wptelegram-comments.php msgid "https://t.me/WPTelegram" msgstr "" #. Description of the plugin +#: wptelegram-comments.php msgid "Add comments to posts/pages on your WordPress website by using Telegram Comments Widget." msgstr "" #. Author of the plugin +#: wptelegram-comments.php msgid "WP Socio" msgstr "" #. Author URI of the plugin +#: wptelegram-comments.php msgid "https://wpsocio.com" msgstr "" diff --git a/plugins/wptelegram-comments/src/languages/wptelegram-comments.pot b/plugins/wptelegram-comments/src/languages/wptelegram-comments.pot index 75ef1880..e650279b 100644 --- a/plugins/wptelegram-comments/src/languages/wptelegram-comments.pot +++ b/plugins/wptelegram-comments/src/languages/wptelegram-comments.pot @@ -2,16 +2,16 @@ # This file is distributed under the GPL-2.0+. msgid "" msgstr "" -"Project-Id-Version: WP Telegram Comments 1.1.12\n" +"Project-Id-Version: WP Telegram Comments 1.1.13\n" "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/wptelegram-comments\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-01-27T04:16:58+00:00\n" +"POT-Creation-Date: 2024-02-19T12:17:06+00:00\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"X-Generator: WP-CLI 2.9.0\n" +"X-Generator: WP-CLI 2.10.0\n" "language: en_US\n" "X-Poedit-Basepath: ..\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" @@ -301,23 +301,28 @@ msgid "Get LIVE support on Telegram" msgstr "" #. Plugin Name of the plugin +#: wptelegram-comments.php #: includes/Main.php:339 msgid "WP Telegram Comments" msgstr "" #. Plugin URI of the plugin +#: wptelegram-comments.php msgid "https://t.me/WPTelegram" msgstr "" #. Description of the plugin +#: wptelegram-comments.php msgid "Add comments to posts/pages on your WordPress website by using Telegram Comments Widget." msgstr "" #. Author of the plugin +#: wptelegram-comments.php msgid "WP Socio" msgstr "" #. Author URI of the plugin +#: wptelegram-comments.php msgid "https://wpsocio.com" msgstr "" diff --git a/plugins/wptelegram-comments/src/readme.txt b/plugins/wptelegram-comments/src/readme.txt index 898e311a..0216eca7 100644 --- a/plugins/wptelegram-comments/src/readme.txt +++ b/plugins/wptelegram-comments/src/readme.txt @@ -2,10 +2,10 @@ Contributors: wpsocio, irshadahmad21 Donate link: https://wpsocio.com/donate Tags: telegram, comments, discuss, social, widget -Requires at least: 6.2 +Requires at least: 6.4 Requires PHP: 7.4 -Tested up to: 6.4.1 -Stable tag: 1.1.12 +Tested up to: 6.4.3 +Stable tag: 1.1.13 License: GPL-3.0-or-later License URI: https://www.gnu.org/licenses/gpl-3.0.html @@ -76,7 +76,7 @@ Automatic updates should work smoothly, but we still recommend you back up your == Changelog == -= 1.1.12 = -- Enabled support for PHP 7.4 after user feedback += 1.1.13 = +- Updated minimum required WP version to 6.4 [See full changelog](https://github.com/wpsocio/wptelegram-comments/blob/main/CHANGELOG.md) diff --git a/plugins/wptelegram-comments/src/wptelegram-comments.php b/plugins/wptelegram-comments/src/wptelegram-comments.php index f4c6e08b..61c7adbf 100644 --- a/plugins/wptelegram-comments/src/wptelegram-comments.php +++ b/plugins/wptelegram-comments/src/wptelegram-comments.php @@ -10,8 +10,8 @@ * Plugin Name: WP Telegram Comments * Plugin URI: https://t.me/WPTelegram * Description: Add comments to posts/pages on your WordPress website by using Telegram Comments Widget. - * Version: 1.1.12 - * Requires at least: 6.2 + * Version: 1.1.13 + * Requires at least: 6.4 * Requires PHP: 7.4 * Author: WP Socio * Author URI: https://wpsocio.com @@ -29,7 +29,7 @@ /** * Currently plugin version. */ -define( 'WPTELEGRAM_COMMENTS_VER', '1.1.12' ); +define( 'WPTELEGRAM_COMMENTS_VER', '1.1.13' ); defined( 'WPTELEGRAM_COMMENTS_MAIN_FILE' ) || define( 'WPTELEGRAM_COMMENTS_MAIN_FILE', __FILE__ ); diff --git a/plugins/wptelegram-login/CHANGELOG.md b/plugins/wptelegram-login/CHANGELOG.md index df49b2cd..ab3c8ade 100644 --- a/plugins/wptelegram-login/CHANGELOG.md +++ b/plugins/wptelegram-login/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 1.10.14 + +### Patch Changes + +- [#103](https://github.com/wpsocio/wp-projects/pull/103) [`e12a25c`](https://github.com/wpsocio/wp-projects/commit/e12a25caf8ead7065b256d58aa74b64cc35cc947) Thanks [@irshadahmad21](https://github.com/irshadahmad21)! - Updated minimum required WP version to 6.4 + +- [#105](https://github.com/wpsocio/wp-projects/pull/105) [`7924c09`](https://github.com/wpsocio/wp-projects/commit/7924c09f0da9e1b54c9ca6fbc6e0e63c4792f591) Thanks [@irshadahmad21](https://github.com/irshadahmad21)! - Fixed the warning "The block \* is registered with an invalid category" + ## 1.10.13 ### Patch Changes diff --git a/plugins/wptelegram-login/README.md b/plugins/wptelegram-login/README.md index 9cad6fc8..c9602088 100644 --- a/plugins/wptelegram-login/README.md +++ b/plugins/wptelegram-login/README.md @@ -2,10 +2,10 @@ **Contributors:** [wpsocio](https://github.com/wpsocio), [irshadahmad21](https://github.com/irshadahmad21) **Tags:** telegram, login, register, social, signup -**Requires at least:** 6.2 +**Requires at least:** 6.4 **Requires PHP:** 7.4 **Tested up to:** 6.4.3 -**Stable tag:** 1.10.13 +**Stable tag:** 1.10.14 **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 26bcc475..4bddd7d6 100644 --- a/plugins/wptelegram-login/composer.json +++ b/plugins/wptelegram-login/composer.json @@ -1,6 +1,6 @@ { "name": "wpsocio/wptelegram-login", - "version": "1.10.13", + "version": "1.10.14", "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": { "lint": "\"vendor/bin/phpcs\" --standard=../../phpcs.xml --extensions=php src/ dev.php", diff --git a/plugins/wptelegram-login/dev.php b/plugins/wptelegram-login/dev.php index bca436e4..8ae56900 100644 --- a/plugins/wptelegram-login/dev.php +++ b/plugins/wptelegram-login/dev.php @@ -11,7 +11,7 @@ * Plugin URI: https://t.me/WPTelegram * Description: ❌ DO NOT DELETE ❌ Development Environment for WP Telegram Login. Versioned high to avoid auto update. * Version: 999.999.999 - * Requires at least: 6.2 + * Requires at least: 6.4 * Requires PHP: 7.4 * Author: WP Socio * Author URI: https://wpsocio.com diff --git a/plugins/wptelegram-login/package.json b/plugins/wptelegram-login/package.json index b4204b4d..d1adb18e 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.10.13", + "version": "1.10.14", "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", 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 ee9da34d..74303c10 100644 --- a/plugins/wptelegram-login/src/languages/wptelegram-login-de_DE.po +++ b/plugins/wptelegram-login/src/languages/wptelegram-login-de_DE.po @@ -17,68 +17,68 @@ msgstr "" "X-Poedit-SearchPath-0: .\n" "X-Poedit-SearchPathExcluded-0: admin/settings\n" -#: admin/Admin.php:49 +#: admin/Admin.php:47 #: includes/Utils.php:35 #: includes/Utils.php:36 msgid "WP Telegram" msgstr "" -#: admin/Admin.php:173 +#: admin/Admin.php:171 msgid "Telegram Login" msgstr "Telegram Login" -#: admin/Admin.php:227 -#: admin/Admin.php:254 +#: admin/Admin.php:225 +#: admin/Admin.php:252 msgid "Telegram Info" msgstr "" -#: admin/Admin.php:228 -#: admin/Admin.php:255 +#: admin/Admin.php:226 +#: admin/Admin.php:253 msgid "Here you can connect this account to Telegram." msgstr "" -#: admin/Admin.php:230 -#: admin/Admin.php:259 +#: admin/Admin.php:228 +#: admin/Admin.php:257 msgid "Telegram Chat ID" msgstr "" #: ../../packages/js/components/instructions/Instructions.tsx:20 -#: admin/Admin.php:280 +#: admin/Admin.php:278 #: languages/wptelegram-login-js-translations.php:14 msgid "INSTRUCTIONS!" msgstr "KONFIGURATIONSANLEITUNG" -#: admin/Admin.php:287 +#: admin/Admin.php:285 msgid "Get your Chat ID from %s and enter it above." msgstr "" #. translators: %s is bot username -#: admin/Admin.php:289 +#: admin/Admin.php:287 msgid "Ask the user to get the Chat ID from %s and enter it above." msgstr "" #. translators: %s is bot username -#: admin/Admin.php:299 +#: admin/Admin.php:297 msgid "Start a conversation with %s to receive notifications." msgstr "" #. translators: %s is bot username -#: admin/Admin.php:301 +#: admin/Admin.php:299 msgid "Ask the user to start a conversation with %s to receive notifications." msgstr "" #: ../../packages/js/services/apiFetch/index.ts:41 -#: admin/Admin.php:325 +#: admin/Admin.php:323 #: languages/wptelegram-login-js-translations.php:103 #: shared/LoginHandler.php:61 msgid "Error:" msgstr "Fehler:" -#: admin/Admin.php:325 +#: admin/Admin.php:323 msgid "Please Enter a valid Chat ID" msgstr "" -#: admin/Admin.php:369 +#: admin/Admin.php:367 msgid "Telegram User ID" msgstr "Telegram User ID" @@ -700,10 +700,10 @@ msgstr "" msgid "https://wpsocio.com" msgstr "" -#: admin/Admin.php:193 +#: admin/Admin.php:191 msgid "Plugin data has been upgraded." msgstr "" -#: admin/Admin.php:194 +#: admin/Admin.php:192 msgid "Please reload the page." msgstr "" 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 f734a2b6..0fa1ed4d 100644 --- a/plugins/wptelegram-login/src/languages/wptelegram-login-ru_RU.po +++ b/plugins/wptelegram-login/src/languages/wptelegram-login-ru_RU.po @@ -17,68 +17,68 @@ msgstr "" "X-Poedit-SearchPath-0: .\n" "X-Poedit-SearchPathExcluded-0: admin/settings\n" -#: admin/Admin.php:49 +#: admin/Admin.php:47 #: includes/Utils.php:35 #: includes/Utils.php:36 msgid "WP Telegram" msgstr "WP Telegram" -#: admin/Admin.php:173 +#: admin/Admin.php:171 msgid "Telegram Login" msgstr "Telegram Login" -#: admin/Admin.php:227 -#: admin/Admin.php:254 +#: admin/Admin.php:225 +#: admin/Admin.php:252 msgid "Telegram Info" msgstr "" -#: admin/Admin.php:228 -#: admin/Admin.php:255 +#: admin/Admin.php:226 +#: admin/Admin.php:253 msgid "Here you can connect this account to Telegram." msgstr "" -#: admin/Admin.php:230 -#: admin/Admin.php:259 +#: admin/Admin.php:228 +#: admin/Admin.php:257 msgid "Telegram Chat ID" msgstr "ID Польз. Telegram" #: ../../packages/js/components/instructions/Instructions.tsx:20 -#: admin/Admin.php:280 +#: admin/Admin.php:278 #: languages/wptelegram-login-js-translations.php:14 msgid "INSTRUCTIONS!" msgstr "ИНСТРУКЦИЯ!" -#: admin/Admin.php:287 +#: admin/Admin.php:285 msgid "Get your Chat ID from %s and enter it above." msgstr "" #. translators: %s is bot username -#: admin/Admin.php:289 +#: admin/Admin.php:287 msgid "Ask the user to get the Chat ID from %s and enter it above." msgstr "" #. translators: %s is bot username -#: admin/Admin.php:299 +#: admin/Admin.php:297 msgid "Start a conversation with %s to receive notifications." msgstr "" #. translators: %s is bot username -#: admin/Admin.php:301 +#: admin/Admin.php:299 msgid "Ask the user to start a conversation with %s to receive notifications." msgstr "" #: ../../packages/js/services/apiFetch/index.ts:41 -#: admin/Admin.php:325 +#: admin/Admin.php:323 #: languages/wptelegram-login-js-translations.php:103 #: shared/LoginHandler.php:61 msgid "Error:" msgstr "Ошибка:" -#: admin/Admin.php:325 +#: admin/Admin.php:323 msgid "Please Enter a valid Chat ID" msgstr "" -#: admin/Admin.php:369 +#: admin/Admin.php:367 msgid "Telegram User ID" msgstr "ID Польз. Telegram" @@ -700,10 +700,10 @@ msgstr "" msgid "https://wpsocio.com" msgstr "" -#: admin/Admin.php:193 +#: admin/Admin.php:191 msgid "Plugin data has been upgraded." msgstr "" -#: admin/Admin.php:194 +#: admin/Admin.php:192 msgid "Please reload the page." msgstr "" diff --git a/plugins/wptelegram-login/src/languages/wptelegram-login-uk.po b/plugins/wptelegram-login/src/languages/wptelegram-login-uk.po index 6b5d0932..ceff1f3d 100644 --- a/plugins/wptelegram-login/src/languages/wptelegram-login-uk.po +++ b/plugins/wptelegram-login/src/languages/wptelegram-login-uk.po @@ -17,68 +17,68 @@ msgstr "" "X-Poedit-SearchPath-0: .\n" "X-Poedit-SearchPathExcluded-0: admin/settings\n" -#: admin/Admin.php:49 +#: admin/Admin.php:47 #: includes/Utils.php:35 #: includes/Utils.php:36 msgid "WP Telegram" msgstr "WP Telegram" -#: admin/Admin.php:173 +#: admin/Admin.php:171 msgid "Telegram Login" msgstr "Telegram Вхід" -#: admin/Admin.php:227 -#: admin/Admin.php:254 +#: admin/Admin.php:225 +#: admin/Admin.php:252 msgid "Telegram Info" msgstr "" -#: admin/Admin.php:228 -#: admin/Admin.php:255 +#: admin/Admin.php:226 +#: admin/Admin.php:253 msgid "Here you can connect this account to Telegram." msgstr "" -#: admin/Admin.php:230 -#: admin/Admin.php:259 +#: admin/Admin.php:228 +#: admin/Admin.php:257 msgid "Telegram Chat ID" msgstr "" #: ../../packages/js/components/instructions/Instructions.tsx:20 -#: admin/Admin.php:280 +#: admin/Admin.php:278 #: languages/wptelegram-login-js-translations.php:14 msgid "INSTRUCTIONS!" msgstr "ІНСТРУКЦІЇ!" -#: admin/Admin.php:287 +#: admin/Admin.php:285 msgid "Get your Chat ID from %s and enter it above." msgstr "" #. translators: %s is bot username -#: admin/Admin.php:289 +#: admin/Admin.php:287 msgid "Ask the user to get the Chat ID from %s and enter it above." msgstr "" #. translators: %s is bot username -#: admin/Admin.php:299 +#: admin/Admin.php:297 msgid "Start a conversation with %s to receive notifications." msgstr "" #. translators: %s is bot username -#: admin/Admin.php:301 +#: admin/Admin.php:299 msgid "Ask the user to start a conversation with %s to receive notifications." msgstr "" #: ../../packages/js/services/apiFetch/index.ts:41 -#: admin/Admin.php:325 +#: admin/Admin.php:323 #: languages/wptelegram-login-js-translations.php:103 #: shared/LoginHandler.php:61 msgid "Error:" msgstr "Помилка:" -#: admin/Admin.php:325 +#: admin/Admin.php:323 msgid "Please Enter a valid Chat ID" msgstr "" -#: admin/Admin.php:369 +#: admin/Admin.php:367 msgid "Telegram User ID" msgstr "Ідентифікатор користувача Telegram" @@ -701,10 +701,10 @@ msgstr "" msgid "https://wpsocio.com" msgstr "" -#: admin/Admin.php:193 +#: admin/Admin.php:191 msgid "Plugin data has been upgraded." msgstr "" -#: admin/Admin.php:194 +#: admin/Admin.php:192 msgid "Please reload the page." msgstr "" diff --git a/plugins/wptelegram-login/src/languages/wptelegram-login.pot b/plugins/wptelegram-login/src/languages/wptelegram-login.pot index 22b0ce1c..55e35cb3 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.10.13\n" +"Project-Id-Version: WP Telegram Login 1.10.14\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-02-14T16:52:08+00:00\n" +"POT-Creation-Date: 2024-02-19T12:17:06+00:00\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "X-Generator: WP-CLI 2.10.0\n" "language: en_US\n" @@ -36,7 +36,7 @@ msgid "Click here for instructions." msgstr "" #: ../../packages/js/components/instructions/Instructions.tsx:20 -#: admin/Admin.php:280 +#: admin/Admin.php:278 #: languages/wptelegram-login-js-translations.php:14 msgid "INSTRUCTIONS!" msgstr "" @@ -180,7 +180,7 @@ msgid "Could not connect" msgstr "" #: ../../packages/js/services/apiFetch/index.ts:41 -#: admin/Admin.php:325 +#: admin/Admin.php:323 #: languages/wptelegram-login-js-translations.php:103 #: shared/LoginHandler.php:61 msgid "Error:" @@ -549,63 +549,63 @@ msgstr "" msgid "https://wpsocio.com" msgstr "" -#: admin/Admin.php:49 +#: admin/Admin.php:47 #: includes/Utils.php:35 #: includes/Utils.php:36 msgid "WP Telegram" msgstr "" -#: admin/Admin.php:173 +#: admin/Admin.php:171 msgid "Telegram Login" msgstr "" -#: admin/Admin.php:193 +#: admin/Admin.php:191 msgid "Plugin data has been upgraded." msgstr "" -#: admin/Admin.php:194 +#: admin/Admin.php:192 msgid "Please reload the page." msgstr "" -#: admin/Admin.php:227 -#: admin/Admin.php:254 +#: admin/Admin.php:225 +#: admin/Admin.php:252 msgid "Telegram Info" msgstr "" -#: admin/Admin.php:228 -#: admin/Admin.php:255 +#: admin/Admin.php:226 +#: admin/Admin.php:253 msgid "Here you can connect this account to Telegram." msgstr "" -#: admin/Admin.php:230 -#: admin/Admin.php:259 +#: admin/Admin.php:228 +#: admin/Admin.php:257 msgid "Telegram Chat ID" msgstr "" -#: admin/Admin.php:287 +#: admin/Admin.php:285 msgid "Get your Chat ID from %s and enter it above." msgstr "" #. translators: %s is bot username -#: admin/Admin.php:289 +#: admin/Admin.php:287 msgid "Ask the user to get the Chat ID from %s and enter it above." msgstr "" #. translators: %s is bot username -#: admin/Admin.php:299 +#: admin/Admin.php:297 msgid "Start a conversation with %s to receive notifications." msgstr "" #. translators: %s is bot username -#: admin/Admin.php:301 +#: admin/Admin.php:299 msgid "Ask the user to start a conversation with %s to receive notifications." msgstr "" -#: admin/Admin.php:325 +#: admin/Admin.php:323 msgid "Please Enter a valid Chat ID" msgstr "" -#: admin/Admin.php:369 +#: admin/Admin.php:367 msgid "Telegram User ID" msgstr "" diff --git a/plugins/wptelegram-login/src/readme.txt b/plugins/wptelegram-login/src/readme.txt index 1209ab7f..cdea0351 100644 --- a/plugins/wptelegram-login/src/readme.txt +++ b/plugins/wptelegram-login/src/readme.txt @@ -2,10 +2,10 @@ Contributors: wpsocio, irshadahmad21 Donate link: https://wpsocio.com/donate Tags: telegram, login, register, social, signup -Requires at least: 6.2 +Requires at least: 6.4 Requires PHP: 7.4 Tested up to: 6.4.3 -Stable tag: 1.10.13 +Stable tag: 1.10.14 License: GPL-3.0-or-later License URI: https://www.gnu.org/licenses/gpl-3.0.html @@ -154,7 +154,8 @@ Automatic updates should work smoothly, but we still recommend you back up your == Changelog == -= 1.10.13 = -- Restored the login request intercept hook to `init` += 1.10.14 = +- Updated minimum required WP version to 6.4 +- Fixed the warning "The block \* is registered with an invalid category" [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 993b7a67..690a40fd 100644 --- a/plugins/wptelegram-login/src/wptelegram-login.php +++ b/plugins/wptelegram-login/src/wptelegram-login.php @@ -10,8 +10,8 @@ * 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.10.13 - * Requires at least: 6.2 + * Version: 1.10.14 + * Requires at least: 6.4 * Requires PHP: 7.4 * Author: WP Socio * Author URI: https://wpsocio.com @@ -29,7 +29,7 @@ /** * Currently plugin version. */ -define( 'WPTELEGRAM_LOGIN_VER', '1.10.13' ); +define( 'WPTELEGRAM_LOGIN_VER', '1.10.14' ); 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 ac13a27f..5493b512 100644 --- a/plugins/wptelegram-widget/CHANGELOG.md +++ b/plugins/wptelegram-widget/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 2.1.19 + +### Patch Changes + +- [#103](https://github.com/wpsocio/wp-projects/pull/103) [`e12a25c`](https://github.com/wpsocio/wp-projects/commit/e12a25caf8ead7065b256d58aa74b64cc35cc947) Thanks [@irshadahmad21](https://github.com/irshadahmad21)! - Updated minimum required WP version to 6.4 + +- [#105](https://github.com/wpsocio/wp-projects/pull/105) [`7924c09`](https://github.com/wpsocio/wp-projects/commit/7924c09f0da9e1b54c9ca6fbc6e0e63c4792f591) Thanks [@irshadahmad21](https://github.com/irshadahmad21)! - Fixed the warning "The block \* is registered with an invalid category" + ## 2.1.18 ### Patch Changes diff --git a/plugins/wptelegram-widget/README.md b/plugins/wptelegram-widget/README.md index af43b535..b23e5226 100644 --- a/plugins/wptelegram-widget/README.md +++ b/plugins/wptelegram-widget/README.md @@ -2,10 +2,10 @@ **Contributors:** [wpsocio](https://github.com/wpsocio), [irshadahmad21](https://github.com/irshadahmad21) **Tags:** telegram, feed, widget, channel, group -**Requires at least:** 6.2 +**Requires at least:** 6.4 **Requires PHP:** 7.4 **Tested up to:** 6.4.3 -**Stable tag:** 2.1.18 +**Stable tag:** 2.1.19 **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 21aa9abe..d7c9c0d1 100644 --- a/plugins/wptelegram-widget/composer.json +++ b/plugins/wptelegram-widget/composer.json @@ -1,6 +1,6 @@ { "name": "wptelegram/widget", - "version": "2.1.18", + "version": "2.1.19", "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/dev.php b/plugins/wptelegram-widget/dev.php index 2ab048a3..4f46331d 100644 --- a/plugins/wptelegram-widget/dev.php +++ b/plugins/wptelegram-widget/dev.php @@ -11,7 +11,7 @@ * Plugin URI: https://t.me/WPTelegram * Description: ❌ DO NOT DELETE ❌ Development Environment for WP Telegram Widget. Versioned high to avoid auto update. * Version: 999.999.999 - * Requires at least: 6.2 + * Requires at least: 6.4 * Requires PHP: 7.4 * Author: WP Socio * Author URI: https://wpsocio.com diff --git a/plugins/wptelegram-widget/package.json b/plugins/wptelegram-widget/package.json index bfef4819..7e97473c 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.1.18", + "version": "2.1.19", "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", 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 4d908739..5047df0e 100644 --- a/plugins/wptelegram-widget/src/languages/wptelegram-widget-de_DE.po +++ b/plugins/wptelegram-widget/src/languages/wptelegram-widget-de_DE.po @@ -17,13 +17,13 @@ msgstr "" "X-Poedit-SearchPath-0: .\n" "X-Poedit-SearchPathExcluded-0: assets\n" -#: admin/Admin.php:58 +#: admin/Admin.php:56 #: includes/Utils.php:279 #: includes/Utils.php:280 msgid "WP Telegram" msgstr "" -#: admin/Admin.php:84 +#: admin/Admin.php:82 msgid "Telegram Widget" msgstr "Telegram Widget" @@ -657,12 +657,14 @@ msgid "Display the Telegram Public Channel or Group Feed in a widget" msgstr "Zeigt einen öffentlichen Telegram Channel oder Gruppen-Feed in einem Widget an" #. Plugin Name of the plugin +#: wptelegram-widget.php #: includes/Main.php:420 #~ msgid "WP Telegram Widget" #~ msgstr "WP Telegram Widget" #. Description of the plugin #: js/settings/ui/Sidebar.tsx:16 +#: wptelegram-widget.php #: languages/wptelegram-widget-js-translations.php:229 #~ 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." @@ -674,21 +676,24 @@ msgid "Telegram post" msgstr "" #. Plugin URI of the plugin +#: wptelegram-widget.php msgid "https://t.me/WPTelegram" msgstr "" #. Author of the plugin +#: wptelegram-widget.php msgid "WP Socio" msgstr "" #. Author URI of the plugin +#: wptelegram-widget.php msgid "https://wpsocio.com" msgstr "" -#: admin/Admin.php:104 +#: admin/Admin.php:102 msgid "Plugin data has been upgraded." msgstr "" -#: admin/Admin.php:105 +#: admin/Admin.php:103 msgid "Please reload the page." msgstr "" 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 7abd0669..0e47245a 100644 --- a/plugins/wptelegram-widget/src/languages/wptelegram-widget-ru_RU.po +++ b/plugins/wptelegram-widget/src/languages/wptelegram-widget-ru_RU.po @@ -18,13 +18,13 @@ msgstr "" "X-Poedit-SearchPathExcluded-0: blocks\n" "X-Poedit-SearchPathExcluded-1: admin/settings\n" -#: admin/Admin.php:58 +#: admin/Admin.php:56 #: includes/Utils.php:279 #: includes/Utils.php:280 msgid "WP Telegram" msgstr "" -#: admin/Admin.php:84 +#: admin/Admin.php:82 msgid "Telegram Widget" msgstr "Telegram виджет" @@ -664,31 +664,36 @@ msgstr "" #. Description of the plugin #: js/settings/ui/Sidebar.tsx:16 +#: wptelegram-widget.php #: languages/wptelegram-widget-js-translations.php:229 msgid "Display the Telegram Public Channel or Group Feed in a WordPress widget or anywhere you want using a shortcode." msgstr "" #. Plugin Name of the plugin +#: wptelegram-widget.php #: includes/Main.php:420 msgid "WP Telegram Widget" msgstr "" #. Plugin URI of the plugin +#: wptelegram-widget.php msgid "https://t.me/WPTelegram" msgstr "" #. Author of the plugin +#: wptelegram-widget.php msgid "WP Socio" msgstr "" #. Author URI of the plugin +#: wptelegram-widget.php msgid "https://wpsocio.com" msgstr "" -#: admin/Admin.php:104 +#: admin/Admin.php:102 msgid "Plugin data has been upgraded." msgstr "" -#: admin/Admin.php:105 +#: admin/Admin.php:103 msgid "Please reload the page." msgstr "" diff --git a/plugins/wptelegram-widget/src/languages/wptelegram-widget.pot b/plugins/wptelegram-widget/src/languages/wptelegram-widget.pot index 3d30861b..59ecea1c 100644 --- a/plugins/wptelegram-widget/src/languages/wptelegram-widget.pot +++ b/plugins/wptelegram-widget/src/languages/wptelegram-widget.pot @@ -2,16 +2,16 @@ # This file is distributed under the GPL-2.0+. msgid "" msgstr "" -"Project-Id-Version: WP Telegram Widget 2.1.18\n" +"Project-Id-Version: WP Telegram Widget 2.1.19\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-02-04T07:07:59+00:00\n" +"POT-Creation-Date: 2024-02-19T12:17:08+00:00\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"X-Generator: WP-CLI 2.9.0\n" +"X-Generator: WP-CLI 2.10.0\n" "language: en_US\n" "X-Poedit-Basepath: ..\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" @@ -397,6 +397,7 @@ msgstr "" #. Description of the plugin #: js/settings/ui/Sidebar.tsx:16 +#: wptelegram-widget.php #: languages/wptelegram-widget-js-translations.php:229 msgid "Display the Telegram Public Channel or Group Feed in a WordPress widget or anywhere you want using a shortcode." msgstr "" @@ -607,37 +608,41 @@ msgid "Channel or group username." msgstr "" #. Plugin Name of the plugin +#: wptelegram-widget.php #: includes/Main.php:420 msgid "WP Telegram Widget" msgstr "" #. Plugin URI of the plugin +#: wptelegram-widget.php msgid "https://t.me/WPTelegram" msgstr "" #. Author of the plugin +#: wptelegram-widget.php msgid "WP Socio" msgstr "" #. Author URI of the plugin +#: wptelegram-widget.php msgid "https://wpsocio.com" msgstr "" -#: admin/Admin.php:58 +#: admin/Admin.php:56 #: includes/Utils.php:279 #: includes/Utils.php:280 msgid "WP Telegram" msgstr "" -#: admin/Admin.php:84 +#: admin/Admin.php:82 msgid "Telegram Widget" msgstr "" -#: admin/Admin.php:104 +#: admin/Admin.php:102 msgid "Plugin data has been upgraded." msgstr "" -#: admin/Admin.php:105 +#: admin/Admin.php:103 msgid "Please reload the page." msgstr "" diff --git a/plugins/wptelegram-widget/src/readme.txt b/plugins/wptelegram-widget/src/readme.txt index 226c12ec..85fa5fcd 100644 --- a/plugins/wptelegram-widget/src/readme.txt +++ b/plugins/wptelegram-widget/src/readme.txt @@ -2,10 +2,10 @@ Contributors: wpsocio, irshadahmad21 Donate link: https://wpsocio.com/donate Tags: telegram, feed, widget, channel, group -Requires at least: 6.2 +Requires at least: 6.4 Requires PHP: 7.4 Tested up to: 6.4.3 -Stable tag: 2.1.18 +Stable tag: 2.1.19 License: GPL-3.0-or-later License URI: https://www.gnu.org/licenses/gpl-3.0.html @@ -193,7 +193,8 @@ Automatic updates should work smoothly, but we still recommend you back up your == Changelog == -= 2.1.18 = -- Updated bundled bot api library += 2.1.19 = +- Updated minimum required WP version to 6.4 +- Fixed the warning "The block \* is registered with an invalid category" [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 58526241..32c41644 100644 --- a/plugins/wptelegram-widget/src/wptelegram-widget.php +++ b/plugins/wptelegram-widget/src/wptelegram-widget.php @@ -10,8 +10,8 @@ * 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.1.18 - * Requires at least: 6.2 + * Version: 2.1.19 + * Requires at least: 6.4 * Requires PHP: 7.4 * Author: WP Socio * Author URI: https://wpsocio.com @@ -29,7 +29,7 @@ /** * Current plugin version. */ -define( 'WPTELEGRAM_WIDGET_VER', '2.1.18' ); +define( 'WPTELEGRAM_WIDGET_VER', '2.1.19' ); defined( 'WPTELEGRAM_WIDGET_MAIN_FILE' ) || define( 'WPTELEGRAM_WIDGET_MAIN_FILE', __FILE__ ); diff --git a/plugins/wptelegram/CHANGELOG.md b/plugins/wptelegram/CHANGELOG.md index 0db09df2..dad1ef7e 100644 --- a/plugins/wptelegram/CHANGELOG.md +++ b/plugins/wptelegram/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 4.1.2 + +### Patch Changes + +- [#99](https://github.com/wpsocio/wp-projects/pull/99) [`0db832f`](https://github.com/wpsocio/wp-projects/commit/0db832fdec87f92b30b274afd7241d8d74df68bd) Thanks [@irshadahmad21](https://github.com/irshadahmad21)! - Improved logging for HTML conversion errors for private notifications + +- [#103](https://github.com/wpsocio/wp-projects/pull/103) [`e12a25c`](https://github.com/wpsocio/wp-projects/commit/e12a25caf8ead7065b256d58aa74b64cc35cc947) Thanks [@irshadahmad21](https://github.com/irshadahmad21)! - Updated minimum required WP version to 6.4 + ## 4.1.1 ### Patch Changes diff --git a/plugins/wptelegram/README.md b/plugins/wptelegram/README.md index e54245e5..16ea9c8f 100644 --- a/plugins/wptelegram/README.md +++ b/plugins/wptelegram/README.md @@ -2,10 +2,10 @@ **Contributors:** [wpsocio](https://github.com/wpsocio), [irshadahmad21](https://github.com/irshadahmad21) **Tags:** telegram, notifications, posts, channel, group -**Requires at least:** 6.2 +**Requires at least:** 6.4 **Requires PHP:** 7.4 **Tested up to:** 6.4.3 -**Stable tag:** 4.1.1 +**Stable tag:** 4.1.2 **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 6fb0ee00..1a4d2955 100644 --- a/plugins/wptelegram/composer.json +++ b/plugins/wptelegram/composer.json @@ -1,6 +1,6 @@ { "name": "wpsocio/wptelegram", - "version": "4.1.1", + "version": "4.1.2", "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/dev.php b/plugins/wptelegram/dev.php index 98d0e66a..e33760eb 100644 --- a/plugins/wptelegram/dev.php +++ b/plugins/wptelegram/dev.php @@ -11,7 +11,7 @@ * Plugin URI: https://t.me/WPTelegram * Description: ❌ DO NOT DELETE ❌ Development Environment for WP Telegram. Versioned high to avoid auto update. * Version: 999.999.999 - * Requires at least: 6.2 + * Requires at least: 6.4 * Requires PHP: 7.4 * Author: WP Socio * Author URI: https://t.me/WPTelegram diff --git a/plugins/wptelegram/package.json b/plugins/wptelegram/package.json index 6815be1d..9dadaad3 100644 --- a/plugins/wptelegram/package.json +++ b/plugins/wptelegram/package.json @@ -1,7 +1,7 @@ { "name": "wptelegram", "title": "WP Telegram", - "version": "4.1.1", + "version": "4.1.2", "description": "Integrate your WordPress site perfectly with Telegram with full control.", "private": true, "license": "GPL-3.0-or-later", diff --git a/plugins/wptelegram/src/languages/wptelegram-ar.po b/plugins/wptelegram/src/languages/wptelegram-ar.po index 5f850392..739ddce6 100644 --- a/plugins/wptelegram/src/languages/wptelegram-ar.po +++ b/plugins/wptelegram/src/languages/wptelegram-ar.po @@ -1347,24 +1347,29 @@ msgstr "" #. Description of the plugin #: js/settings/ui/Sidebar.tsx:16 +#: wptelegram.php #: languages/wptelegram-js-translations.php:613 msgid "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." msgstr "" #. Plugin Name of the plugin +#: wptelegram.php #: includes/Main.php:324 msgid "WP Telegram" msgstr "" #. Plugin URI of the plugin +#: wptelegram.php msgid "https://t.me/WPTelegram" msgstr "" #. Author of the plugin +#: wptelegram.php msgid "WP Socio" msgstr "" #. Author URI of the plugin +#: wptelegram.php msgid "https://wpsocio.com" msgstr "" diff --git a/plugins/wptelegram/src/languages/wptelegram-ca.po b/plugins/wptelegram/src/languages/wptelegram-ca.po index 26b1c32b..223e31d7 100644 --- a/plugins/wptelegram/src/languages/wptelegram-ca.po +++ b/plugins/wptelegram/src/languages/wptelegram-ca.po @@ -1347,24 +1347,29 @@ msgstr "" #. Description of the plugin #: js/settings/ui/Sidebar.tsx:16 +#: wptelegram.php #: languages/wptelegram-js-translations.php:613 msgid "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." msgstr "" #. Plugin Name of the plugin +#: wptelegram.php #: includes/Main.php:324 msgid "WP Telegram" msgstr "" #. Plugin URI of the plugin +#: wptelegram.php msgid "https://t.me/WPTelegram" msgstr "" #. Author of the plugin +#: wptelegram.php msgid "WP Socio" msgstr "" #. Author URI of the plugin +#: wptelegram.php msgid "https://wpsocio.com" msgstr "" diff --git a/plugins/wptelegram/src/languages/wptelegram-de_DE.po b/plugins/wptelegram/src/languages/wptelegram-de_DE.po index da2ad3e7..e5ffe290 100644 --- a/plugins/wptelegram/src/languages/wptelegram-de_DE.po +++ b/plugins/wptelegram/src/languages/wptelegram-de_DE.po @@ -1339,6 +1339,7 @@ msgstr "Individuelle Taxonomie" #. Description of the plugin #: js/settings/ui/Sidebar.tsx:16 +#: wptelegram.php #: languages/wptelegram-js-translations.php:613 #~ msgid "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." #~ msgstr "Integriere deine WordPress-Website perfekt in Telegram. Sende Beiträge automatisch an Telegram, wenn sie veröffentlicht oder aktualisiert werden, egal ob an einen Telegram-Channel, eine Gruppe oder einen privaten Chat, mit voller Kontrolle. Erhalte deine E-Mail-Benachrichtigungen per Telegram." @@ -1349,19 +1350,23 @@ msgid "Select all" msgstr "" #. Plugin Name of the plugin +#: wptelegram.php #: includes/Main.php:324 msgid "WP Telegram" msgstr "" #. Plugin URI of the plugin +#: wptelegram.php msgid "https://t.me/WPTelegram" msgstr "" #. Author of the plugin +#: wptelegram.php msgid "WP Socio" msgstr "" #. Author URI of the plugin +#: wptelegram.php msgid "https://wpsocio.com" msgstr "" diff --git a/plugins/wptelegram/src/languages/wptelegram-es_ES.po b/plugins/wptelegram/src/languages/wptelegram-es_ES.po index 80c4357c..0c656545 100644 --- a/plugins/wptelegram/src/languages/wptelegram-es_ES.po +++ b/plugins/wptelegram/src/languages/wptelegram-es_ES.po @@ -1348,24 +1348,29 @@ msgstr "" #. Description of the plugin #: js/settings/ui/Sidebar.tsx:16 +#: wptelegram.php #: languages/wptelegram-js-translations.php:613 msgid "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." msgstr "" #. Plugin Name of the plugin +#: wptelegram.php #: includes/Main.php:324 msgid "WP Telegram" msgstr "" #. Plugin URI of the plugin +#: wptelegram.php msgid "https://t.me/WPTelegram" msgstr "" #. Author of the plugin +#: wptelegram.php msgid "WP Socio" msgstr "" #. Author URI of the plugin +#: wptelegram.php msgid "https://wpsocio.com" msgstr "" diff --git a/plugins/wptelegram/src/languages/wptelegram-fa_IR.po b/plugins/wptelegram/src/languages/wptelegram-fa_IR.po index 0f843c03..477e081e 100644 --- a/plugins/wptelegram/src/languages/wptelegram-fa_IR.po +++ b/plugins/wptelegram/src/languages/wptelegram-fa_IR.po @@ -1354,24 +1354,29 @@ msgstr "" #. Description of the plugin #: js/settings/ui/Sidebar.tsx:16 +#: wptelegram.php #: languages/wptelegram-js-translations.php:613 msgid "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." msgstr "" #. Plugin Name of the plugin +#: wptelegram.php #: includes/Main.php:324 msgid "WP Telegram" msgstr "" #. Plugin URI of the plugin +#: wptelegram.php msgid "https://t.me/WPTelegram" msgstr "" #. Author of the plugin +#: wptelegram.php msgid "WP Socio" msgstr "" #. Author URI of the plugin +#: wptelegram.php msgid "https://wpsocio.com" msgstr "" diff --git a/plugins/wptelegram/src/languages/wptelegram-id_ID.po b/plugins/wptelegram/src/languages/wptelegram-id_ID.po index f56b59fe..17b7db61 100644 --- a/plugins/wptelegram/src/languages/wptelegram-id_ID.po +++ b/plugins/wptelegram/src/languages/wptelegram-id_ID.po @@ -1353,24 +1353,29 @@ msgstr "" #. Description of the plugin #: js/settings/ui/Sidebar.tsx:16 +#: wptelegram.php #: languages/wptelegram-js-translations.php:613 msgid "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." msgstr "" #. Plugin Name of the plugin +#: wptelegram.php #: includes/Main.php:324 msgid "WP Telegram" msgstr "" #. Plugin URI of the plugin +#: wptelegram.php msgid "https://t.me/WPTelegram" msgstr "" #. Author of the plugin +#: wptelegram.php msgid "WP Socio" msgstr "" #. Author URI of the plugin +#: wptelegram.php msgid "https://wpsocio.com" msgstr "" diff --git a/plugins/wptelegram/src/languages/wptelegram-it_IT.po b/plugins/wptelegram/src/languages/wptelegram-it_IT.po index 19b235ad..7fa1eaa2 100644 --- a/plugins/wptelegram/src/languages/wptelegram-it_IT.po +++ b/plugins/wptelegram/src/languages/wptelegram-it_IT.po @@ -1353,24 +1353,29 @@ msgstr "" #. Description of the plugin #: js/settings/ui/Sidebar.tsx:16 +#: wptelegram.php #: languages/wptelegram-js-translations.php:613 msgid "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." msgstr "" #. Plugin Name of the plugin +#: wptelegram.php #: includes/Main.php:324 msgid "WP Telegram" msgstr "" #. Plugin URI of the plugin +#: wptelegram.php msgid "https://t.me/WPTelegram" msgstr "" #. Author of the plugin +#: wptelegram.php msgid "WP Socio" msgstr "" #. Author URI of the plugin +#: wptelegram.php msgid "https://wpsocio.com" msgstr "" diff --git a/plugins/wptelegram/src/languages/wptelegram-pl_PL.po b/plugins/wptelegram/src/languages/wptelegram-pl_PL.po index e89112f3..ddfd11e9 100644 --- a/plugins/wptelegram/src/languages/wptelegram-pl_PL.po +++ b/plugins/wptelegram/src/languages/wptelegram-pl_PL.po @@ -1356,24 +1356,29 @@ msgstr "" #. Description of the plugin #: js/settings/ui/Sidebar.tsx:16 +#: wptelegram.php #: languages/wptelegram-js-translations.php:613 msgid "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." msgstr "" #. Plugin Name of the plugin +#: wptelegram.php #: includes/Main.php:324 msgid "WP Telegram" msgstr "" #. Plugin URI of the plugin +#: wptelegram.php msgid "https://t.me/WPTelegram" msgstr "" #. Author of the plugin +#: wptelegram.php msgid "WP Socio" msgstr "" #. Author URI of the plugin +#: wptelegram.php msgid "https://wpsocio.com" msgstr "" diff --git a/plugins/wptelegram/src/languages/wptelegram-pt_BR.po b/plugins/wptelegram/src/languages/wptelegram-pt_BR.po index 5cf76297..c49ee10d 100644 --- a/plugins/wptelegram/src/languages/wptelegram-pt_BR.po +++ b/plugins/wptelegram/src/languages/wptelegram-pt_BR.po @@ -1347,24 +1347,29 @@ msgstr "" #. Description of the plugin #: js/settings/ui/Sidebar.tsx:16 +#: wptelegram.php #: languages/wptelegram-js-translations.php:613 msgid "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." msgstr "" #. Plugin Name of the plugin +#: wptelegram.php #: includes/Main.php:324 msgid "WP Telegram" msgstr "" #. Plugin URI of the plugin +#: wptelegram.php msgid "https://t.me/WPTelegram" msgstr "" #. Author of the plugin +#: wptelegram.php msgid "WP Socio" msgstr "" #. Author URI of the plugin +#: wptelegram.php msgid "https://wpsocio.com" msgstr "" diff --git a/plugins/wptelegram/src/languages/wptelegram-ru_RU.po b/plugins/wptelegram/src/languages/wptelegram-ru_RU.po index 632b8e85..57363080 100644 --- a/plugins/wptelegram/src/languages/wptelegram-ru_RU.po +++ b/plugins/wptelegram/src/languages/wptelegram-ru_RU.po @@ -1353,24 +1353,29 @@ msgstr "" #. Description of the plugin #: js/settings/ui/Sidebar.tsx:16 +#: wptelegram.php #: languages/wptelegram-js-translations.php:613 msgid "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." msgstr "" #. Plugin Name of the plugin +#: wptelegram.php #: includes/Main.php:324 msgid "WP Telegram" msgstr "" #. Plugin URI of the plugin +#: wptelegram.php msgid "https://t.me/WPTelegram" msgstr "" #. Author of the plugin +#: wptelegram.php msgid "WP Socio" msgstr "" #. Author URI of the plugin +#: wptelegram.php msgid "https://wpsocio.com" msgstr "" diff --git a/plugins/wptelegram/src/languages/wptelegram-sq.po b/plugins/wptelegram/src/languages/wptelegram-sq.po index 260d1d3c..6fba0f23 100644 --- a/plugins/wptelegram/src/languages/wptelegram-sq.po +++ b/plugins/wptelegram/src/languages/wptelegram-sq.po @@ -1348,24 +1348,29 @@ msgstr "" #. Description of the plugin #: js/settings/ui/Sidebar.tsx:16 +#: wptelegram.php #: languages/wptelegram-js-translations.php:613 msgid "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." msgstr "" #. Plugin Name of the plugin +#: wptelegram.php #: includes/Main.php:324 msgid "WP Telegram" msgstr "" #. Plugin URI of the plugin +#: wptelegram.php msgid "https://t.me/WPTelegram" msgstr "" #. Author of the plugin +#: wptelegram.php msgid "WP Socio" msgstr "" #. Author URI of the plugin +#: wptelegram.php msgid "https://wpsocio.com" msgstr "" diff --git a/plugins/wptelegram/src/languages/wptelegram-zh_TW.po b/plugins/wptelegram/src/languages/wptelegram-zh_TW.po index 31f7fa90..b86eb0a4 100644 --- a/plugins/wptelegram/src/languages/wptelegram-zh_TW.po +++ b/plugins/wptelegram/src/languages/wptelegram-zh_TW.po @@ -1352,24 +1352,29 @@ msgstr "" #. Description of the plugin #: js/settings/ui/Sidebar.tsx:16 +#: wptelegram.php #: languages/wptelegram-js-translations.php:613 msgid "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." msgstr "" #. Plugin Name of the plugin +#: wptelegram.php #: includes/Main.php:324 msgid "WP Telegram" msgstr "" #. Plugin URI of the plugin +#: wptelegram.php msgid "https://t.me/WPTelegram" msgstr "" #. Author of the plugin +#: wptelegram.php msgid "WP Socio" msgstr "" #. Author URI of the plugin +#: wptelegram.php msgid "https://wpsocio.com" msgstr "" diff --git a/plugins/wptelegram/src/languages/wptelegram.pot b/plugins/wptelegram/src/languages/wptelegram.pot index 6a0a5158..c8794bae 100644 --- a/plugins/wptelegram/src/languages/wptelegram.pot +++ b/plugins/wptelegram/src/languages/wptelegram.pot @@ -2,16 +2,16 @@ # This file is distributed under the GPL-2.0+. msgid "" msgstr "" -"Project-Id-Version: WP Telegram 4.1.1\n" +"Project-Id-Version: WP Telegram 4.1.2\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-02-04T07:08:00+00:00\n" +"POT-Creation-Date: 2024-02-19T12:17:08+00:00\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"X-Generator: WP-CLI 2.9.0\n" +"X-Generator: WP-CLI 2.10.0\n" "language: en_US\n" "X-Poedit-Basepath: ..\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" @@ -1038,6 +1038,7 @@ msgstr "" #. Description of the plugin #: js/settings/ui/Sidebar.tsx:16 +#: wptelegram.php #: languages/wptelegram-js-translations.php:613 msgid "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." msgstr "" @@ -1294,19 +1295,23 @@ msgid "Want to add more emails?" msgstr "" #. Plugin Name of the plugin +#: wptelegram.php #: includes/Main.php:324 msgid "WP Telegram" msgstr "" #. Plugin URI of the plugin +#: wptelegram.php msgid "https://t.me/WPTelegram" msgstr "" #. Author of the plugin +#: wptelegram.php msgid "WP Socio" msgstr "" #. Author URI of the plugin +#: wptelegram.php msgid "https://wpsocio.com" msgstr "" diff --git a/plugins/wptelegram/src/readme.txt b/plugins/wptelegram/src/readme.txt index d9263a2d..4464ef33 100644 --- a/plugins/wptelegram/src/readme.txt +++ b/plugins/wptelegram/src/readme.txt @@ -2,10 +2,10 @@ Contributors: wpsocio, irshadahmad21 Donate link: https://wpsocio.com/donate Tags: telegram, notifications, posts, channel, group -Requires at least: 6.2 +Requires at least: 6.4 Requires PHP: 7.4 Tested up to: 6.4.3 -Stable tag: 4.1.1 +Stable tag: 4.1.2 License: GPL-3.0-or-later License URI: https://www.gnu.org/licenses/gpl-3.0.html @@ -203,7 +203,8 @@ Automatic updates should work smoothly, but we still recommend you back up your == Changelog == -= 4.1.1 = -- Updated bundled bot api library += 4.1.2 = +- Improved logging for HTML conversion errors for private notifications +- Updated minimum required WP version to 6.4 [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 3e92e098..fdf8ea4b 100644 --- a/plugins/wptelegram/src/wptelegram.php +++ b/plugins/wptelegram/src/wptelegram.php @@ -10,8 +10,8 @@ * 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.1.1 - * Requires at least: 6.2 + * Version: 4.1.2 + * Requires at least: 6.4 * Requires PHP: 7.4 * Author: WP Socio * Author URI: https://wpsocio.com @@ -26,7 +26,7 @@ die; } -define( 'WPTELEGRAM_VER', '4.1.1' ); +define( 'WPTELEGRAM_VER', '4.1.2' ); defined( 'WPTELEGRAM_MAIN_FILE' ) || define( 'WPTELEGRAM_MAIN_FILE', __FILE__ ); diff --git a/tools/wpdev/CHANGELOG.md b/tools/wpdev/CHANGELOG.md index e1d7a4c6..858b93cb 100644 --- a/tools/wpdev/CHANGELOG.md +++ b/tools/wpdev/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 1.0.5 + +### Patch Changes + +- [#104](https://github.com/wpsocio/wp-projects/pull/104) [`32fc287`](https://github.com/wpsocio/wp-projects/commit/32fc2877376a7b4374ff315f210f9b3466b8ffac) Thanks [@irshadahmad21](https://github.com/irshadahmad21)! - Added `--tasks` flag to wpdev CLI bundle command + ## 1.0.4 ### Patch Changes diff --git a/tools/wpdev/README.md b/tools/wpdev/README.md index 7a413120..1870ef7b 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.4 linux-x64 node-v20.11.0 +@wpsocio/wpdev/1.0.5 linux-x64 node-v20.11.0 $ wpdev --help [COMMAND] USAGE $ wpdev COMMAND @@ -51,9 +51,9 @@ Prepares and bundles projects for distribution or deployment. ``` USAGE - $ wpdev bundle [PROJECTS] [-r ] [-m wp-monorepo|standalone] [-t plugins|themes] [-e ] - [--all] [--from-changeset --changeset-json ] [-d ] [-p npm|yarn|pnpm|bun] [-c] [-v | -t - major|minor|patch|premajor|preminor|prepatch|prerelease] + $ wpdev bundle [PROJECTS] [-r ] [-m wp-monorepo|standalone] [--project-types plugins|themes] [-e + ] [--all] [--from-changeset --changeset-json ] [-d ] [-p npm|yarn|pnpm|bun] [-c] [-v | + -t major|minor|patch|premajor|preminor|prepatch|prerelease] [--tasks ] ARGUMENTS PROJECTS Project(s) to target. @@ -67,8 +67,6 @@ FLAGS -p, --package-manager=