Skip to content

Commit

Permalink
Prepare for next release (#94)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
irshadahmad21 and github-actions[bot] authored Feb 10, 2024
1 parent 24aeb5a commit 9fb4fa8
Show file tree
Hide file tree
Showing 42 changed files with 2,355 additions and 2,375 deletions.
6 changes: 0 additions & 6 deletions .changeset/healthy-rocks-shake.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/warm-tigers-cry.md

This file was deleted.

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

## 1.0.1

### Patch Changes

- [#93](https://github.com/wpsocio/wp-projects/pull/93) [`4ea735c`](https://github.com/wpsocio/wp-projects/commit/4ea735cbda5f68f30d822f88b6134036c51454cb) Thanks [@irshadahmad21](https://github.com/irshadahmad21)! - json encode nested params by default

## 1.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/php/wptelegram-bot-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wpsocio/wptelegram-bot-api",
"version": "1.0.0",
"version": "1.0.1",
"private": true,
"type": "module",
"scripts": {
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.18

### Patch Changes

- [#96](https://github.com/wpsocio/wp-projects/pull/96) [`24aeb5a`](https://github.com/wpsocio/wp-projects/commit/24aeb5ad32e1ec39a456ebf96e34c839b647474a) Thanks [@irshadahmad21](https://github.com/irshadahmad21)! - Updated bundled bot api library

## 2.1.17

### 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 @@ -4,8 +4,8 @@
**Tags:** telegram, feed, widget, channel, group
**Requires at least:** 6.2
**Requires PHP:** 7.4
**Tested up to:** 6.4.1
**Stable tag:** 2.1.17
**Tested up to:** 6.4.3
**Stable tag:** 2.1.18
**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.17",
"version": "2.1.18",
"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.17",
"version": "2.1.18",
"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.17\n"
"Project-Id-Version: WP Telegram Widget 2.1.18\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-28T14:04:35+00:00\n"
"POT-Creation-Date: 2024-02-04T07:07: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
8 changes: 4 additions & 4 deletions plugins/wptelegram-widget/src/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ Donate link: https://wpsocio.com/donate
Tags: telegram, feed, widget, channel, group
Requires at least: 6.2
Requires PHP: 7.4
Tested up to: 6.4.1
Stable tag: 2.1.17
Tested up to: 6.4.3
Stable tag: 2.1.18
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.17 =
- Fix "Bot Token required." error
= 2.1.18 =
- Updated bundled bot api library

[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.17
* Version: 2.1.18
* Requires at least: 6.2
* Requires PHP: 7.4
* Author: WP Socio
Expand All @@ -29,7 +29,7 @@
/**
* Current plugin version.
*/
define( 'WPTELEGRAM_WIDGET_VER', '2.1.17' );
define( 'WPTELEGRAM_WIDGET_VER', '2.1.18' );

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

### Patch Changes

- [#96](https://github.com/wpsocio/wp-projects/pull/96) [`24aeb5a`](https://github.com/wpsocio/wp-projects/commit/24aeb5ad32e1ec39a456ebf96e34c839b647474a) Thanks [@irshadahmad21](https://github.com/irshadahmad21)! - Updated bundled bot api library

## 4.1.0

### Minor 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.2
**Requires PHP:** 7.4
**Tested up to:** 6.4.3
**Stable tag:** 4.1.0
**Stable tag:** 4.1.1
**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.0",
"version": "4.1.1",
"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.0",
"version": "4.1.1",
"description": "Integrate your WordPress site perfectly with Telegram with full control.",
"private": true,
"license": "GPL-3.0-or-later",
Expand Down
Binary file modified plugins/wptelegram/src/languages/wptelegram-ar.mo
Binary file not shown.
Loading

0 comments on commit 9fb4fa8

Please sign in to comment.