-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix multiple empty lines in post content and excerpt (#28)
* Deployed from manzoorwanijk/wp-plugins@f3c17b1062c8c1a9d7cfc844762195c12c2e4ae4 * Deployed from manzoorwanijk/wp-plugins@64e35c422027fd4c154a08bd521a532da2c150ee * Fix admin page not shown just after upgrade * Update release.yml * Fix multiple empty lines in post content and excerpt * Update deps * Deployed from manzoorwanijk/wp-plugins@f93e2bd8b9c1cc302f9abb394e37dd1418a4e630 * Prepare for v3.1.2 Co-authored-by: GitHub Action <[email protected]> Co-authored-by: manzoorwanijk <[email protected]>
- Loading branch information
1 parent
e41c2b1
commit 8d7b37b
Showing
38 changed files
with
136 additions
and
70 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,32 @@ | ||
{ | ||
"files": { | ||
"wptelegram--main.css": "/static/css/wptelegram--main.760d5b78.css", | ||
"wptelegram--main.js": "/static/js/wptelegram--main.97e5b58d.js", | ||
"wptelegram--main.js.map": "/static/js/wptelegram--main.97e5b58d.js.map", | ||
"wptelegram--main.php": "/static/js/wptelegram--main.18b99ef1.asset.php", | ||
"wptelegram--main.js": "/static/js/wptelegram--main.c10affd4.js", | ||
"wptelegram--main.js.map": "/static/js/wptelegram--main.c10affd4.js.map", | ||
"wptelegram--main.php": "/static/js/wptelegram--main.b4c5521e.asset.php", | ||
"wptelegram--p2tg-classic.js": "/static/js/wptelegram--p2tg-classic.0e808952.js", | ||
"wptelegram--p2tg-classic.js.map": "/static/js/wptelegram--p2tg-classic.0e808952.js.map", | ||
"wptelegram--p2tg-classic.php": "/static/js/wptelegram--p2tg-classic.00dd4837.asset.php", | ||
"wptelegram--p2tg-gb.js": "/static/js/wptelegram--p2tg-gb.9a7929be.js", | ||
"wptelegram--p2tg-gb.js.map": "/static/js/wptelegram--p2tg-gb.9a7929be.js.map", | ||
"wptelegram--p2tg-gb.php": "/static/js/wptelegram--p2tg-gb.b8eb556f.asset.php", | ||
"wptelegram--p2tg-gb.js": "/static/js/wptelegram--p2tg-gb.c4deeb03.js", | ||
"wptelegram--p2tg-gb.js.map": "/static/js/wptelegram--p2tg-gb.c4deeb03.js.map", | ||
"wptelegram--p2tg-gb.php": "/static/js/wptelegram--p2tg-gb.4469c26b.asset.php", | ||
"static/css/wptelegram--main.760d5b78.css.map": "/static/css/wptelegram--main.760d5b78.css.map", | ||
"static/js/wptelegram--main.97e5b58d.js.LICENSE.txt": "/static/js/wptelegram--main.97e5b58d.js.LICENSE.txt", | ||
"static/js/wptelegram--p2tg-gb.9a7929be.js.LICENSE.txt": "/static/js/wptelegram--p2tg-gb.9a7929be.js.LICENSE.txt" | ||
"static/js/wptelegram--main.c10affd4.js.LICENSE.txt": "/static/js/wptelegram--main.c10affd4.js.LICENSE.txt", | ||
"static/js/wptelegram--p2tg-gb.c4deeb03.js.LICENSE.txt": "/static/js/wptelegram--p2tg-gb.c4deeb03.js.LICENSE.txt" | ||
}, | ||
"entrypoints": { | ||
"wptelegram--main": [ | ||
"static/css/wptelegram--main.760d5b78.css", | ||
"static/js/wptelegram--main.97e5b58d.js", | ||
"static/js/wptelegram--main.18b99ef1.asset.php" | ||
"static/js/wptelegram--main.c10affd4.js", | ||
"static/js/wptelegram--main.b4c5521e.asset.php" | ||
], | ||
"wptelegram--p2tg-classic": [ | ||
"static/js/wptelegram--p2tg-classic.0e808952.js", | ||
"static/js/wptelegram--p2tg-classic.00dd4837.asset.php" | ||
], | ||
"wptelegram--p2tg-gb": [ | ||
"static/js/wptelegram--p2tg-gb.9a7929be.js", | ||
"static/js/wptelegram--p2tg-gb.b8eb556f.asset.php" | ||
"static/js/wptelegram--p2tg-gb.c4deeb03.js", | ||
"static/js/wptelegram--p2tg-gb.4469c26b.asset.php" | ||
] | ||
} | ||
} |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
...ic/js/wptelegram--main.18b99ef1.asset.php → ...ic/js/wptelegram--main.b4c5521e.asset.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
<?php return array('dependencies' => array('jquery', 'react', 'react-dom', 'wp-api-fetch', 'wp-i18n', 'wp-polyfill'), 'version' => '7aa1a3e9bff5a6f91ef2ca3ce11d804b'); | ||
<?php return array('dependencies' => array('jquery', 'react', 'react-dom', 'wp-api-fetch', 'wp-i18n', 'wp-polyfill'), 'version' => '04759ec7ed760432f8084d61e519ffdc'); |
Large diffs are not rendered by default.
Oops, something went wrong.
File renamed without changes.
Large diffs are not rendered by default.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
...js/wptelegram--p2tg-gb.b8eb556f.asset.php → ...js/wptelegram--p2tg-gb.4469c26b.asset.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
<?php return array('dependencies' => array('react', 'wp-components', 'wp-data', 'wp-edit-post', 'wp-element', 'wp-i18n', 'wp-media-utils', 'wp-plugins'), 'version' => '1fe106e406c3c2a0e9fef023f579529b'); | ||
<?php return array('dependencies' => array('react', 'wp-components', 'wp-data', 'wp-edit-post', 'wp-element', 'wp-i18n', 'wp-media-utils', 'wp-plugins'), 'version' => 'f3b4152f416a4ce7e1d8c893ad18a06f'); |
This file was deleted.
Oops, something went wrong.
6 changes: 3 additions & 3 deletions
6
...static/js/wptelegram--p2tg-gb.9a7929be.js → ...static/js/wptelegram--p2tg-gb.c4deeb03.js
Large diffs are not rendered by default.
Oops, something went wrong.
File renamed without changes.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: WP Telegram - Stable\n" | ||
"Report-Msgid-Bugs-To: https://github.com/manzoorwanijk/wptelegram\n" | ||
"POT-Creation-Date: 2021-05-30 06:08:38+00:00\n" | ||
"POT-Creation-Date: 2021-07-05 06:49:43+00:00\n" | ||
"PO-Revision-Date: 2021-03-14 01:37+0530\n" | ||
"Last-Translator: Robert Skiba <[email protected]>\n" | ||
"Language-Team: Deutsch\n" | ||
|
@@ -30,7 +30,7 @@ msgstr "" | |
"Mit diesem Plugin kann man Posts an Telegram senden, Benachrichtigungen " | ||
"erhalten und vieles mehr :)" | ||
|
||
#: includes/Main.php:312 | ||
#: includes/Main.php:314 | ||
msgid "WP Telegram" | ||
msgstr "" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: WP Telegram - Stable\n" | ||
"Report-Msgid-Bugs-To: https://github.com/manzoorwanijk/wptelegram\n" | ||
"POT-Creation-Date: 2021-05-30 06:08:38+00:00\n" | ||
"POT-Creation-Date: 2021-07-05 06:49:43+00:00\n" | ||
"PO-Revision-Date: 2021-03-14 01:37+0530\n" | ||
"Last-Translator: Robert Skiba <[email protected]>\n" | ||
"Language-Team: Deutsch\n" | ||
|
@@ -28,7 +28,7 @@ msgid "" | |
"and do lot more :)" | ||
msgstr "" | ||
|
||
#: includes/Main.php:312 | ||
#: includes/Main.php:314 | ||
msgid "WP Telegram" | ||
msgstr "" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: WP Telegram - Stable\n" | ||
"Report-Msgid-Bugs-To: https://github.com/manzoorwanijk/wptelegram\n" | ||
"POT-Creation-Date: 2021-05-30 06:08:38+00:00\n" | ||
"POT-Creation-Date: 2021-07-05 06:49:43+00:00\n" | ||
"PO-Revision-Date: 2021-03-14 02:02+0530\n" | ||
"Last-Translator: \n" | ||
"Language-Team: Taktaweb Group <[email protected]>\n" | ||
|
@@ -31,7 +31,7 @@ msgstr "" | |
"با این افزونه، شما می توانید نوشتهها را به تلگرام بفرستید و اعلان دریافت " | ||
"کنید و کلی کارهای دیگه انجام بدید :)" | ||
|
||
#: includes/Main.php:312 | ||
#: includes/Main.php:314 | ||
msgid "WP Telegram" | ||
msgstr "" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.