Skip to content

Commit

Permalink
Prepare for next release (#234)
Browse files Browse the repository at this point in the history
  • Loading branch information
irshadahmad21 authored Mar 9, 2025
1 parent c0b1ea8 commit 31317c8
Show file tree
Hide file tree
Showing 54 changed files with 206 additions and 152 deletions.
8 changes: 0 additions & 8 deletions .changeset/flat-pugs-push.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tame-feet-fold.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/young-taxes-call.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.7

### Patch Changes

- [#233](https://github.com/wpsocio/wp-projects/pull/233) [`9ef60cb`](https://github.com/wpsocio/wp-projects/commit/9ef60cb4c35ae50d5941c9458c62ae818be8cd3c) Thanks [@irshadahmad21](https://github.com/irshadahmad21)! - Updated the default requirements to PHP 7.4 and WP 6.0

## 1.0.6

### 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.6",
"version": "1.0.7",
"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.2.4

### Patch Changes

- [#233](https://github.com/wpsocio/wp-projects/pull/233) [`9ef60cb`](https://github.com/wpsocio/wp-projects/commit/9ef60cb4c35ae50d5941c9458c62ae818be8cd3c) Thanks [@irshadahmad21](https://github.com/irshadahmad21)! - Fixed the i18n initialization to delay it to init

## 1.2.3

### 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 @@ -4,8 +4,8 @@
**Tags:** telegram, comments, discuss, social, widget
**Requires at least:** 6.4
**Requires PHP:** 7.4
**Tested up to:** 6.6.2
**Stable tag:** 1.2.3
**Tested up to:** 6.7.2
**Stable tag:** 1.2.4
**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
26 changes: 20 additions & 6 deletions plugins/wptelegram-comments/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wptelegram-comments",
"version": "1.2.3",
"version": "1.2.4",
"title": "WP Telegram Comments",
"description": "Add comments to posts/pages on your WordPress website by using Telegram Comments Widget",
"private": true,
Expand All @@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ msgstr ""
msgid "Error:"
msgstr ""

#: ../../packages/js/services/use-display-feedback.ts:68
#: ../../packages/js/services/use-display-feedback.ts:71
#: languages/wptelegram-comments-js-translations.php:14
msgid "Lets fix these errors first."
msgstr "Behebe zuerst diese Fehler."
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ msgstr ""
msgid "Error:"
msgstr ""

#: ../../packages/js/services/use-display-feedback.ts:68
#: ../../packages/js/services/use-display-feedback.ts:71
#: languages/wptelegram-comments-js-translations.php:14
msgid "Lets fix these errors first."
msgstr "Vamos a corregir esos errores primero."
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ msgstr ""
msgid "Error:"
msgstr ""

#: ../../packages/js/services/use-display-feedback.ts:68
#: ../../packages/js/services/use-display-feedback.ts:71
#: languages/wptelegram-comments-js-translations.php:14
msgid "Lets fix these errors first."
msgstr "ابتدا این خطاها را برطرف کنید۔"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ msgstr ""
msgid "Error:"
msgstr ""

#: ../../packages/js/services/use-display-feedback.ts:68
#: ../../packages/js/services/use-display-feedback.ts:71
#: languages/wptelegram-comments-js-translations.php:14
msgid "Lets fix these errors first."
msgstr "Idemo prvo popraviti greške."
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ msgstr ""
msgid "Error:"
msgstr ""

#: ../../packages/js/services/use-display-feedback.ts:68
#: ../../packages/js/services/use-display-feedback.ts:71
#: languages/wptelegram-comments-js-translations.php:14
msgid "Lets fix these errors first."
msgstr "Mari pebaiki galat berikut terlebih dahulu."
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ msgstr ""
msgid "Error:"
msgstr ""

#: ../../packages/js/services/use-display-feedback.ts:68
#: ../../packages/js/services/use-display-feedback.ts:71
#: languages/wptelegram-comments-js-translations.php:14
msgid "Lets fix these errors first."
msgstr "Correggi questi errori prima."
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
// Reference: ../../packages/js/services/api-fetch/index.ts:41
__( 'Error:', 'wptelegram-comments' ),

// Reference: ../../packages/js/services/use-display-feedback.ts:68
// Reference: ../../packages/js/services/use-display-feedback.ts:71
__( 'Lets fix these errors first.', 'wptelegram-comments' ),

// Reference: ../../packages/js/services/use-submit-form.ts:64
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ msgstr ""
msgid "Error:"
msgstr ""

#: ../../packages/js/services/use-display-feedback.ts:68
#: ../../packages/js/services/use-display-feedback.ts:71
#: languages/wptelegram-comments-js-translations.php:14
msgid "Lets fix these errors first."
msgstr "Давайте сперва исправим эти ошибки."
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ msgstr ""
msgid "Error:"
msgstr ""

#: ../../packages/js/services/use-display-feedback.ts:68
#: ../../packages/js/services/use-display-feedback.ts:71
#: languages/wptelegram-comments-js-translations.php:14
msgid "Lets fix these errors first."
msgstr "Şimdi bu hataları düzeltelim."
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ msgstr ""
msgid "Error:"
msgstr ""

#: ../../packages/js/services/use-display-feedback.ts:68
#: ../../packages/js/services/use-display-feedback.ts:71
#: languages/wptelegram-comments-js-translations.php:14
msgid "Lets fix these errors first."
msgstr "Давайте виправимо спершу ці помилки."
Expand Down
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# Copyright (C) 2024 WP Socio
# Copyright (C) 2025 WP Socio
# This file is distributed under the GPL-2.0+.
msgid ""
msgstr ""
"Project-Id-Version: WP Telegram Comments 1.2.3\n"
"Project-Id-Version: WP Telegram Comments 1.2.4\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-26T13:10:23+00:00\n"
"POT-Creation-Date: 2025-03-09T08:54:39+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 All @@ -35,7 +35,7 @@ msgstr ""
msgid "Error:"
msgstr ""

#: ../../packages/js/services/use-display-feedback.ts:68
#: ../../packages/js/services/use-display-feedback.ts:71
#: languages/wptelegram-comments-js-translations.php:14
msgid "Lets fix these errors first."
msgstr ""
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 @@ -4,8 +4,8 @@ Donate link: https://wpsocio.com/donate
Tags: telegram, comments, discuss, social, widget
Requires at least: 6.4
Requires PHP: 7.4
Tested up to: 6.6.2
Stable tag: 1.2.3
Tested up to: 6.7.2
Stable tag: 1.2.4
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.2.3 =
- Performance improvements
= 1.2.4 =
- Fixed the i18n initialization to delay it to init

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

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

### Patch Changes

- [#233](https://github.com/wpsocio/wp-projects/pull/233) [`9ef60cb`](https://github.com/wpsocio/wp-projects/commit/9ef60cb4c35ae50d5941c9458c62ae818be8cd3c) Thanks [@irshadahmad21](https://github.com/irshadahmad21)! - Fixed the i18n initialization to delay it to init

## 1.11.7

### 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 @@ -4,8 +4,8 @@
**Tags:** telegram, login, register, social, signup
**Requires at least:** 6.4
**Requires PHP:** 7.4
**Tested up to:** 6.7.1
**Stable tag:** 1.11.7
**Tested up to:** 6.7.2
**Stable tag:** 1.11.8
**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.11.7",
"version": "1.11.8",
"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
Loading

0 comments on commit 31317c8

Please sign in to comment.