Skip to content

Commit

Permalink
Prepare for next release (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
irshadahmad21 authored Jan 27, 2024
1 parent 65f4584 commit 12518bd
Show file tree
Hide file tree
Showing 36 changed files with 317 additions and 315 deletions.
5 changes: 0 additions & 5 deletions .changeset/dirty-brooms-reply.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dry-bags-marry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fuzzy-apples-burn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/khaki-ties-swim.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/thick-walls-exist.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.1

### Patch Changes

- [#70](https://github.com/wpsocio/wp-projects/pull/70) [`1202e03`](https://github.com/wpsocio/wp-projects/commit/1202e03417f3012933cbb6ca5ea97d2926be69a8) Thanks [@irshadahmad21](https://github.com/irshadahmad21)! - Updated docs

## 1.0.0

### Major 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.0",
"version": "1.0.1",
"private": true,
"type": "module",
"scripts": {
Expand Down
6 changes: 6 additions & 0 deletions plugins/wptelegram-widget/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 2.1.15

### Patch Changes

- [#73](https://github.com/wpsocio/wp-projects/pull/73) [`65f4584`](https://github.com/wpsocio/wp-projects/commit/65f45843fe403ab706c94cad59ee5b6724a4e0c9) Thanks [@irshadahmad21](https://github.com/irshadahmad21)! - Fixed PHP notice on plugins page requirements

## 2.1.14

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion plugins/wptelegram-widget/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:** 2.1.14
**Stable tag:** 2.1.15
**License:** GPLv3
**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-widget/composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wptelegram/widget",
"version": "2.1.14",
"version": "2.1.15",
"description": "Display the Telegram Public Channel or Group Feed in a WordPress widget or anywhere you want using a shortcode.",
"scripts": {
"lint": "\"vendor/bin/phpcs\" --standard=../../phpcs.xml --extensions=php src/ dev.php",
Expand Down
2 changes: 1 addition & 1 deletion plugins/wptelegram-widget/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "wptelegram-widget",
"title": "WP Telegram Widget",
"version": "2.1.14",
"version": "2.1.15",
"description": "Display the Telegram Public Channel or Group Feed in a WordPress widget or anywhere you want using a shortcode.",
"private": true,
"license": "GPL-3.0",
Expand Down
4 changes: 2 additions & 2 deletions plugins/wptelegram-widget/src/languages/wptelegram-widget.pot
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
# This file is distributed under the GPL-2.0+.
msgid ""
msgstr ""
"Project-Id-Version: WP Telegram Widget 2.1.14\n"
"Project-Id-Version: WP Telegram Widget 2.1.15\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/wptelegram-widget\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"POT-Creation-Date: 2024-01-27T04:16:59+00:00\n"
"POT-Creation-Date: 2024-01-27T08:37:46+00:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.9.0\n"
"language: en_US\n"
Expand Down
7 changes: 3 additions & 4 deletions plugins/wptelegram-widget/src/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Tags: telegram, feed, widget, channel, group
Requires at least: 6.2
Requires PHP: 7.4
Tested up to: 6.4.1
Stable tag: 2.1.14
Stable tag: 2.1.15
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.html

Expand Down Expand Up @@ -193,8 +193,7 @@ Automatic updates should work smoothly, but we still recommend you back up your

== Changelog ==

= 2.1.14 =
- Enabled support for PHP 7.4 after user feedback
- Fixed join link button height for long text
= 2.1.15 =
- Fixed PHP notice on plugins page requirements

[See full changelog](https://github.com/wpsocio/wptelegram-widget/blob/main/CHANGELOG.md)
4 changes: 2 additions & 2 deletions plugins/wptelegram-widget/src/wptelegram-widget.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* Plugin Name: WP Telegram Widget
* Plugin URI: https://t.me/WPTelegram
* Description: Display the Telegram Public Channel or Group Feed in a WordPress widget or anywhere you want using a shortcode.
* Version: 2.1.14
* Version: 2.1.15
* Requires at least: 6.2
* Requires PHP: 7.4
* Author: WP Socio
Expand All @@ -29,7 +29,7 @@
/**
* Current plugin version.
*/
define( 'WPTELEGRAM_WIDGET_VER', '2.1.14' );
define( 'WPTELEGRAM_WIDGET_VER', '2.1.15' );

defined( 'WPTELEGRAM_WIDGET_MAIN_FILE' ) || define( 'WPTELEGRAM_WIDGET_MAIN_FILE', __FILE__ );

Expand Down
8 changes: 8 additions & 0 deletions plugins/wptelegram/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 4.0.18

### Patch Changes

- [#73](https://github.com/wpsocio/wp-projects/pull/73) [`65f4584`](https://github.com/wpsocio/wp-projects/commit/65f45843fe403ab706c94cad59ee5b6724a4e0c9) Thanks [@irshadahmad21](https://github.com/irshadahmad21)! - Fixed PHP 7.4 critical error on settings page

- [#73](https://github.com/wpsocio/wp-projects/pull/73) [`65f4584`](https://github.com/wpsocio/wp-projects/commit/65f45843fe403ab706c94cad59ee5b6724a4e0c9) Thanks [@irshadahmad21](https://github.com/irshadahmad21)! - Fixed PHP notice on plugins page requirements

## 4.0.17

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion plugins/wptelegram/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:** 4.0.17
**Stable tag:** 4.0.18
**License:** GPLv3
**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/composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wpsocio/wptelegram",
"version": "4.0.17",
"version": "4.0.18",
"description": "Integrate your WordPress site perfectly with Telegram with full control.",
"scripts": {
"lint": "\"vendor/bin/phpcs\" --standard=../../phpcs.xml --extensions=php src/ dev.php",
Expand Down
2 changes: 1 addition & 1 deletion plugins/wptelegram/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "wptelegram",
"title": "WP Telegram",
"version": "4.0.17",
"version": "4.0.18",
"description": "Integrate your WordPress site perfectly with Telegram with full control.",
"private": true,
"license": "GPL-3.0",
Expand Down
40 changes: 20 additions & 20 deletions plugins/wptelegram/src/languages/wptelegram-ar.po
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ msgstr ""
#: js/settings/ui/TabbedSections.tsx:23
#: js/settings/ui/advanced/Advanced.tsx:32
#: languages/wptelegram-js-translations.php:562
#: modules/p2tg/Admin.php:407
#: modules/p2tg/Admin.php:409
msgid "Post to Telegram"
msgstr ""

Expand Down Expand Up @@ -415,7 +415,7 @@ msgstr ""

#: js/p2tg-block-editor/Channels.tsx:39
#: languages/wptelegram-js-translations.php:545
#: modules/p2tg/Admin.php:429
#: modules/p2tg/Admin.php:431
msgid "Send to"
msgstr "ارسل إلى"

Expand All @@ -426,60 +426,60 @@ msgstr ""

#: js/p2tg-block-editor/Files.tsx:57
#: languages/wptelegram-js-translations.php:554
#: modules/p2tg/Admin.php:452
#: modules/p2tg/Admin.php:454
msgid "Files to be sent after the message."
msgstr ""

#: js/p2tg-block-editor/Files.tsx:66
#: languages/wptelegram-js-translations.php:557
#: modules/p2tg/Admin.php:451
#: modules/p2tg/Admin.php:453
msgid "Files"
msgstr ""

#: ../../packages/js/shared/wptelegram-ui/services/fields.ts:45
#: js/p2tg-block-editor/OverrideSettings.tsx:116
#: languages/wptelegram-js-translations.php:522
#: modules/p2tg/Admin.php:479
#: modules/p2tg/Admin.php:481
msgid "Featured Image"
msgstr "صورة مميزة"

#: ../../packages/js/shared/wptelegram-ui/components/ImageSettings.tsx:37
#: js/p2tg-block-editor/OverrideSettings.tsx:119
#: languages/wptelegram-js-translations.php:165
#: modules/p2tg/Admin.php:480
#: modules/p2tg/Admin.php:482
msgid "Send Featured Image (if exists)."
msgstr "إرسال صورة مميزة (إن وجدت)۔"

#: ../../packages/js/shared/wptelegram-ui/services/fields.ts:33
#: js/p2tg-block-editor/OverrideSettings.tsx:124
#: languages/wptelegram-js-translations.php:487
#: modules/p2tg/Admin.php:491
#: modules/p2tg/Admin.php:493
msgid "Message Template"
msgstr "قالب الرسالة"

#: js/p2tg-block-editor/OverrideSettings.tsx:86
#: languages/wptelegram-js-translations.php:565
#: modules/p2tg/Admin.php:419
#: modules/p2tg/Admin.php:421
msgid "Override settings"
msgstr ""

#: ../../packages/js/shared/wptelegram-ui/services/fields.ts:25
#: js/p2tg-block-editor/OverrideSettings.tsx:98
#: languages/wptelegram-js-translations.php:462
#: modules/p2tg/Admin.php:441
#: modules/p2tg/Admin.php:443
msgid "Disable Notifications"
msgstr "أوقف التنبيهات"

#: ../../packages/js/shared/wptelegram-ui/services/fields.ts:24
#: js/p2tg-block-editor/OverrideSettings.tsx:105
#: languages/wptelegram-js-translations.php:458
#: modules/p2tg/Admin.php:462
#: modules/p2tg/Admin.php:464
msgid "Delay in Posting"
msgstr ""

#: js/p2tg-block-editor/SendToTelegram.tsx:32
#: languages/wptelegram-js-translations.php:568
#: modules/p2tg/Admin.php:365
#: modules/p2tg/Admin.php:367
msgid "Send to Telegram"
msgstr ""

Expand All @@ -505,7 +505,7 @@ msgstr ""

#: ../../packages/js/shared/wptelegram-ui/components/DelayInPosting.tsx:25
#: languages/wptelegram-js-translations.php:130
#: modules/p2tg/Admin.php:463
#: modules/p2tg/Admin.php:465
msgid "Minute(s)"
msgstr ""

Expand Down Expand Up @@ -577,7 +577,7 @@ msgstr ""

#: ../../packages/js/shared/wptelegram-ui/components/MessageTemplate.tsx:19
#: languages/wptelegram-js-translations.php:177
#: modules/p2tg/Admin.php:492
#: modules/p2tg/Admin.php:494
msgid "Structure of the message to be sent."
msgstr "بنية الرسالة المراد إرسالها۔"

Expand Down Expand Up @@ -1296,31 +1296,31 @@ msgstr ""
msgid "Changes could not be saved."
msgstr ""

#: modules/p2tg/Admin.php:202
#: modules/p2tg/Admin.php:204
msgid "Post Data"
msgstr ""

#: modules/p2tg/Admin.php:219
#: modules/p2tg/Admin.php:221
msgid "Taxonomy Terms"
msgstr ""

#: modules/p2tg/Admin.php:223
#: modules/p2tg/Admin.php:225
msgid "Custom Fields"
msgstr ""

#. translators: 1 taxonomy, 2 {terms:taxonomy}
#: modules/p2tg/Admin.php:231
#: modules/p2tg/Admin.php:233
msgid "Replace %1$s in %2$s by the name of the taxonomy to insert its terms attached to the post."
msgstr ""

#. translators: 1 code, 2 code
#: modules/p2tg/Admin.php:236
#: modules/p2tg/Admin.php:248
#: modules/p2tg/Admin.php:238
#: modules/p2tg/Admin.php:250
msgid "For example %1$s and %2$s in WooCommerce"
msgstr ""

#. translators: 1 custom_field, 2 {cf:custom_field}
#: modules/p2tg/Admin.php:243
#: modules/p2tg/Admin.php:245
msgid "Replace %1$s in %2$s by the name of the Custom Field."
msgstr ""

Expand Down
Loading

0 comments on commit 12518bd

Please sign in to comment.