Skip to content

Commit

Permalink
Prepare for next release (#80)
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 Jan 28, 2024
1 parent 3791761 commit 9fcdc0c
Show file tree
Hide file tree
Showing 45 changed files with 307 additions and 139 deletions.
5 changes: 0 additions & 5 deletions .changeset/gorgeous-bobcats-judge.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/green-turkeys-type.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.10.11

### Patch Changes

- [#79](https://github.com/wpsocio/wp-projects/pull/79) [`3791761`](https://github.com/wpsocio/wp-projects/commit/37917611443b65efc55224d1d932dc86fdfb9104) Thanks [@irshadahmad21](https://github.com/irshadahmad21)! - Fixed plugin menu being hidden during upgrade

## 1.10.10

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion plugins/wptelegram-login/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.1
**Stable tag:** 1.10.10
**Stable tag:** 1.10.11
**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.10.10",
"version": "1.10.11",
"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": {
"lint": "\"vendor/bin/phpcs\" --standard=../../phpcs.xml --extensions=php src/ dev.php",
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.10.10",
"version": "1.10.11",
"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
4 changes: 2 additions & 2 deletions plugins/wptelegram-login/src/includes/BaseClass.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ abstract class BaseClass {
/**
* Instances of the class.
*
* @since x.y.z
* @since 1.10.11
* @access protected
* @var self $instances The instances.
*/
Expand All @@ -45,7 +45,7 @@ abstract class BaseClass {
*
* Ensures only one instance of the class is loaded or can be loaded.
*
* @since x.y.z
* @since 1.10.11
*
* @return static
*/
Expand Down
2 changes: 1 addition & 1 deletion plugins/wptelegram-login/src/includes/Main.php
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ public function init() {
/**
* Whether an upgrade is going on.
*
* @since x.y.z
* @since 1.10.11
*
* @return bool
*/
Expand Down
38 changes: 23 additions & 15 deletions plugins/wptelegram-login/src/languages/wptelegram-login-de_DE.po
Original file line number Diff line number Diff line change
Expand Up @@ -27,58 +27,58 @@ msgstr ""
msgid "Telegram Login"
msgstr "Telegram Login"

#: admin/Admin.php:219
#: admin/Admin.php:246
#: admin/Admin.php:227
#: admin/Admin.php:254
msgid "Telegram Info"
msgstr ""

#: admin/Admin.php:220
#: admin/Admin.php:247
#: admin/Admin.php:228
#: admin/Admin.php:255
msgid "Here you can connect this account to Telegram."
msgstr ""

#: admin/Admin.php:222
#: admin/Admin.php:251
#: admin/Admin.php:230
#: admin/Admin.php:259
msgid "Telegram Chat ID"
msgstr ""

#: ../../packages/js/components/instructions/Instructions.tsx:20
#: admin/Admin.php:272
#: admin/Admin.php:280
#: languages/wptelegram-login-js-translations.php:14
msgid "INSTRUCTIONS!"
msgstr "KONFIGURATIONSANLEITUNG"

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

#. translators: %s is bot username
#: admin/Admin.php:281
#: 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:291
#: admin/Admin.php:299
msgid "Start a conversation with %s to receive notifications."
msgstr ""

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

#: ../../packages/js/services/apiFetch/index.ts:41
#: admin/Admin.php:317
#: admin/Admin.php:325
#: languages/wptelegram-login-js-translations.php:103
#: shared/LoginHandler.php:61
msgid "Error:"
msgstr "Fehler:"

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

#: admin/Admin.php:361
#: admin/Admin.php:369
msgid "Telegram User ID"
msgstr "Telegram User ID"

Expand Down Expand Up @@ -671,7 +671,7 @@ msgstr "Titel"
#. Plugin Name of the plugin
#: js/blocks/telegram-login/index.tsx:20
#: js/settings/ui/WidgetInfoCard.tsx:35
#: includes/Main.php:403
#: includes/Main.php:417
#: languages/wptelegram-login-js-translations.php:168
#: shared/widgets/Primary.php:28
#~ msgid "WP Telegram Login"
Expand All @@ -694,3 +694,11 @@ msgstr ""
#. Author URI of the plugin
msgid "https://wpsocio.com"
msgstr ""

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

#: admin/Admin.php:194
msgid "Please reload the page."
msgstr ""
38 changes: 23 additions & 15 deletions plugins/wptelegram-login/src/languages/wptelegram-login-ru_RU.po
Original file line number Diff line number Diff line change
Expand Up @@ -27,58 +27,58 @@ msgstr "WP Telegram"
msgid "Telegram Login"
msgstr "Telegram Login"

#: admin/Admin.php:219
#: admin/Admin.php:246
#: admin/Admin.php:227
#: admin/Admin.php:254
msgid "Telegram Info"
msgstr ""

#: admin/Admin.php:220
#: admin/Admin.php:247
#: admin/Admin.php:228
#: admin/Admin.php:255
msgid "Here you can connect this account to Telegram."
msgstr ""

#: admin/Admin.php:222
#: admin/Admin.php:251
#: admin/Admin.php:230
#: admin/Admin.php:259
msgid "Telegram Chat ID"
msgstr "ID Польз. Telegram"

#: ../../packages/js/components/instructions/Instructions.tsx:20
#: admin/Admin.php:272
#: admin/Admin.php:280
#: languages/wptelegram-login-js-translations.php:14
msgid "INSTRUCTIONS!"
msgstr "ИНСТРУКЦИЯ!"

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

#. translators: %s is bot username
#: admin/Admin.php:281
#: 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:291
#: admin/Admin.php:299
msgid "Start a conversation with %s to receive notifications."
msgstr ""

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

#: ../../packages/js/services/apiFetch/index.ts:41
#: admin/Admin.php:317
#: admin/Admin.php:325
#: languages/wptelegram-login-js-translations.php:103
#: shared/LoginHandler.php:61
msgid "Error:"
msgstr "Ошибка:"

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

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

Expand Down Expand Up @@ -671,7 +671,7 @@ msgstr "Заголовок"
#. Plugin Name of the plugin
#: js/blocks/telegram-login/index.tsx:20
#: js/settings/ui/WidgetInfoCard.tsx:35
#: includes/Main.php:403
#: includes/Main.php:417
#: languages/wptelegram-login-js-translations.php:168
#: shared/widgets/Primary.php:28
#~ msgid "WP Telegram Login"
Expand All @@ -694,3 +694,11 @@ msgstr ""
#. Author URI of the plugin
msgid "https://wpsocio.com"
msgstr ""

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

#: admin/Admin.php:194
msgid "Please reload the page."
msgstr ""
38 changes: 23 additions & 15 deletions plugins/wptelegram-login/src/languages/wptelegram-login-uk.po
Original file line number Diff line number Diff line change
Expand Up @@ -27,58 +27,58 @@ msgstr "WP Telegram"
msgid "Telegram Login"
msgstr "Telegram Вхід"

#: admin/Admin.php:219
#: admin/Admin.php:246
#: admin/Admin.php:227
#: admin/Admin.php:254
msgid "Telegram Info"
msgstr ""

#: admin/Admin.php:220
#: admin/Admin.php:247
#: admin/Admin.php:228
#: admin/Admin.php:255
msgid "Here you can connect this account to Telegram."
msgstr ""

#: admin/Admin.php:222
#: admin/Admin.php:251
#: admin/Admin.php:230
#: admin/Admin.php:259
msgid "Telegram Chat ID"
msgstr ""

#: ../../packages/js/components/instructions/Instructions.tsx:20
#: admin/Admin.php:272
#: admin/Admin.php:280
#: languages/wptelegram-login-js-translations.php:14
msgid "INSTRUCTIONS!"
msgstr "ІНСТРУКЦІЇ!"

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

#. translators: %s is bot username
#: admin/Admin.php:281
#: 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:291
#: admin/Admin.php:299
msgid "Start a conversation with %s to receive notifications."
msgstr ""

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

#: ../../packages/js/services/apiFetch/index.ts:41
#: admin/Admin.php:317
#: admin/Admin.php:325
#: languages/wptelegram-login-js-translations.php:103
#: shared/LoginHandler.php:61
msgid "Error:"
msgstr "Помилка:"

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

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

Expand Down Expand Up @@ -672,7 +672,7 @@ msgstr "Заголовок"
#. Plugin Name of the plugin
#: js/blocks/telegram-login/index.tsx:20
#: js/settings/ui/WidgetInfoCard.tsx:35
#: includes/Main.php:403
#: includes/Main.php:417
#: languages/wptelegram-login-js-translations.php:168
#: shared/widgets/Primary.php:28
#~ msgid "WP Telegram Login"
Expand All @@ -695,3 +695,11 @@ msgstr ""
#. Author URI of the plugin
msgid "https://wpsocio.com"
msgstr ""

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

#: admin/Admin.php:194
msgid "Please reload the page."
msgstr ""
Loading

0 comments on commit 9fcdc0c

Please sign in to comment.