Skip to content

Commit

Permalink
Prepare for next release (#164)
Browse files Browse the repository at this point in the history
  • Loading branch information
irshadahmad21 authored Oct 1, 2024
1 parent 75bab6b commit a5dcc72
Show file tree
Hide file tree
Showing 31 changed files with 207 additions and 191 deletions.
8 changes: 0 additions & 8 deletions .changeset/chilly-falcons-relate.md

This file was deleted.

6 changes: 6 additions & 0 deletions plugins/wptelegram-comments/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 1.1.21

### Patch Changes

- [#163](https://github.com/wpsocio/wp-projects/pull/163) [`75bab6b`](https://github.com/wpsocio/wp-projects/commit/75bab6b20f0cc0eccc07750d4e50bcd0b65e486d) Thanks [@irshadahmad21](https://github.com/irshadahmad21)! - Fixed load_plugin_textdomain warning

## 1.1.20

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion plugins/wptelegram-comments/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
**Requires at least:** 6.4
**Requires PHP:** 7.4
**Tested up to:** 6.6.1
**Stable tag:** 1.1.20
**Stable tag:** 1.1.21
**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-comments/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wptelegram-comments",
"version": "1.1.20",
"version": "1.1.21",
"title": "WP Telegram Comments",
"description": "Add comments to posts/pages on your WordPress website by using Telegram Comments Widget",
"private": true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
# This file is distributed under the GPL-2.0+.
msgid ""
msgstr ""
"Project-Id-Version: WP Telegram Comments 1.1.20\n"
"Project-Id-Version: WP Telegram Comments 1.1.21\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/wptelegram-comments\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"POT-Creation-Date: 2024-08-01T11:06:27+00:00\n"
"POT-Creation-Date: 2024-10-01T13:00:00+00:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.11.0-alpha-9a91926\n"
"X-Generator: WP-CLI 2.11.0\n"
"language: en_US\n"
"X-Poedit-Basepath: ..\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
Expand Down
6 changes: 3 additions & 3 deletions plugins/wptelegram-comments/src/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Tags: telegram, comments, discuss, social, widget
Requires at least: 6.4
Requires PHP: 7.4
Tested up to: 6.6.1
Stable tag: 1.1.20
Stable tag: 1.1.21
License: GPL-3.0-or-later
License URI: https://www.gnu.org/licenses/gpl-3.0.html

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

== Changelog ==

= 1.1.20 =
- Fixed settings page and post editor crash for older Wp versions
= 1.1.21 =
- Fixed load_plugin_textdomain warning

[See full changelog](https://github.com/wpsocio/wptelegram-comments/blob/main/CHANGELOG.md)
4 changes: 2 additions & 2 deletions plugins/wptelegram-comments/src/wptelegram-comments.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* Plugin Name: WP Telegram Comments
* Plugin URI: https://t.me/WPTelegram
* Description: Add comments to posts/pages on your WordPress website by using Telegram Comments Widget.
* Version: 1.1.20
* Version: 1.1.21
* Requires at least: 6.4
* Requires PHP: 7.4
* Author: WP Socio
Expand All @@ -29,7 +29,7 @@
/**
* Currently plugin version.
*/
define( 'WPTELEGRAM_COMMENTS_VER', '1.1.20' );
define( 'WPTELEGRAM_COMMENTS_VER', '1.1.21' );

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

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

### Patch Changes

- [#163](https://github.com/wpsocio/wp-projects/pull/163) [`75bab6b`](https://github.com/wpsocio/wp-projects/commit/75bab6b20f0cc0eccc07750d4e50bcd0b65e486d) Thanks [@irshadahmad21](https://github.com/irshadahmad21)! - Fixed load_plugin_textdomain warning

## 1.10.22

### 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.4
**Requires PHP:** 7.4
**Tested up to:** 6.6.1
**Stable tag:** 1.10.22
**Stable tag:** 1.10.23
**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.22",
"version": "1.10.23",
"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
Loading

0 comments on commit a5dcc72

Please sign in to comment.