From 424e5371fc027ee43519a6e74515967286291166 Mon Sep 17 00:00:00 2001 From: Irshad Ahmad <94346512+irshadahmad21@users.noreply.github.com> Date: Sat, 27 Jan 2024 10:00:28 +0530 Subject: [PATCH] Prepare for next release (#68) * Prepare for next release * Update changelog --- .changeset/curly-lobsters-design.md | 8 -------- .changeset/long-camels-knock.md | 5 ----- plugins/wptelegram-comments/CHANGELOG.md | 6 ++++++ plugins/wptelegram-comments/README.md | 4 ++-- plugins/wptelegram-comments/dev.php | 2 +- plugins/wptelegram-comments/package.json | 2 +- .../src/languages/wptelegram-comments.pot | 4 ++-- plugins/wptelegram-comments/src/readme.txt | 8 ++++---- plugins/wptelegram-comments/src/wptelegram-comments.php | 6 +++--- plugins/wptelegram-login/CHANGELOG.md | 6 ++++++ plugins/wptelegram-login/README.md | 4 ++-- plugins/wptelegram-login/composer.json | 2 +- plugins/wptelegram-login/dev.php | 2 +- plugins/wptelegram-login/package.json | 2 +- .../wptelegram-login/src/languages/wptelegram-login.pot | 4 ++-- plugins/wptelegram-login/src/readme.txt | 8 ++++---- plugins/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.pot | 4 ++-- plugins/wptelegram-widget/src/readme.txt | 9 +++++---- plugins/wptelegram-widget/src/wptelegram-widget.php | 6 +++--- plugins/wptelegram/CHANGELOG.md | 6 ++++++ plugins/wptelegram/README.md | 4 ++-- plugins/wptelegram/composer.json | 2 +- plugins/wptelegram/dev.php | 2 +- plugins/wptelegram/package.json | 2 +- plugins/wptelegram/src/languages/wptelegram.pot | 4 ++-- plugins/wptelegram/src/readme.txt | 8 ++++---- plugins/wptelegram/src/wptelegram.php | 6 +++--- 33 files changed, 82 insertions(+), 68 deletions(-) delete mode 100644 .changeset/curly-lobsters-design.md delete mode 100644 .changeset/long-camels-knock.md diff --git a/.changeset/curly-lobsters-design.md b/.changeset/curly-lobsters-design.md deleted file mode 100644 index a206b79f..00000000 --- a/.changeset/curly-lobsters-design.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"wptelegram": patch -"wptelegram-comments": patch -"wptelegram-login": patch -"wptelegram-widget": patch ---- - -Enabled support for PHP 7.4 after user feedback diff --git a/.changeset/long-camels-knock.md b/.changeset/long-camels-knock.md deleted file mode 100644 index ffcbf038..00000000 --- a/.changeset/long-camels-knock.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"wptelegram-widget": patch ---- - -Fixed button height for long text diff --git a/plugins/wptelegram-comments/CHANGELOG.md b/plugins/wptelegram-comments/CHANGELOG.md index c1c3e401..931347cf 100644 --- a/plugins/wptelegram-comments/CHANGELOG.md +++ b/plugins/wptelegram-comments/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 1.1.12 + +### Patch Changes + +- [#67](https://github.com/wpsocio/wp-projects/pull/67) [`b8f1656`](https://github.com/wpsocio/wp-projects/commit/b8f16563634166ece8f62c2dc1eb77c4af1e4cdf) Thanks [@irshadahmad21](https://github.com/irshadahmad21)! - Enabled support for PHP 7.4 after user feedback + ## 1.1.11 ### Patch Changes diff --git a/plugins/wptelegram-comments/README.md b/plugins/wptelegram-comments/README.md index bf55b1b2..b17ebfdc 100644 --- a/plugins/wptelegram-comments/README.md +++ b/plugins/wptelegram-comments/README.md @@ -3,9 +3,9 @@ **Contributors:** [wpsocio](https://github.com/wpsocio), [irshadahmad21](https://github.com/irshadahmad21) **Tags:** telegram, comments, discuss, social, widget **Requires at least:** 6.2 -**Requires PHP:** 8.0 +**Requires PHP:** 7.4 **Tested up to:** 6.4.1 -**Stable tag:** 1.1.11 +**Stable tag:** 1.1.12 **License:** GPLv3 **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 cb398edd..3c50fcc9 100644 --- a/plugins/wptelegram-comments/dev.php +++ b/plugins/wptelegram-comments/dev.php @@ -12,7 +12,7 @@ * 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 PHP: 8.0 + * Requires PHP: 7.4 * Author: WP Socio * Author URI: https://wpsocio.com * License: GPL-2.0+ diff --git a/plugins/wptelegram-comments/package.json b/plugins/wptelegram-comments/package.json index 6b9ee1dd..3e56a048 100644 --- a/plugins/wptelegram-comments/package.json +++ b/plugins/wptelegram-comments/package.json @@ -1,6 +1,6 @@ { "name": "wptelegram-comments", - "version": "1.1.11", + "version": "1.1.12", "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/languages/wptelegram-comments.pot b/plugins/wptelegram-comments/src/languages/wptelegram-comments.pot index 2640d0b4..75ef1880 100644 --- a/plugins/wptelegram-comments/src/languages/wptelegram-comments.pot +++ b/plugins/wptelegram-comments/src/languages/wptelegram-comments.pot @@ -2,14 +2,14 @@ # This file is distributed under the GPL-2.0+. msgid "" msgstr "" -"Project-Id-Version: WP Telegram Comments 1.1.11\n" +"Project-Id-Version: WP Telegram Comments 1.1.12\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-26T16:17:29+00:00\n" +"POT-Creation-Date: 2024-01-27T04:16:58+00:00\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "X-Generator: WP-CLI 2.9.0\n" "language: en_US\n" diff --git a/plugins/wptelegram-comments/src/readme.txt b/plugins/wptelegram-comments/src/readme.txt index c0dd5475..761eb2fd 100644 --- a/plugins/wptelegram-comments/src/readme.txt +++ b/plugins/wptelegram-comments/src/readme.txt @@ -3,9 +3,9 @@ Contributors: wpsocio, irshadahmad21 Donate link: https://wpsocio.com/donate Tags: telegram, comments, discuss, social, widget Requires at least: 6.2 -Requires PHP: 8.0 +Requires PHP: 7.4 Tested up to: 6.4.1 -Stable tag: 1.1.11 +Stable tag: 1.1.12 License: GPLv3 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.11 = -- Fixed requirements in readme.txt += 1.1.12 = +- Enabled support for PHP 7.4 after user feedback [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 3bcc5a1b..f4c6e08b 100644 --- a/plugins/wptelegram-comments/src/wptelegram-comments.php +++ b/plugins/wptelegram-comments/src/wptelegram-comments.php @@ -10,9 +10,9 @@ * 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.11 + * Version: 1.1.12 * Requires at least: 6.2 - * Requires PHP: 8.0 + * Requires PHP: 7.4 * Author: WP Socio * Author URI: https://wpsocio.com * License: GPL-2.0+ @@ -29,7 +29,7 @@ /** * Currently plugin version. */ -define( 'WPTELEGRAM_COMMENTS_VER', '1.1.11' ); +define( 'WPTELEGRAM_COMMENTS_VER', '1.1.12' ); 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 8d732721..04d9181e 100644 --- a/plugins/wptelegram-login/CHANGELOG.md +++ b/plugins/wptelegram-login/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 1.10.10 + +### Patch Changes + +- [#67](https://github.com/wpsocio/wp-projects/pull/67) [`b8f1656`](https://github.com/wpsocio/wp-projects/commit/b8f16563634166ece8f62c2dc1eb77c4af1e4cdf) Thanks [@irshadahmad21](https://github.com/irshadahmad21)! - Enabled support for PHP 7.4 after user feedback + ## 1.10.9 ### Patch Changes diff --git a/plugins/wptelegram-login/README.md b/plugins/wptelegram-login/README.md index 4d34a000..f5b4d6fc 100644 --- a/plugins/wptelegram-login/README.md +++ b/plugins/wptelegram-login/README.md @@ -3,9 +3,9 @@ **Contributors:** [wpsocio](https://github.com/wpsocio), [irshadahmad21](https://github.com/irshadahmad21) **Tags:** telegram, login, register, social, signup **Requires at least:** 6.2 -**Requires PHP:** 8.0 +**Requires PHP:** 7.4 **Tested up to:** 6.4.1 -**Stable tag:** 1.10.9 +**Stable tag:** 1.10.10 **License:** GPLv3 **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 744b5641..c4333ba9 100644 --- a/plugins/wptelegram-login/composer.json +++ b/plugins/wptelegram-login/composer.json @@ -1,6 +1,6 @@ { "name": "wpsocio/wptelegram-login", - "version": "1.10.9", + "version": "1.10.10", "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 b5e55db3..bca436e4 100644 --- a/plugins/wptelegram-login/dev.php +++ b/plugins/wptelegram-login/dev.php @@ -12,7 +12,7 @@ * 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 PHP: 8.0 + * Requires PHP: 7.4 * Author: WP Socio * Author URI: https://wpsocio.com * License: GPL-2.0+ diff --git a/plugins/wptelegram-login/package.json b/plugins/wptelegram-login/package.json index a89dbd23..845c4987 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.9", + "version": "1.10.10", "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", diff --git a/plugins/wptelegram-login/src/languages/wptelegram-login.pot b/plugins/wptelegram-login/src/languages/wptelegram-login.pot index d5e30297..0779e739 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.9\n" +"Project-Id-Version: WP Telegram Login 1.10.10\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-01-26T16:17:29+00:00\n" +"POT-Creation-Date: 2024-01-27T04:16:58+00:00\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "X-Generator: WP-CLI 2.9.0\n" "language: en_US\n" diff --git a/plugins/wptelegram-login/src/readme.txt b/plugins/wptelegram-login/src/readme.txt index f1360973..aab311ac 100644 --- a/plugins/wptelegram-login/src/readme.txt +++ b/plugins/wptelegram-login/src/readme.txt @@ -3,9 +3,9 @@ Contributors: wpsocio, irshadahmad21 Donate link: https://wpsocio.com/donate Tags: telegram, login, register, social, signup Requires at least: 6.2 -Requires PHP: 8.0 +Requires PHP: 7.4 Tested up to: 6.4.1 -Stable tag: 1.10.9 +Stable tag: 1.10.10 License: GPLv3 License URI: https://www.gnu.org/licenses/gpl-3.0.html @@ -154,7 +154,7 @@ Automatic updates should work smoothly, but we still recommend you back up your == Changelog == -= 1.10.9 = -- Fixed requirements in readme.txt += 1.10.10 = +- Enabled support for PHP 7.4 after user feedback [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 432361c3..d13fe4f4 100644 --- a/plugins/wptelegram-login/src/wptelegram-login.php +++ b/plugins/wptelegram-login/src/wptelegram-login.php @@ -10,9 +10,9 @@ * 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.9 + * Version: 1.10.10 * Requires at least: 6.2 - * Requires PHP: 8.0 + * Requires PHP: 7.4 * Author: WP Socio * Author URI: https://wpsocio.com * License: GPL-2.0+ @@ -29,7 +29,7 @@ /** * Currently plugin version. */ -define( 'WPTELEGRAM_LOGIN_VER', '1.10.9' ); +define( 'WPTELEGRAM_LOGIN_VER', '1.10.10' ); 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 c293c632..4cf9a68e 100644 --- a/plugins/wptelegram-widget/CHANGELOG.md +++ b/plugins/wptelegram-widget/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 2.1.14 + +### Patch Changes + +- [#67](https://github.com/wpsocio/wp-projects/pull/67) [`b8f1656`](https://github.com/wpsocio/wp-projects/commit/b8f16563634166ece8f62c2dc1eb77c4af1e4cdf) Thanks [@irshadahmad21](https://github.com/irshadahmad21)! - Enabled support for PHP 7.4 after user feedback + +- [#69](https://github.com/wpsocio/wp-projects/pull/69) [`4db7700`](https://github.com/wpsocio/wp-projects/commit/4db770047684445ac1629d391a2fd6a92e2e53e2) Thanks [@irshadahmad21](https://github.com/irshadahmad21)! - Fixed join link button height for long text + ## 2.1.13 ### Patch Changes diff --git a/plugins/wptelegram-widget/README.md b/plugins/wptelegram-widget/README.md index 23f40418..f6c1f8c5 100644 --- a/plugins/wptelegram-widget/README.md +++ b/plugins/wptelegram-widget/README.md @@ -3,9 +3,9 @@ **Contributors:** [wpsocio](https://github.com/wpsocio), [irshadahmad21](https://github.com/irshadahmad21) **Tags:** telegram, feed, widget, channel, group **Requires at least:** 6.2 -**Requires PHP:** 8.0 +**Requires PHP:** 7.4 **Tested up to:** 6.4.1 -**Stable tag:** 2.1.13 +**Stable tag:** 2.1.14 **License:** GPLv3 **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 ccc8f28c..f635139b 100644 --- a/plugins/wptelegram-widget/composer.json +++ b/plugins/wptelegram-widget/composer.json @@ -1,6 +1,6 @@ { "name": "wptelegram/widget", - "version": "2.1.13", + "version": "2.1.14", "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 ca4357fa..2ab048a3 100644 --- a/plugins/wptelegram-widget/dev.php +++ b/plugins/wptelegram-widget/dev.php @@ -12,7 +12,7 @@ * 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 PHP: 8.0 + * Requires PHP: 7.4 * Author: WP Socio * Author URI: https://wpsocio.com * License: GPL-2.0+ diff --git a/plugins/wptelegram-widget/package.json b/plugins/wptelegram-widget/package.json index e72c2983..f6ce2040 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.13", + "version": "2.1.14", "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", diff --git a/plugins/wptelegram-widget/src/languages/wptelegram-widget.pot b/plugins/wptelegram-widget/src/languages/wptelegram-widget.pot index 60f9f86e..70e8ae06 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.1.13\n" +"Project-Id-Version: WP Telegram Widget 2.1.14\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-01-26T16:17:30+00:00\n" +"POT-Creation-Date: 2024-01-27T04:16:59+00:00\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "X-Generator: WP-CLI 2.9.0\n" "language: en_US\n" diff --git a/plugins/wptelegram-widget/src/readme.txt b/plugins/wptelegram-widget/src/readme.txt index 2215d425..35d68064 100644 --- a/plugins/wptelegram-widget/src/readme.txt +++ b/plugins/wptelegram-widget/src/readme.txt @@ -3,9 +3,9 @@ Contributors: wpsocio, irshadahmad21 Donate link: https://wpsocio.com/donate Tags: telegram, feed, widget, channel, group Requires at least: 6.2 -Requires PHP: 8.0 +Requires PHP: 7.4 Tested up to: 6.4.1 -Stable tag: 2.1.13 +Stable tag: 2.1.14 License: GPLv3 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.13 = -- Fixed requirements in readme.txt += 2.1.14 = +- Enabled support for PHP 7.4 after user feedback +- Fixed join link button height for long 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 98019715..2c906b7a 100644 --- a/plugins/wptelegram-widget/src/wptelegram-widget.php +++ b/plugins/wptelegram-widget/src/wptelegram-widget.php @@ -10,9 +10,9 @@ * 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.13 + * Version: 2.1.14 * Requires at least: 6.2 - * Requires PHP: 8.0 + * Requires PHP: 7.4 * Author: WP Socio * Author URI: https://wpsocio.com * License: GPL-2.0+ @@ -29,7 +29,7 @@ /** * Current plugin version. */ -define( 'WPTELEGRAM_WIDGET_VER', '2.1.13' ); +define( 'WPTELEGRAM_WIDGET_VER', '2.1.14' ); defined( 'WPTELEGRAM_WIDGET_MAIN_FILE' ) || define( 'WPTELEGRAM_WIDGET_MAIN_FILE', __FILE__ ); diff --git a/plugins/wptelegram/CHANGELOG.md b/plugins/wptelegram/CHANGELOG.md index a085cc19..4e868c29 100644 --- a/plugins/wptelegram/CHANGELOG.md +++ b/plugins/wptelegram/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 4.0.17 + +### Patch Changes + +- [#67](https://github.com/wpsocio/wp-projects/pull/67) [`b8f1656`](https://github.com/wpsocio/wp-projects/commit/b8f16563634166ece8f62c2dc1eb77c4af1e4cdf) Thanks [@irshadahmad21](https://github.com/irshadahmad21)! - Enabled support for PHP 7.4 after user feedback + ## 4.0.16 ### Patch Changes diff --git a/plugins/wptelegram/README.md b/plugins/wptelegram/README.md index c2393da2..f417ece3 100644 --- a/plugins/wptelegram/README.md +++ b/plugins/wptelegram/README.md @@ -3,9 +3,9 @@ **Contributors:** [wpsocio](https://github.com/wpsocio), [irshadahmad21](https://github.com/irshadahmad21) **Tags:** telegram, notifications, posts, channel, group **Requires at least:** 6.2 -**Requires PHP:** 8.0 +**Requires PHP:** 7.4 **Tested up to:** 6.4.1 -**Stable tag:** 4.0.16 +**Stable tag:** 4.0.17 **License:** GPLv3 **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 b96f45e2..fab0aadd 100644 --- a/plugins/wptelegram/composer.json +++ b/plugins/wptelegram/composer.json @@ -1,6 +1,6 @@ { "name": "wpsocio/wptelegram", - "version": "4.0.16", + "version": "4.0.17", "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 9dafcec8..98d0e66a 100644 --- a/plugins/wptelegram/dev.php +++ b/plugins/wptelegram/dev.php @@ -12,7 +12,7 @@ * 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 PHP: 8.0 + * Requires PHP: 7.4 * Author: WP Socio * Author URI: https://t.me/WPTelegram * License: GPL-2.0+ diff --git a/plugins/wptelegram/package.json b/plugins/wptelegram/package.json index 9ae727f9..0986e995 100644 --- a/plugins/wptelegram/package.json +++ b/plugins/wptelegram/package.json @@ -1,7 +1,7 @@ { "name": "wptelegram", "title": "WP Telegram", - "version": "4.0.16", + "version": "4.0.17", "description": "Integrate your WordPress site perfectly with Telegram with full control.", "private": true, "license": "GPL-3.0", diff --git a/plugins/wptelegram/src/languages/wptelegram.pot b/plugins/wptelegram/src/languages/wptelegram.pot index ee2d6f53..5af7b45c 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.0.16\n" +"Project-Id-Version: WP Telegram 4.0.17\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-01-26T16:17:30+00:00\n" +"POT-Creation-Date: 2024-01-27T04:17:00+00:00\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "X-Generator: WP-CLI 2.9.0\n" "language: en_US\n" diff --git a/plugins/wptelegram/src/readme.txt b/plugins/wptelegram/src/readme.txt index 181efffb..74a538f0 100644 --- a/plugins/wptelegram/src/readme.txt +++ b/plugins/wptelegram/src/readme.txt @@ -3,9 +3,9 @@ Contributors: wpsocio, irshadahmad21 Donate link: https://wpsocio.com/donate Tags: telegram, notifications, posts, channel, group Requires at least: 6.2 -Requires PHP: 8.0 +Requires PHP: 7.4 Tested up to: 6.4.1 -Stable tag: 4.0.16 +Stable tag: 4.0.17 License: GPLv3 License URI: https://www.gnu.org/licenses/gpl-3.0.html @@ -203,7 +203,7 @@ Automatic updates should work smoothly, but we still recommend you back up your == Changelog == -= 4.0.16 = -- Fixed requirements in readme.txt += 4.0.17 = +- Enabled support for PHP 7.4 after user feedback [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 227ff267..4b8d478b 100644 --- a/plugins/wptelegram/src/wptelegram.php +++ b/plugins/wptelegram/src/wptelegram.php @@ -10,9 +10,9 @@ * 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.0.16 + * Version: 4.0.17 * Requires at least: 6.2 - * Requires PHP: 8.0 + * Requires PHP: 7.4 * Author: WP Socio * Author URI: https://wpsocio.com * License: GPL-2.0+ @@ -26,7 +26,7 @@ die; } -define( 'WPTELEGRAM_VER', '4.0.16' ); +define( 'WPTELEGRAM_VER', '4.0.17' ); defined( 'WPTELEGRAM_MAIN_FILE' ) || define( 'WPTELEGRAM_MAIN_FILE', __FILE__ );