Skip to content

Commit

Permalink
Prepare for next release (#197)
Browse files Browse the repository at this point in the history
  • Loading branch information
irshadahmad21 authored Nov 14, 2024
1 parent 1ebd6ae commit e56c130
Show file tree
Hide file tree
Showing 51 changed files with 509 additions and 389 deletions.
5 changes: 0 additions & 5 deletions .changeset/clever-seahorses-mate.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fast-walls-study.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/metal-rings-compete.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/poor-poets-count.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/red-otters-fold.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
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.5

### Patch Changes

- [#204](https://github.com/wpsocio/wp-projects/pull/204) [`f193093`](https://github.com/wpsocio/wp-projects/commit/f19309316f3553956b15236d41f4c411977f7342) Thanks [@irshadahmad21](https://github.com/irshadahmad21)! - Fixed the issue of block editor Zoom out not being visible when the plugin is active

## 1.11.4

### 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.6.2
**Stable tag:** 1.11.4
**Tested up to:** 6.7
**Stable tag:** 1.11.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-login/composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wpsocio/wptelegram-login",
"version": "1.11.4",
"version": "1.11.5",
"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
18 changes: 13 additions & 5 deletions 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.4",
"version": "1.11.5",
"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 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
14 changes: 7 additions & 7 deletions plugins/wptelegram-login/src/languages/wptelegram-login-de_DE.po
Original file line number Diff line number Diff line change
Expand Up @@ -157,40 +157,40 @@ msgstr "Mittel"
msgid "Small"
msgstr "Klein"

#: js/blocks/telegram-login/Edit.tsx:77
#: js/blocks/telegram-login/Edit.tsx:78
#: languages/wptelegram-login-js-translations.php:104
msgid "Button Settings"
msgstr "Button-Einstellungen"

#: js/blocks/telegram-login/Edit.tsx:80
#: js/blocks/telegram-login/Edit.tsx:81
#: js/settings/services/fields.ts:16
#: languages/wptelegram-login-js-translations.php:108
#: shared/widgets/Primary.php:153
msgid "Button Style"
msgstr "Login-Button Style"

#: js/blocks/telegram-login/Edit.tsx:86
#: js/blocks/telegram-login/Edit.tsx:87
#: js/settings/services/fields.ts:27
#: languages/wptelegram-login-js-translations.php:112
#: shared/widgets/Primary.php:167
msgid "Show User Photo"
msgstr "Benutzerfoto anzeigen"

#: js/blocks/telegram-login/Edit.tsx:92
#: js/blocks/telegram-login/Edit.tsx:93
#: js/settings/services/fields.ts:17
#: languages/wptelegram-login-js-translations.php:116
#: shared/widgets/Primary.php:171
msgid "Corner Radius"
msgstr "Eckenradius"

#: js/blocks/telegram-login/Edit.tsx:101
#: js/blocks/telegram-login/Edit.tsx:102
#: js/settings/services/fields.ts:25
#: languages/wptelegram-login-js-translations.php:85
#: shared/widgets/Primary.php:175
msgid "Language"
msgstr ""

#: js/blocks/telegram-login/Edit.tsx:108
#: js/blocks/telegram-login/Edit.tsx:109
#: js/settings/services/fields.ts:24
#: languages/wptelegram-login-js-translations.php:89
#: shared/widgets/Primary.php:183
Expand Down Expand Up @@ -611,7 +611,7 @@ msgid "Title"
msgstr "Titel"

#. Plugin Name of the plugin
#: js/blocks/telegram-login/index.tsx:20
#: js/blocks/telegram-login/index.tsx:21
#: js/settings/ui/WidgetInfoCard.tsx:32
#: wptelegram-login.php
#: includes/Main.php:427
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,11 @@
// Reference: ../../packages/js/utilities/fields.ts:42
__( 'Changes could not be saved.', 'wptelegram-login' ),

// Reference: js/blocks/telegram-login/Edit.tsx:101
// Reference: js/blocks/telegram-login/Edit.tsx:102
// Reference: js/settings/services/fields.ts:25
__( 'Language', 'wptelegram-login' ),

// Reference: js/blocks/telegram-login/Edit.tsx:108
// Reference: js/blocks/telegram-login/Edit.tsx:109
// Reference: js/settings/services/fields.ts:24
__( 'Show if user is', 'wptelegram-login' ),

Expand All @@ -100,22 +100,22 @@
// Reference: js/settings/ui/ButtonOptions.tsx:19
__( 'Small', 'wptelegram-login' ),

// Reference: js/blocks/telegram-login/Edit.tsx:77
// Reference: js/blocks/telegram-login/Edit.tsx:78
__( 'Button Settings', 'wptelegram-login' ),

// Reference: js/blocks/telegram-login/Edit.tsx:80
// Reference: js/blocks/telegram-login/Edit.tsx:81
// Reference: js/settings/services/fields.ts:16
__( 'Button Style', 'wptelegram-login' ),

// Reference: js/blocks/telegram-login/Edit.tsx:86
// Reference: js/blocks/telegram-login/Edit.tsx:87
// Reference: js/settings/services/fields.ts:27
__( 'Show User Photo', 'wptelegram-login' ),

// Reference: js/blocks/telegram-login/Edit.tsx:92
// Reference: js/blocks/telegram-login/Edit.tsx:93
// Reference: js/settings/services/fields.ts:17
__( 'Corner Radius', 'wptelegram-login' ),

// Reference: js/blocks/telegram-login/index.tsx:20
// Reference: js/blocks/telegram-login/index.tsx:21
// Reference: js/settings/ui/WidgetInfoCard.tsx:32
__( 'WP Telegram Login', 'wptelegram-login' ),

Expand Down
14 changes: 7 additions & 7 deletions plugins/wptelegram-login/src/languages/wptelegram-login-ru_RU.po
Original file line number Diff line number Diff line change
Expand Up @@ -158,40 +158,40 @@ msgstr "Средняя"
msgid "Small"
msgstr "Маленькая"

#: js/blocks/telegram-login/Edit.tsx:77
#: js/blocks/telegram-login/Edit.tsx:78
#: languages/wptelegram-login-js-translations.php:104
msgid "Button Settings"
msgstr "Параметры кнопки"

#: js/blocks/telegram-login/Edit.tsx:80
#: js/blocks/telegram-login/Edit.tsx:81
#: js/settings/services/fields.ts:16
#: languages/wptelegram-login-js-translations.php:108
#: shared/widgets/Primary.php:153
msgid "Button Style"
msgstr "Стиль кнопки"

#: js/blocks/telegram-login/Edit.tsx:86
#: js/blocks/telegram-login/Edit.tsx:87
#: js/settings/services/fields.ts:27
#: languages/wptelegram-login-js-translations.php:112
#: shared/widgets/Primary.php:167
msgid "Show User Photo"
msgstr "Показать фотографию пользователя"

#: js/blocks/telegram-login/Edit.tsx:92
#: js/blocks/telegram-login/Edit.tsx:93
#: js/settings/services/fields.ts:17
#: languages/wptelegram-login-js-translations.php:116
#: shared/widgets/Primary.php:171
msgid "Corner Radius"
msgstr "Радиус закругления"

#: js/blocks/telegram-login/Edit.tsx:101
#: js/blocks/telegram-login/Edit.tsx:102
#: js/settings/services/fields.ts:25
#: languages/wptelegram-login-js-translations.php:85
#: shared/widgets/Primary.php:175
msgid "Language"
msgstr ""

#: js/blocks/telegram-login/Edit.tsx:108
#: js/blocks/telegram-login/Edit.tsx:109
#: js/settings/services/fields.ts:24
#: languages/wptelegram-login-js-translations.php:89
#: shared/widgets/Primary.php:183
Expand Down Expand Up @@ -612,7 +612,7 @@ msgid "Title"
msgstr "Заголовок"

#. Plugin Name of the plugin
#: js/blocks/telegram-login/index.tsx:20
#: js/blocks/telegram-login/index.tsx:21
#: js/settings/ui/WidgetInfoCard.tsx:32
#: wptelegram-login.php
#: includes/Main.php:427
Expand Down
14 changes: 7 additions & 7 deletions plugins/wptelegram-login/src/languages/wptelegram-login-uk.po
Original file line number Diff line number Diff line change
Expand Up @@ -158,40 +158,40 @@ msgstr "Середня"
msgid "Small"
msgstr "Мала"

#: js/blocks/telegram-login/Edit.tsx:77
#: js/blocks/telegram-login/Edit.tsx:78
#: languages/wptelegram-login-js-translations.php:104
msgid "Button Settings"
msgstr "Налаштування кнопки"

#: js/blocks/telegram-login/Edit.tsx:80
#: js/blocks/telegram-login/Edit.tsx:81
#: js/settings/services/fields.ts:16
#: languages/wptelegram-login-js-translations.php:108
#: shared/widgets/Primary.php:153
msgid "Button Style"
msgstr "Стиль кнопки"

#: js/blocks/telegram-login/Edit.tsx:86
#: js/blocks/telegram-login/Edit.tsx:87
#: js/settings/services/fields.ts:27
#: languages/wptelegram-login-js-translations.php:112
#: shared/widgets/Primary.php:167
msgid "Show User Photo"
msgstr "Показувати фото користувача"

#: js/blocks/telegram-login/Edit.tsx:92
#: js/blocks/telegram-login/Edit.tsx:93
#: js/settings/services/fields.ts:17
#: languages/wptelegram-login-js-translations.php:116
#: shared/widgets/Primary.php:171
msgid "Corner Radius"
msgstr "Кутовий радіус"

#: js/blocks/telegram-login/Edit.tsx:101
#: js/blocks/telegram-login/Edit.tsx:102
#: js/settings/services/fields.ts:25
#: languages/wptelegram-login-js-translations.php:85
#: shared/widgets/Primary.php:175
msgid "Language"
msgstr ""

#: js/blocks/telegram-login/Edit.tsx:108
#: js/blocks/telegram-login/Edit.tsx:109
#: js/settings/services/fields.ts:24
#: languages/wptelegram-login-js-translations.php:89
#: shared/widgets/Primary.php:183
Expand Down Expand Up @@ -612,7 +612,7 @@ msgid "Title"
msgstr "Заголовок"

#. Plugin Name of the plugin
#: js/blocks/telegram-login/index.tsx:20
#: js/blocks/telegram-login/index.tsx:21
#: js/settings/ui/WidgetInfoCard.tsx:32
#: wptelegram-login.php
#: includes/Main.php:427
Expand Down
Loading

0 comments on commit e56c130

Please sign in to comment.