Skip to content

Commit

Permalink
Prepare for next release (#166)
Browse files Browse the repository at this point in the history
  • Loading branch information
irshadahmad21 authored Oct 1, 2024
1 parent 314648d commit b518334
Show file tree
Hide file tree
Showing 31 changed files with 70 additions and 53 deletions.
5 changes: 0 additions & 5 deletions .changeset/real-islands-exercise.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/tidy-cars-buy.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/php/wp-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 1.0.5

### Patch Changes

- [#165](https://github.com/wpsocio/wp-projects/pull/165) [`314648d`](https://github.com/wpsocio/wp-projects/commit/314648dc5d9cdfad2f532f70733addb2ec5f8245) Thanks [@irshadahmad21](https://github.com/irshadahmad21)! - Fixed load_plugin_textdomain warning

## 1.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/php/wp-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wpsocio/wp-utils",
"version": "1.0.4",
"version": "1.0.5",
"private": true,
"type": "module",
"scripts": {
Expand Down
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.22

### Patch Changes

- [#165](https://github.com/wpsocio/wp-projects/pull/165) [`314648d`](https://github.com/wpsocio/wp-projects/commit/314648dc5d9cdfad2f532f70733addb2ec5f8245) Thanks [@irshadahmad21](https://github.com/irshadahmad21)! - Fixed load_plugin_textdomain warning in dependent package

## 1.1.21

### 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.21
**Stable tag:** 1.1.22
**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.21",
"version": "1.1.22",
"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.21\n"
"Project-Id-Version: WP Telegram Comments 1.1.22\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-10-01T13:00:00+00:00\n"
"POT-Creation-Date: 2024-10-01T13:31:19+00:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.11.0\n"
"language: en_US\n"
Expand Down
6 changes: 3 additions & 3 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.21
Stable tag: 1.1.22
License: GPL-3.0-or-later
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.21 =
- Fixed load_plugin_textdomain warning
= 1.1.22 =
- Fixed load_plugin_textdomain warning in dependent package

[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.21
* Version: 1.1.22
* 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.21' );
define( 'WPTELEGRAM_COMMENTS_VER', '1.1.22' );

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

### Patch Changes

- [#165](https://github.com/wpsocio/wp-projects/pull/165) [`314648d`](https://github.com/wpsocio/wp-projects/commit/314648dc5d9cdfad2f532f70733addb2ec5f8245) Thanks [@irshadahmad21](https://github.com/irshadahmad21)! - Fixed load_plugin_textdomain warning in dependent package

## 1.10.23

### 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.23
**Stable tag:** 1.10.24
**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.23",
"version": "1.10.24",
"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.23",
"version": "1.10.24",
"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.23\n"
"Project-Id-Version: WP Telegram Login 1.10.24\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-10-01T13:00:01+00:00\n"
"POT-Creation-Date: 2024-10-01T13:31:19+00:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.11.0\n"
"language: en_US\n"
Expand Down
6 changes: 3 additions & 3 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.23
Stable tag: 1.10.24
License: GPL-3.0-or-later
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.23 =
- Fixed load_plugin_textdomain warning
= 1.10.24 =
- Fixed load_plugin_textdomain warning in dependent package

[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.23
* Version: 1.10.24
* 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.23' );
define( 'WPTELEGRAM_LOGIN_VER', '1.10.24' );

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

### Patch Changes

- [#165](https://github.com/wpsocio/wp-projects/pull/165) [`314648d`](https://github.com/wpsocio/wp-projects/commit/314648dc5d9cdfad2f532f70733addb2ec5f8245) Thanks [@irshadahmad21](https://github.com/irshadahmad21)! - Fixed load_plugin_textdomain warning in dependent package

## 2.1.29

### 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.29
**Stable tag:** 2.1.30
**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.29",
"version": "2.1.30",
"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.29",
"version": "2.1.30",
"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.29\n"
"Project-Id-Version: WP Telegram Widget 2.1.30\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-10-01T13:00:01+00:00\n"
"POT-Creation-Date: 2024-10-01T13:31:19+00:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.11.0\n"
"language: en_US\n"
Expand Down
6 changes: 3 additions & 3 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.29
Stable tag: 2.1.30
License: GPL-3.0-or-later
License URI: https://www.gnu.org/licenses/gpl-3.0.html

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

== Changelog ==

= 2.1.29 =
- Fixed load_plugin_textdomain warning
= 2.1.30 =
- Fixed load_plugin_textdomain warning in dependent package

[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.29
* Version: 2.1.30
* 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.29' );
define( 'WPTELEGRAM_WIDGET_VER', '2.1.30' );

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

### Patch Changes

- [#165](https://github.com/wpsocio/wp-projects/pull/165) [`314648d`](https://github.com/wpsocio/wp-projects/commit/314648dc5d9cdfad2f532f70733addb2ec5f8245) Thanks [@irshadahmad21](https://github.com/irshadahmad21)! - Fixed load_plugin_textdomain warning in dependent package

## 4.1.15

### 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.15
**Stable tag:** 4.1.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)
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.15",
"version": "4.1.16",
"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.15",
"version": "4.1.16",
"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.15\n"
"Project-Id-Version: WP Telegram 4.1.16\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-10-01T13:00:02+00:00\n"
"POT-Creation-Date: 2024-10-01T13:31:21+00:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.11.0\n"
"language: en_US\n"
Expand Down
6 changes: 3 additions & 3 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.15
Stable tag: 4.1.16
License: GPL-3.0-or-later
License URI: https://www.gnu.org/licenses/gpl-3.0.html

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

== Changelog ==

= 4.1.15 =
- Fixed load_plugin_textdomain warning
= 4.1.16 =
- Fixed load_plugin_textdomain warning in dependent package

[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.15
* Version: 4.1.16
* Requires at least: 6.4
* Requires PHP: 7.4
* Author: WP Socio
Expand All @@ -26,7 +26,7 @@
die;
}

define( 'WPTELEGRAM_VER', '4.1.15' );
define( 'WPTELEGRAM_VER', '4.1.16' );

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

Expand Down

0 comments on commit b518334

Please sign in to comment.