Skip to content

Commit

Permalink
Prepare for next release (#68)
Browse files Browse the repository at this point in the history
* Prepare for next release

* Update changelog
  • Loading branch information
irshadahmad21 authored Jan 27, 2024
1 parent 4db7700 commit 424e537
Show file tree
Hide file tree
Showing 33 changed files with 82 additions and 68 deletions.
8 changes: 0 additions & 8 deletions .changeset/curly-lobsters-design.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/long-camels-knock.md

This file was deleted.

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

## 1.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
Expand Down
4 changes: 2 additions & 2 deletions plugins/wptelegram-comments/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion plugins/wptelegram-comments/dev.php
Original file line number Diff line number Diff line change
Expand Up @@ -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+
Expand Down
2 changes: 1 addition & 1 deletion plugins/wptelegram-comments/package.json
Original file line number Diff line number Diff line change
@@ -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,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\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"
Expand Down
8 changes: 4 additions & 4 deletions plugins/wptelegram-comments/src/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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)
6 changes: 3 additions & 3 deletions plugins/wptelegram-comments/src/wptelegram-comments.php
Original file line number Diff line number Diff line change
Expand Up @@ -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+
Expand All @@ -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__ );

Expand Down
6 changes: 6 additions & 0 deletions plugins/wptelegram-login/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions plugins/wptelegram-login/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion plugins/wptelegram-login/composer.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion plugins/wptelegram-login/dev.php
Original file line number Diff line number Diff line change
Expand Up @@ -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+
Expand Down
2 changes: 1 addition & 1 deletion plugins/wptelegram-login/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 2 additions & 2 deletions plugins/wptelegram-login/src/languages/wptelegram-login.pot
Original file line number Diff line number Diff line change
Expand Up @@ -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 <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\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"
Expand Down
8 changes: 4 additions & 4 deletions plugins/wptelegram-login/src/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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)
6 changes: 3 additions & 3 deletions plugins/wptelegram-login/src/wptelegram-login.php
Original file line number Diff line number Diff line change
Expand Up @@ -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+
Expand All @@ -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__ );

Expand Down
8 changes: 8 additions & 0 deletions plugins/wptelegram-widget/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions plugins/wptelegram-widget/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion plugins/wptelegram-widget/composer.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion plugins/wptelegram-widget/dev.php
Original file line number Diff line number Diff line change
Expand Up @@ -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+
Expand Down
2 changes: 1 addition & 1 deletion plugins/wptelegram-widget/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 2 additions & 2 deletions plugins/wptelegram-widget/src/languages/wptelegram-widget.pot
Original file line number Diff line number Diff line change
Expand Up @@ -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 <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\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"
Expand Down
9 changes: 5 additions & 4 deletions plugins/wptelegram-widget/src/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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)
6 changes: 3 additions & 3 deletions plugins/wptelegram-widget/src/wptelegram-widget.php
Original file line number Diff line number Diff line change
Expand Up @@ -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+
Expand All @@ -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__ );

Expand Down
6 changes: 6 additions & 0 deletions plugins/wptelegram/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions plugins/wptelegram/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion plugins/wptelegram/composer.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion plugins/wptelegram/dev.php
Original file line number Diff line number Diff line change
Expand Up @@ -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+
Expand Down
2 changes: 1 addition & 1 deletion plugins/wptelegram/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
Loading

0 comments on commit 424e537

Please sign in to comment.