Skip to content

Commit

Permalink
Prepare for next release
Browse files Browse the repository at this point in the history
  • Loading branch information
irshadahmad21 committed Dec 3, 2024
1 parent 437e984 commit c3dd1c1
Show file tree
Hide file tree
Showing 15 changed files with 95 additions and 105 deletions.
5 changes: 0 additions & 5 deletions .changeset/calm-months-shave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sixty-seahorses-design.md

This file was deleted.

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

### Patch Changes

- [#219](https://github.com/wpsocio/wp-projects/pull/219) [`93f3cbd`](https://github.com/wpsocio/wp-projects/commit/93f3cbd9ea8123a42cec3bee2731503a78f7aca4) Thanks [@irshadahmad21](https://github.com/irshadahmad21)! - Updated user ID column to make it clickable with ID and username

## 1.11.6

### 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
**Stable tag:** 1.11.6
**Tested up to:** 6.7.1
**Stable tag:** 1.11.7
**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.6",
"version": "1.11.7",
"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
4 changes: 2 additions & 2 deletions plugins/wptelegram-login/docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ Argument | Type | Description
-------- | ---- | -----------
`$wp_user_id` | `int` | The WordPress user ID.

Source: [src/shared/LoginHandler.php](../src/shared/LoginHandler.php), [line 635](../src/shared/LoginHandler.php#L635-L640)
Source: [src/shared/LoginHandler.php](../src/shared/LoginHandler.php), [line 640](../src/shared/LoginHandler.php#L640-L645)

## Filters

Expand Down Expand Up @@ -473,7 +473,7 @@ Argument | Type | Description
`$redirect_to` | `string` | The redirect URL.
`$user` | `\WP_User` | The logged in user.

Source: [src/shared/LoginHandler.php](../src/shared/LoginHandler.php), [line 683](../src/shared/LoginHandler.php#L683-L689)
Source: [src/shared/LoginHandler.php](../src/shared/LoginHandler.php), [line 688](../src/shared/LoginHandler.php#L688-L694)

### `wptelegram_login_web_app_login_data`

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.11.6",
"version": "1.11.7",
"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
37 changes: 17 additions & 20 deletions plugins/wptelegram-login/src/languages/wptelegram-login-de_DE.po
Original file line number Diff line number Diff line change
Expand Up @@ -17,62 +17,59 @@ msgstr ""
"X-Poedit-SearchPath-0: .\n"
"X-Poedit-SearchPathExcluded-0: admin/settings\n"

#: admin/Admin.php:171
#: admin/Admin.php:172
msgid "Telegram Login"
msgstr "Telegram Login"

#: admin/Admin.php:225
#: admin/Admin.php:252
#: admin/Admin.php:226
#: admin/Admin.php:253
msgid "Telegram Info"
msgstr ""

#: admin/Admin.php:226
#: admin/Admin.php:253
#: admin/Admin.php:227
#: admin/Admin.php:254
msgid "Here you can connect this account to Telegram."
msgstr ""

#: admin/Admin.php:228
#: admin/Admin.php:257
#: admin/Admin.php:229
#: admin/Admin.php:258
msgid "Telegram Chat ID"
msgstr ""

#: ../../packages/js/shared-ui/components/instructions.tsx:17
#: admin/Admin.php:278
#: admin/Admin.php:279
#: languages/wptelegram-login-js-translations.php:32
msgid "INSTRUCTIONS!"
msgstr "KONFIGURATIONSANLEITUNG"

#: admin/Admin.php:285
#: admin/Admin.php:287
msgid "Get your Chat ID from %s and enter it above."
msgstr ""

#. translators: %s is bot username
#: admin/Admin.php:287
#: admin/Admin.php:289
msgid "Ask the user to get the Chat ID from %s and enter it above."
msgstr ""

#. translators: %s is bot username
#: admin/Admin.php:297
#: admin/Admin.php:300
msgid "Start a conversation with %s to receive notifications."
msgstr ""

#. translators: %s is bot username
#: admin/Admin.php:299
#: admin/Admin.php:302
msgid "Ask the user to start a conversation with %s to receive notifications."
msgstr ""

#: ../../packages/js/services/api-fetch/index.ts:41
#: admin/Admin.php:323
#: admin/Admin.php:327
#: languages/wptelegram-login-js-translations.php:11
#: shared/LoginHandler.php:75
msgid "Error:"
msgstr "Fehler:"

#: admin/Admin.php:323
#: admin/Admin.php:327
msgid "Please Enter a valid Chat ID"
msgstr ""

#: admin/Admin.php:367
#: admin/Admin.php:371
msgid "Telegram User ID"
msgstr "Telegram User ID"

Expand Down Expand Up @@ -642,11 +639,11 @@ msgstr ""
msgid "https://wpsocio.com"
msgstr ""

#: admin/Admin.php:191
#: admin/Admin.php:192
msgid "Plugin data has been upgraded."
msgstr ""

#: admin/Admin.php:192
#: admin/Admin.php:193
msgid "Please reload the page."
msgstr ""

Expand Down
37 changes: 17 additions & 20 deletions plugins/wptelegram-login/src/languages/wptelegram-login-ru_RU.po
Original file line number Diff line number Diff line change
Expand Up @@ -17,62 +17,59 @@ msgstr ""
"X-Poedit-SearchPath-0: .\n"
"X-Poedit-SearchPathExcluded-0: admin/settings\n"

#: admin/Admin.php:171
#: admin/Admin.php:172
msgid "Telegram Login"
msgstr "Telegram Login"

#: admin/Admin.php:225
#: admin/Admin.php:252
#: admin/Admin.php:226
#: admin/Admin.php:253
msgid "Telegram Info"
msgstr ""

#: admin/Admin.php:226
#: admin/Admin.php:253
#: admin/Admin.php:227
#: admin/Admin.php:254
msgid "Here you can connect this account to Telegram."
msgstr ""

#: admin/Admin.php:228
#: admin/Admin.php:257
#: admin/Admin.php:229
#: admin/Admin.php:258
msgid "Telegram Chat ID"
msgstr "ID Польз. Telegram"

#: ../../packages/js/shared-ui/components/instructions.tsx:17
#: admin/Admin.php:278
#: admin/Admin.php:279
#: languages/wptelegram-login-js-translations.php:32
msgid "INSTRUCTIONS!"
msgstr "ИНСТРУКЦИЯ!"

#: admin/Admin.php:285
#: admin/Admin.php:287
msgid "Get your Chat ID from %s and enter it above."
msgstr ""

#. translators: %s is bot username
#: admin/Admin.php:287
#: admin/Admin.php:289
msgid "Ask the user to get the Chat ID from %s and enter it above."
msgstr ""

#. translators: %s is bot username
#: admin/Admin.php:297
#: admin/Admin.php:300
msgid "Start a conversation with %s to receive notifications."
msgstr ""

#. translators: %s is bot username
#: admin/Admin.php:299
#: admin/Admin.php:302
msgid "Ask the user to start a conversation with %s to receive notifications."
msgstr ""

#: ../../packages/js/services/api-fetch/index.ts:41
#: admin/Admin.php:323
#: admin/Admin.php:327
#: languages/wptelegram-login-js-translations.php:11
#: shared/LoginHandler.php:75
msgid "Error:"
msgstr "Ошибка:"

#: admin/Admin.php:323
#: admin/Admin.php:327
msgid "Please Enter a valid Chat ID"
msgstr ""

#: admin/Admin.php:367
#: admin/Admin.php:371
msgid "Telegram User ID"
msgstr "ID Польз. Telegram"

Expand Down Expand Up @@ -643,11 +640,11 @@ msgstr ""
msgid "https://wpsocio.com"
msgstr ""

#: admin/Admin.php:191
#: admin/Admin.php:192
msgid "Plugin data has been upgraded."
msgstr ""

#: admin/Admin.php:192
#: admin/Admin.php:193
msgid "Please reload the page."
msgstr ""

Expand Down
37 changes: 17 additions & 20 deletions plugins/wptelegram-login/src/languages/wptelegram-login-uk.po
Original file line number Diff line number Diff line change
Expand Up @@ -17,62 +17,59 @@ msgstr ""
"X-Poedit-SearchPath-0: .\n"
"X-Poedit-SearchPathExcluded-0: admin/settings\n"

#: admin/Admin.php:171
#: admin/Admin.php:172
msgid "Telegram Login"
msgstr "Telegram Вхід"

#: admin/Admin.php:225
#: admin/Admin.php:252
#: admin/Admin.php:226
#: admin/Admin.php:253
msgid "Telegram Info"
msgstr ""

#: admin/Admin.php:226
#: admin/Admin.php:253
#: admin/Admin.php:227
#: admin/Admin.php:254
msgid "Here you can connect this account to Telegram."
msgstr ""

#: admin/Admin.php:228
#: admin/Admin.php:257
#: admin/Admin.php:229
#: admin/Admin.php:258
msgid "Telegram Chat ID"
msgstr ""

#: ../../packages/js/shared-ui/components/instructions.tsx:17
#: admin/Admin.php:278
#: admin/Admin.php:279
#: languages/wptelegram-login-js-translations.php:32
msgid "INSTRUCTIONS!"
msgstr "ІНСТРУКЦІЇ!"

#: admin/Admin.php:285
#: admin/Admin.php:287
msgid "Get your Chat ID from %s and enter it above."
msgstr ""

#. translators: %s is bot username
#: admin/Admin.php:287
#: admin/Admin.php:289
msgid "Ask the user to get the Chat ID from %s and enter it above."
msgstr ""

#. translators: %s is bot username
#: admin/Admin.php:297
#: admin/Admin.php:300
msgid "Start a conversation with %s to receive notifications."
msgstr ""

#. translators: %s is bot username
#: admin/Admin.php:299
#: admin/Admin.php:302
msgid "Ask the user to start a conversation with %s to receive notifications."
msgstr ""

#: ../../packages/js/services/api-fetch/index.ts:41
#: admin/Admin.php:323
#: admin/Admin.php:327
#: languages/wptelegram-login-js-translations.php:11
#: shared/LoginHandler.php:75
msgid "Error:"
msgstr "Помилка:"

#: admin/Admin.php:323
#: admin/Admin.php:327
msgid "Please Enter a valid Chat ID"
msgstr ""

#: admin/Admin.php:367
#: admin/Admin.php:371
msgid "Telegram User ID"
msgstr "Ідентифікатор користувача Telegram"

Expand Down Expand Up @@ -643,11 +640,11 @@ msgstr ""
msgid "https://wpsocio.com"
msgstr ""

#: admin/Admin.php:191
#: admin/Admin.php:192
msgid "Plugin data has been upgraded."
msgstr ""

#: admin/Admin.php:192
#: admin/Admin.php:193
msgid "Please reload the page."
msgstr ""

Expand Down
Loading

0 comments on commit c3dd1c1

Please sign in to comment.