diff --git a/.changeset/common-bugs-wash.md b/.changeset/common-bugs-wash.md deleted file mode 100644 index e430e5ed..00000000 --- a/.changeset/common-bugs-wash.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"wptelegram-widget": patch ---- - -Remove iframe browser support text. diff --git a/plugins/wptelegram-widget/CHANGELOG.md b/plugins/wptelegram-widget/CHANGELOG.md index a6925423..1a1bda8d 100644 --- a/plugins/wptelegram-widget/CHANGELOG.md +++ b/plugins/wptelegram-widget/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 2.2.16 + +### Patch Changes + +- [#319](https://github.com/wpsocio/wp-projects/pull/319) [`2b165e8`](https://github.com/wpsocio/wp-projects/commit/2b165e89fc3658256235009bc5279a3d9890edc3) Thanks [@irshadahmad21](https://github.com/irshadahmad21)! - Remove iframe browser support text. + ## 2.2.15 ### Patch Changes diff --git a/plugins/wptelegram-widget/README.md b/plugins/wptelegram-widget/README.md index 26898992..b7bf71bc 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.6 **Requires PHP:** 8.0 -**Tested up to:** 6.9.1 -**Stable tag:** 2.2.15 +**Tested up to:** 6.9.4 +**Stable tag:** 2.2.16 **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/package.json b/plugins/wptelegram-widget/package.json index af76bab3..109e6292 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.15", + "version": "2.2.16", "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 7f54fc6c..9991e3f5 100644 --- a/plugins/wptelegram-widget/src/languages/wptelegram-widget-de_DE.po +++ b/plugins/wptelegram-widget/src/languages/wptelegram-widget-de_DE.po @@ -173,7 +173,7 @@ msgstr "Wird geladen..." msgid "Embed" msgstr "Einbetten" -#: js/blocks/single-post/index.tsx:10 +#: js/blocks/single-post/index.tsx:9 #: languages/wptelegram-widget-js-translations.php:189 msgid "Telegram Single Post" msgstr "einzelner Telegram-Beitrag" @@ -645,7 +645,7 @@ msgstr "Zeigt einen öffentlichen Telegram Channel oder Gruppen-Feed in einem Wi #~ 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:150 -#: js/blocks/single-post/index.tsx:47 +#: js/blocks/single-post/index.tsx:44 #: languages/wptelegram-widget-js-translations.php:180 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 c4521c43..e08484c1 100644 --- a/plugins/wptelegram-widget/src/languages/wptelegram-widget-js-translations.php +++ b/plugins/wptelegram-widget/src/languages/wptelegram-widget-js-translations.php @@ -176,7 +176,7 @@ __( 'Loading…', 'wptelegram-widget' ), // Reference: js/blocks/single-post/Edit.tsx:150 - // Reference: js/blocks/single-post/index.tsx:47 + // Reference: js/blocks/single-post/index.tsx:44 __( 'Telegram post', 'wptelegram-widget' ), // Reference: js/blocks/single-post/Edit.tsx:27 @@ -185,7 +185,7 @@ // Reference: js/blocks/single-post/Placeholder.tsx:40 __( 'Embed', 'wptelegram-widget' ), - // Reference: js/blocks/single-post/index.tsx:10 + // Reference: js/blocks/single-post/index.tsx:9 __( '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 31385825..3e41873c 100644 --- a/plugins/wptelegram-widget/src/languages/wptelegram-widget-ru_RU.po +++ b/plugins/wptelegram-widget/src/languages/wptelegram-widget-ru_RU.po @@ -174,7 +174,7 @@ msgstr "" msgid "Embed" msgstr "" -#: js/blocks/single-post/index.tsx:10 +#: js/blocks/single-post/index.tsx:9 #: languages/wptelegram-widget-js-translations.php:189 msgid "Telegram Single Post" msgstr "" @@ -633,7 +633,7 @@ msgid "Display the Telegram Public Channel or Group Feed in a widget" msgstr "Отображать Telegram канал или Чат в виджете." #: js/blocks/single-post/Edit.tsx:150 -#: js/blocks/single-post/index.tsx:47 +#: js/blocks/single-post/index.tsx:44 #: languages/wptelegram-widget-js-translations.php:180 msgid "Telegram post" msgstr "" diff --git a/plugins/wptelegram-widget/src/languages/wptelegram-widget.pot b/plugins/wptelegram-widget/src/languages/wptelegram-widget.pot index e122c0d0..208b8b71 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.15\n" +"Project-Id-Version: WP Telegram Widget 2.2.16\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: 2026-02-14T15:15:26+00:00\n" +"POT-Creation-Date: 2026-05-04T14:34:32+00:00\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "X-Generator: WP-CLI 2.12.0\n" "language: en_US\n" @@ -316,7 +316,7 @@ msgid "Loading…" msgstr "" #: js/blocks/single-post/Edit.tsx:150 -#: js/blocks/single-post/index.tsx:47 +#: js/blocks/single-post/index.tsx:44 #: languages/wptelegram-widget-js-translations.php:180 msgid "Telegram post" msgstr "" @@ -331,7 +331,7 @@ msgstr "" msgid "Embed" msgstr "" -#: js/blocks/single-post/index.tsx:10 +#: js/blocks/single-post/index.tsx:9 #: languages/wptelegram-widget-js-translations.php:189 msgid "Telegram Single Post" msgstr "" diff --git a/plugins/wptelegram-widget/src/readme.txt b/plugins/wptelegram-widget/src/readme.txt index a458eebe..4473fd50 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.6 Requires PHP: 8.0 -Tested up to: 6.9.1 -Stable tag: 2.2.15 +Tested up to: 6.9.4 +Stable tag: 2.2.16 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.15 = -- Fix plugin page stuck with data upgrade. += 2.2.16 = +- Remove iframe browser support text. [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 6e35ef2c..e3f02532 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.15 + * Version: 2.2.16 * Requires at least: 6.6 * Requires PHP: 8.0 * Author: WP Socio @@ -29,7 +29,7 @@ /** * Current plugin version. */ -define( 'WPTELEGRAM_WIDGET_VER', '2.2.15' ); +define( 'WPTELEGRAM_WIDGET_VER', '2.2.16' ); defined( 'WPTELEGRAM_WIDGET_MAIN_FILE' ) || define( 'WPTELEGRAM_WIDGET_MAIN_FILE', __FILE__ ); diff --git a/tools/wpdev/README.md b/tools/wpdev/README.md index 84c7c5af..c6f17536 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.8 linux-x64 node-v24.13.0 +@wpsocio/wpdev/1.0.8 linux-x64 node-v24.14.1 $ wpdev --help [COMMAND] USAGE $ wpdev COMMAND