Skip to content

Commit

Permalink
Prepare for next release (#209)
Browse files Browse the repository at this point in the history
  • Loading branch information
irshadahmad21 authored Nov 28, 2024
1 parent 22074b1 commit 8db135f
Show file tree
Hide file tree
Showing 18 changed files with 368 additions and 309 deletions.
5 changes: 0 additions & 5 deletions .changeset/forty-bikes-rhyme.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nervous-seahorses-allow.md

This file was deleted.

24 changes: 19 additions & 5 deletions plugins/wptelegram-comments/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,13 @@
"bugs": {
"url": "https://github.com/wpsocio/wp-projects/issues"
},
"keywords": ["telegram", "comments", "discuss", "social", "widget"],
"keywords": [
"telegram",
"comments",
"discuss",
"social",
"widget"
],
"type": "module",
"scripts": {
"dev": "vite --port=5003",
Expand Down Expand Up @@ -66,7 +72,9 @@
]
},
{
"paths": ["src/assets/build/dev-server.json"],
"paths": [
"src/assets/build/dev-server.json"
],
"rules": [
{
"value": "NOT_EXISTS"
Expand All @@ -78,15 +86,21 @@
"wireit": {
"build": {
"command": "vite build && pnpm run validate-build",
"output": ["src/assets/build"]
"output": [
"src/assets/build"
]
},
"setup:php": {
"command": "composer install",
"dependencies": ["unset-vendor-dir"]
"dependencies": [
"unset-vendor-dir"
]
},
"setup:php:prod": {
"command": "composer install --no-dev && pnpm run unset-vendor-dir",
"dependencies": ["set-prod-vendor"]
"dependencies": [
"set-prod-vendor"
]
},
"set-prod-vendor": {
"command": "composer config vendor-dir src/vendor"
Expand Down
16 changes: 12 additions & 4 deletions plugins/wptelegram-login/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,9 @@
]
},
{
"paths": ["src/assets/build/dev-server.json"],
"paths": [
"src/assets/build/dev-server.json"
],
"rules": [
{
"value": "NOT_EXISTS"
Expand All @@ -84,15 +86,21 @@
"wireit": {
"build": {
"command": "vite build && pnpm run validate-build",
"output": ["src/assets/build"]
"output": [
"src/assets/build"
]
},
"setup:php": {
"command": "composer install --ignore-platform-reqs",
"dependencies": ["unset-vendor-dir"]
"dependencies": [
"unset-vendor-dir"
]
},
"setup:php:prod": {
"command": "composer install --no-dev && pnpm run unset-vendor-dir",
"dependencies": ["set-prod-vendor"]
"dependencies": [
"set-prod-vendor"
]
},
"set-prod-vendor": {
"command": "composer config vendor-dir src/vendor"
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.2.5

### Patch Changes

- [#206](https://github.com/wpsocio/wp-projects/pull/206) [`8a05b5d`](https://github.com/wpsocio/wp-projects/commit/8a05b5d71d00d1fb49164b30bc8715d0049beefb) Thanks [@irshadahmad21](https://github.com/irshadahmad21)! - Added multi-group support for legacy widget via custom code

## 2.2.4

### 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.7
**Stable tag:** 2.2.4
**Stable tag:** 2.2.5
**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.2.4",
"version": "2.2.5",
"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
18 changes: 13 additions & 5 deletions 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.2.4",
"version": "2.2.5",
"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 Expand Up @@ -73,7 +73,9 @@
]
},
{
"paths": ["src/assets/build/dev-server.json"],
"paths": [
"src/assets/build/dev-server.json"
],
"rules": [
{
"value": "NOT_EXISTS"
Expand All @@ -85,15 +87,21 @@
"wireit": {
"build": {
"command": "vite build && pnpm run validate-build",
"output": ["src/assets/build"]
"output": [
"src/assets/build"
]
},
"setup:php": {
"command": "composer install",
"dependencies": ["unset-vendor-dir"]
"dependencies": [
"unset-vendor-dir"
]
},
"setup:php:prod": {
"command": "composer install --no-dev && pnpm run unset-vendor-dir",
"dependencies": ["set-prod-vendor"]
"dependencies": [
"set-prod-vendor"
]
},
"set-prod-vendor": {
"command": "composer config vendor-dir src/vendor"
Expand Down
2 changes: 1 addition & 1 deletion plugins/wptelegram-widget/src/admin/Admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ private function get_update_type( $update ) {
/**
* Get the verified username.
*
* @since x.y.z
* @since 2.2.5
*
* @param array $message The message object.
*
Expand Down
Loading

0 comments on commit 8db135f

Please sign in to comment.