Skip to content

Commit 434e9c1

Browse files
committed
Prepare for next release
1 parent 8728a26 commit 434e9c1

File tree

10 files changed

+19
-18
lines changed

10 files changed

+19
-18
lines changed

.changeset/quick-aliens-work.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

plugins/wptelegram-login/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 1.11.14
4+
5+
### Patch Changes
6+
7+
- [#294](https://github.com/wpsocio/wp-projects/pull/294) [`8728a26`](https://github.com/wpsocio/wp-projects/commit/8728a263f54817a061996426cc385aaa4da0cdc2) Thanks [@irshadahmad21](https://github.com/irshadahmad21)! - Clean up user meta when user ID is cleared.
8+
39
## 1.11.13
410

511
### Patch Changes

plugins/wptelegram-login/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
**Requires at least:** 6.5
66
**Requires PHP:** 7.4
77
**Tested up to:** 6.8.3
8-
**Stable tag:** 1.11.13
8+
**Stable tag:** 1.11.14
99
**License:** GPL-3.0-or-later
1010
**License URI:** [https://www.gnu.org/licenses/gpl-3.0.html](https://www.gnu.org/licenses/gpl-3.0.html)
1111
**Donate link:** [wpsocio.com/donate](https://wpsocio.com/donate)

plugins/wptelegram-login/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "wptelegram-login",
33
"title": "WP Telegram Login",
4-
"version": "1.11.13",
4+
"version": "1.11.14",
55
"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.",
66
"private": true,
77
"license": "GPL-3.0-or-later",

plugins/wptelegram-login/src/languages/wptelegram-login-de_DE.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ msgstr "Fehler:"
7373
msgid "Please Enter a valid Chat ID"
7474
msgstr ""
7575

76-
#: admin/Admin.php:371
76+
#: admin/Admin.php:378
7777
msgid "Telegram User ID"
7878
msgstr "Telegram User ID"
7979

plugins/wptelegram-login/src/languages/wptelegram-login-ru_RU.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ msgstr "Ошибка:"
7373
msgid "Please Enter a valid Chat ID"
7474
msgstr ""
7575

76-
#: admin/Admin.php:371
76+
#: admin/Admin.php:378
7777
msgid "Telegram User ID"
7878
msgstr "ID Польз. Telegram"
7979

plugins/wptelegram-login/src/languages/wptelegram-login-uk.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ msgstr "Помилка:"
7373
msgid "Please Enter a valid Chat ID"
7474
msgstr ""
7575

76-
#: admin/Admin.php:371
76+
#: admin/Admin.php:378
7777
msgid "Telegram User ID"
7878
msgstr "Ідентифікатор користувача Telegram"
7979

plugins/wptelegram-login/src/languages/wptelegram-login.pot

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
# This file is distributed under the GPL-2.0+.
33
msgid ""
44
msgstr ""
5-
"Project-Id-Version: WP Telegram Login 1.11.13\n"
5+
"Project-Id-Version: WP Telegram Login 1.11.14\n"
66
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/wptelegram-login\n"
77
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
88
"Language-Team: LANGUAGE <[email protected]>\n"
99
"MIME-Version: 1.0\n"
1010
"Content-Type: text/plain; charset=UTF-8\n"
1111
"Content-Transfer-Encoding: 8bit\n"
12-
"POT-Creation-Date: 2025-10-23T10:41:47+00:00\n"
12+
"POT-Creation-Date: 2025-10-23T11:03:52+00:00\n"
1313
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1414
"X-Generator: WP-CLI 2.12.0\n"
1515
"language: en_US\n"
@@ -583,7 +583,7 @@ msgstr ""
583583
msgid "Please Enter a valid Chat ID"
584584
msgstr ""
585585

586-
#: admin/Admin.php:371
586+
#: admin/Admin.php:378
587587
msgid "Telegram User ID"
588588
msgstr ""
589589

plugins/wptelegram-login/src/readme.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Tags: telegram, login, register, social, signup
55
Requires at least: 6.5
66
Requires PHP: 7.4
77
Tested up to: 6.8.3
8-
Stable tag: 1.11.13
8+
Stable tag: 1.11.14
99
License: GPL-3.0-or-later
1010
License URI: https://www.gnu.org/licenses/gpl-3.0.html
1111

@@ -154,7 +154,7 @@ Automatic updates should work smoothly, but we still recommend you back up your
154154

155155
== Changelog ==
156156

157-
= 1.11.13 =
158-
- Allow passing redirect URL via shortcode.
157+
= 1.11.14 =
158+
- Clean up user meta when user ID is cleared.
159159

160160
[See full changelog](https://github.com/wpsocio/wptelegram-login/blob/main/CHANGELOG.md)

plugins/wptelegram-login/src/wptelegram-login.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* Plugin Name: WP Telegram Login
1111
* Plugin URI: https://t.me/WPTelegram
1212
* 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.
13-
* Version: 1.11.13
13+
* Version: 1.11.14
1414
* Requires at least: 6.5
1515
* Requires PHP: 7.4
1616
* Author: WP Socio
@@ -29,7 +29,7 @@
2929
/**
3030
* Currently plugin version.
3131
*/
32-
define( 'WPTELEGRAM_LOGIN_VER', '1.11.13' );
32+
define( 'WPTELEGRAM_LOGIN_VER', '1.11.14' );
3333

3434
defined( 'WPTELEGRAM_LOGIN_MAIN_FILE' ) || define( 'WPTELEGRAM_LOGIN_MAIN_FILE', __FILE__ );
3535

0 commit comments

Comments
 (0)