Skip to content

Commit

Permalink
Prepare for next release (#152)
Browse files Browse the repository at this point in the history
  • Loading branch information
irshadahmad21 authored Aug 1, 2024
1 parent 7f06002 commit c3e804a
Show file tree
Hide file tree
Showing 31 changed files with 70 additions and 57 deletions.
5 changes: 0 additions & 5 deletions .changeset/calm-hotel-explains.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/popular-raven-allows.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.20

### Patch Changes

- [#151](https://github.com/wpsocio/wp-projects/pull/151) [`7f06002`](https://github.com/wpsocio/wp-projects/commit/7f06002dd4b9b31cc4c4fc9320444ac7e1885c26) Thanks [@irshadahmad21](https://github.com/irshadahmad21)! - Fixed settings page and post editor crash for older Wp versions

## 1.1.19

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion plugins/wptelegram-comments/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
**Requires at least:** 6.4
**Requires PHP:** 7.4
**Tested up to:** 6.6.1
**Stable tag:** 1.1.19
**Stable tag:** 1.1.20
**License:** GPL-3.0-or-later
**License URI:** [https://www.gnu.org/licenses/gpl-3.0.html](https://www.gnu.org/licenses/gpl-3.0.html)
**Donate link:** [wpsocio.com/donate](https://wpsocio.com/donate)
Expand Down
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.19",
"version": "1.1.20",
"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.19\n"
"Project-Id-Version: WP Telegram Comments 1.1.20\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-07-31T21:15:45+00:00\n"
"POT-Creation-Date: 2024-08-01T11:06:27+00:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.11.0-alpha-9a91926\n"
"language: en_US\n"
Expand Down
7 changes: 3 additions & 4 deletions plugins/wptelegram-comments/src/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Tags: telegram, comments, discuss, social, widget
Requires at least: 6.4
Requires PHP: 7.4
Tested up to: 6.6.1
Stable tag: 1.1.19
Stable tag: 1.1.20
License: GPL-3.0-or-later
License URI: https://www.gnu.org/licenses/gpl-3.0.html

Expand Down Expand Up @@ -76,8 +76,7 @@ Automatic updates should work smoothly, but we still recommend you back up your

== Changelog ==

= 1.1.19 =
- Fixed empty translations loaded via l10n.php files
- Restored translations for plugin name after l10n fix
= 1.1.20 =
- Fixed settings page and post editor crash for older Wp versions

[See full changelog](https://github.com/wpsocio/wptelegram-comments/blob/main/CHANGELOG.md)
4 changes: 2 additions & 2 deletions plugins/wptelegram-comments/src/wptelegram-comments.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* 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.19
* Version: 1.1.20
* Requires at least: 6.4
* Requires PHP: 7.4
* Author: WP Socio
Expand All @@ -29,7 +29,7 @@
/**
* Currently plugin version.
*/
define( 'WPTELEGRAM_COMMENTS_VER', '1.1.19' );
define( 'WPTELEGRAM_COMMENTS_VER', '1.1.20' );

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.21

### Patch Changes

- [#151](https://github.com/wpsocio/wp-projects/pull/151) [`7f06002`](https://github.com/wpsocio/wp-projects/commit/7f06002dd4b9b31cc4c4fc9320444ac7e1885c26) Thanks [@irshadahmad21](https://github.com/irshadahmad21)! - Fixed settings page and post editor crash for older Wp versions

## 1.10.20

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion plugins/wptelegram-login/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
**Requires at least:** 6.4
**Requires PHP:** 7.4
**Tested up to:** 6.6.1
**Stable tag:** 1.10.20
**Stable tag:** 1.10.21
**License:** GPL-3.0-or-later
**License URI:** [https://www.gnu.org/licenses/gpl-3.0.html](https://www.gnu.org/licenses/gpl-3.0.html)
**Donate link:** [wpsocio.com/donate](https://wpsocio.com/donate)
Expand Down
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.20",
"version": "1.10.21",
"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": {
"gen:docs": "\"vendor/bin/wp-documentor\" parse src --format=markdown --output=docs/README.md --relative=docs",
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.20",
"version": "1.10.21",
"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",
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.20\n"
"Project-Id-Version: WP Telegram Login 1.10.21\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-07-31T21:15:45+00:00\n"
"POT-Creation-Date: 2024-08-01T11:06:26+00:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.11.0-alpha-9a91926\n"
"language: en_US\n"
Expand Down
7 changes: 3 additions & 4 deletions plugins/wptelegram-login/src/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Tags: telegram, login, register, social, signup
Requires at least: 6.4
Requires PHP: 7.4
Tested up to: 6.6.1
Stable tag: 1.10.20
Stable tag: 1.10.21
License: GPL-3.0-or-later
License URI: https://www.gnu.org/licenses/gpl-3.0.html

Expand Down Expand Up @@ -154,8 +154,7 @@ Automatic updates should work smoothly, but we still recommend you back up your

== Changelog ==

= 1.10.20 =
- Fixed empty translations loaded via l10n.php files
- Restored translations for plugin name after l10n fix
= 1.10.21 =
- Fixed settings page and post editor crash for older Wp versions

[See full changelog](https://github.com/wpsocio/wptelegram-login/blob/main/CHANGELOG.md)
4 changes: 2 additions & 2 deletions plugins/wptelegram-login/src/wptelegram-login.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* 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.20
* Version: 1.10.21
* Requires at least: 6.4
* Requires PHP: 7.4
* Author: WP Socio
Expand All @@ -29,7 +29,7 @@
/**
* Currently plugin version.
*/
define( 'WPTELEGRAM_LOGIN_VER', '1.10.20' );
define( 'WPTELEGRAM_LOGIN_VER', '1.10.21' );

defined( 'WPTELEGRAM_LOGIN_MAIN_FILE' ) || define( 'WPTELEGRAM_LOGIN_MAIN_FILE', __FILE__ );

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

## 2.1.27

### Patch Changes

- [#151](https://github.com/wpsocio/wp-projects/pull/151) [`7f06002`](https://github.com/wpsocio/wp-projects/commit/7f06002dd4b9b31cc4c4fc9320444ac7e1885c26) Thanks [@irshadahmad21](https://github.com/irshadahmad21)! - Fixed settings page and post editor crash for older Wp versions

## 2.1.26

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion plugins/wptelegram-widget/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
**Requires at least:** 6.4
**Requires PHP:** 7.4
**Tested up to:** 6.6.1
**Stable tag:** 2.1.26
**Stable tag:** 2.1.27
**License:** GPL-3.0-or-later
**License URI:** [https://www.gnu.org/licenses/gpl-3.0.html](https://www.gnu.org/licenses/gpl-3.0.html)
**Donate link:** [wpsocio.com/donate](https://wpsocio.com/donate)
Expand Down
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.26",
"version": "2.1.27",
"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/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.26",
"version": "2.1.27",
"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",
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.26\n"
"Project-Id-Version: WP Telegram Widget 2.1.27\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-07-31T21:15:45+00:00\n"
"POT-Creation-Date: 2024-08-01T11:06:28+00:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.11.0-alpha-9a91926\n"
"language: en_US\n"
Expand Down
7 changes: 3 additions & 4 deletions plugins/wptelegram-widget/src/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Tags: telegram, feed, widget, channel, group
Requires at least: 6.4
Requires PHP: 7.4
Tested up to: 6.6.1
Stable tag: 2.1.26
Stable tag: 2.1.27
License: GPL-3.0-or-later
License URI: https://www.gnu.org/licenses/gpl-3.0.html

Expand Down Expand Up @@ -193,8 +193,7 @@ Automatic updates should work smoothly, but we still recommend you back up your

== Changelog ==

= 2.1.26 =
- Fixed empty translations loaded via l10n.php files
- Restored translations for plugin name after l10n fix
= 2.1.27 =
- Fixed settings page and post editor crash for older Wp versions

[See full changelog](https://github.com/wpsocio/wptelegram-widget/blob/main/CHANGELOG.md)
4 changes: 2 additions & 2 deletions plugins/wptelegram-widget/src/wptelegram-widget.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.1.26
* Version: 2.1.27
* Requires at least: 6.4
* Requires PHP: 7.4
* Author: WP Socio
Expand All @@ -29,7 +29,7 @@
/**
* Current plugin version.
*/
define( 'WPTELEGRAM_WIDGET_VER', '2.1.26' );
define( 'WPTELEGRAM_WIDGET_VER', '2.1.27' );

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.1.11

### Patch Changes

- [#151](https://github.com/wpsocio/wp-projects/pull/151) [`7f06002`](https://github.com/wpsocio/wp-projects/commit/7f06002dd4b9b31cc4c4fc9320444ac7e1885c26) Thanks [@irshadahmad21](https://github.com/irshadahmad21)! - Fixed settings page and post editor crash for older Wp versions

## 4.1.10

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion plugins/wptelegram/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
**Requires at least:** 6.4
**Requires PHP:** 7.4
**Tested up to:** 6.6.1
**Stable tag:** 4.1.10
**Stable tag:** 4.1.11
**License:** GPL-3.0-or-later
**License URI:** [https://www.gnu.org/licenses/gpl-3.0.html](https://www.gnu.org/licenses/gpl-3.0.html)
**Donate link:** [wpsocio.com/donate](https://wpsocio.com/donate)
Expand Down
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.1.10",
"version": "4.1.11",
"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/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "wptelegram",
"title": "WP Telegram",
"version": "4.1.10",
"version": "4.1.11",
"description": "Integrate your WordPress site perfectly with Telegram with full control.",
"private": true,
"license": "GPL-3.0-or-later",
Expand Down
4 changes: 2 additions & 2 deletions plugins/wptelegram/src/languages/wptelegram.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 4.1.10\n"
"Project-Id-Version: WP Telegram 4.1.11\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/wptelegram\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-07-31T21:15:46+00:00\n"
"POT-Creation-Date: 2024-08-01T11:06:28+00:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.11.0-alpha-9a91926\n"
"language: en_US\n"
Expand Down
7 changes: 3 additions & 4 deletions plugins/wptelegram/src/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Tags: telegram, notifications, posts, channel, group
Requires at least: 6.4
Requires PHP: 7.4
Tested up to: 6.6.1
Stable tag: 4.1.10
Stable tag: 4.1.11
License: GPL-3.0-or-later
License URI: https://www.gnu.org/licenses/gpl-3.0.html

Expand Down Expand Up @@ -203,8 +203,7 @@ Automatic updates should work smoothly, but we still recommend you back up your

== Changelog ==

= 4.1.10 =
- Fixed empty translations loaded via l10n.php files
- Restored translations for plugin name after l10n fix
= 4.1.11 =
- Fixed settings page and post editor crash for older Wp versions

[See full changelog](https://github.com/wpsocio/wptelegram/blob/main/CHANGELOG.md)
4 changes: 2 additions & 2 deletions plugins/wptelegram/src/wptelegram.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* 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.10
* Version: 4.1.11
* Requires at least: 6.4
* Requires PHP: 7.4
* Author: WP Socio
Expand All @@ -26,7 +26,7 @@
die;
}

define( 'WPTELEGRAM_VER', '4.1.10' );
define( 'WPTELEGRAM_VER', '4.1.11' );

defined( 'WPTELEGRAM_MAIN_FILE' ) || define( 'WPTELEGRAM_MAIN_FILE', __FILE__ );

Expand Down
6 changes: 6 additions & 0 deletions tools/vite-wp-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 1.0.4

### Patch Changes

- [#151](https://github.com/wpsocio/wp-projects/pull/151) [`7f06002`](https://github.com/wpsocio/wp-projects/commit/7f06002dd4b9b31cc4c4fc9320444ac7e1885c26) Thanks [@irshadahmad21](https://github.com/irshadahmad21)! - Reverted externalization of react/jsx-runtime for backwards WP compatibility

## 1.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion tools/vite-wp-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wpsocio/vite-wp-react",
"version": "1.0.3",
"version": "1.0.4",
"description": "Set of tools to develop WordPress plugins and themes using React and Vite.",
"license": "MIT",
"repository": {
Expand Down

0 comments on commit c3e804a

Please sign in to comment.