Skip to content

Commit

Permalink
Fix "Send to Telegram" flag not saved for block editor drafts. (#16)
Browse files Browse the repository at this point in the history
* Fix "Send to Telegram" flag not saved for block editor drafts.

* Prepare for 3.0.6
  • Loading branch information
manzoorwanijk authored Apr 6, 2021
1 parent e00ae9d commit 6a95736
Show file tree
Hide file tree
Showing 15 changed files with 59 additions and 49 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
**Requires at least:** 5.3
**Requires PHP:** 7.0
**Tested up to:** 5.7
**Stable tag:** 3.0.5
**Stable tag:** 3.0.6
**License:** GPLv2 or later
**License URI:** [http://www.gnu.org/licenses/gpl-2.0.html](http://www.gnu.org/licenses/gpl-2.0.html)

Expand Down
6 changes: 6 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to this project are documented in this file.

## Unreleased

## [3.0.6 - 2021-04-7](https://github.com/manzoorwanijk/wptelegram/releases/tag/v3.0.6)

### Bug fixes

- Fixed "Send to Telegram" flag not saved for block editor drafts.

## [3.0.5 - 2021-04-1](https://github.com/manzoorwanijk/wptelegram/releases/tag/v3.0.5)

### Bug fixes
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wptelegram/core",
"version": "3.0.5",
"version": "3.0.6",
"description": "Integrate your WordPress site perfectly with Telegram with full control.",
"require-dev": {
"dealerdirect/phpcodesniffer-composer-installer": "*",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "wptelegram",
"title": "WP Telegram",
"version": "3.0.5",
"version": "3.0.6",
"description": "Integrate your WordPress site perfectly with Telegram with full control.",
"repository": {
"type": "git",
Expand Down
10 changes: 4 additions & 6 deletions src/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Tags: telegram, notifications, posts, channel, group
Requires at least: 5.3
Tested up to: 5.7
Requires PHP: 7.0
Stable tag: 3.0.5
Stable tag: 3.0.6
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -141,6 +141,9 @@ Note: You can also contribute in translating this plugin into your local languag

== Changelog ==

= 3.0.6 =
- Fixed "Send to Telegram" flag not saved for block editor drafts.

= 3.0.5 =
- Fixed the issue of posts being sent from block editor regardless of the rules.
- Fixed the issue of disabled Test Token button.
Expand Down Expand Up @@ -173,8 +176,3 @@ Note: You can also contribute in translating this plugin into your local languag
- Better support for block editor override settings
- Fixed the YouTube links being stripped out from the content.
- Minor fixes.

== Upgrade Notice ==

= 1.3.0 =
* Goto WP Telegram Settings and just save the settings (Recommended)
62 changes: 31 additions & 31 deletions src/assets/asset-manifest.json
Original file line number Diff line number Diff line change
@@ -1,32 +1,32 @@
{
"files": {
"wptelegram--main.css": "/static/css/wptelegram--main.e6d57ba1.css",
"wptelegram--main.js": "/static/js/wptelegram--main.72cdef97.js",
"wptelegram--main.js.map": "/static/js/wptelegram--main.72cdef97.js.map",
"wptelegram--main.php": "/static/js/wptelegram--main.c9545eb6.asset.php",
"wptelegram--p2tg-classic.js": "/static/js/wptelegram--p2tg-classic.72b0b6b4.js",
"wptelegram--p2tg-classic.js.map": "/static/js/wptelegram--p2tg-classic.72b0b6b4.js.map",
"wptelegram--p2tg-classic.php": "/static/js/wptelegram--p2tg-classic.fdf3c943.asset.php",
"wptelegram--p2tg-gb.js": "/static/js/wptelegram--p2tg-gb.c13c1267.js",
"wptelegram--p2tg-gb.js.map": "/static/js/wptelegram--p2tg-gb.c13c1267.js.map",
"wptelegram--p2tg-gb.php": "/static/js/wptelegram--p2tg-gb.d3fca986.asset.php",
"static/css/wptelegram--main.e6d57ba1.css.map": "/static/css/wptelegram--main.e6d57ba1.css.map",
"static/js/wptelegram--main.72cdef97.js.LICENSE.txt": "/static/js/wptelegram--main.72cdef97.js.LICENSE.txt",
"static/js/wptelegram--p2tg-gb.c13c1267.js.LICENSE.txt": "/static/js/wptelegram--p2tg-gb.c13c1267.js.LICENSE.txt"
},
"entrypoints": {
"wptelegram--main": [
"static/css/wptelegram--main.e6d57ba1.css",
"static/js/wptelegram--main.72cdef97.js",
"static/js/wptelegram--main.c9545eb6.asset.php"
],
"wptelegram--p2tg-classic": [
"static/js/wptelegram--p2tg-classic.72b0b6b4.js",
"static/js/wptelegram--p2tg-classic.fdf3c943.asset.php"
],
"wptelegram--p2tg-gb": [
"static/js/wptelegram--p2tg-gb.c13c1267.js",
"static/js/wptelegram--p2tg-gb.d3fca986.asset.php"
]
}
}
"files": {
"wptelegram--main.css": "/static/css/wptelegram--main.e6d57ba1.css",
"wptelegram--main.js": "/static/js/wptelegram--main.72cdef97.js",
"wptelegram--main.js.map": "/static/js/wptelegram--main.72cdef97.js.map",
"wptelegram--main.php": "/static/js/wptelegram--main.c9545eb6.asset.php",
"wptelegram--p2tg-classic.js": "/static/js/wptelegram--p2tg-classic.72b0b6b4.js",
"wptelegram--p2tg-classic.js.map": "/static/js/wptelegram--p2tg-classic.72b0b6b4.js.map",
"wptelegram--p2tg-classic.php": "/static/js/wptelegram--p2tg-classic.fdf3c943.asset.php",
"wptelegram--p2tg-gb.js": "/static/js/wptelegram--p2tg-gb.cc62141f.js",
"wptelegram--p2tg-gb.js.map": "/static/js/wptelegram--p2tg-gb.cc62141f.js.map",
"wptelegram--p2tg-gb.php": "/static/js/wptelegram--p2tg-gb.2ccfe22f.asset.php",
"static/css/wptelegram--main.e6d57ba1.css.map": "/static/css/wptelegram--main.e6d57ba1.css.map",
"static/js/wptelegram--main.72cdef97.js.LICENSE.txt": "/static/js/wptelegram--main.72cdef97.js.LICENSE.txt",
"static/js/wptelegram--p2tg-gb.cc62141f.js.LICENSE.txt": "/static/js/wptelegram--p2tg-gb.cc62141f.js.LICENSE.txt"
},
"entrypoints": {
"wptelegram--main": [
"static/css/wptelegram--main.e6d57ba1.css",
"static/js/wptelegram--main.72cdef97.js",
"static/js/wptelegram--main.c9545eb6.asset.php"
],
"wptelegram--p2tg-classic": [
"static/js/wptelegram--p2tg-classic.72b0b6b4.js",
"static/js/wptelegram--p2tg-classic.fdf3c943.asset.php"
],
"wptelegram--p2tg-gb": [
"static/js/wptelegram--p2tg-gb.cc62141f.js",
"static/js/wptelegram--p2tg-gb.2ccfe22f.asset.php"
]
}
}
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('react', 'wp-components', 'wp-compose', 'wp-data', 'wp-edit-post', 'wp-element', 'wp-i18n', 'wp-media-utils', 'wp-plugins'), 'version' => '5c9ac4eacaecc8c4aeff032bf958b987');
<?php return array('dependencies' => array('react', 'wp-components', 'wp-compose', 'wp-data', 'wp-edit-post', 'wp-element', 'wp-i18n', 'wp-media-utils', 'wp-plugins'), 'version' => '5908054fa8ee2641dfbbeb4fe22d5c9b');
3 changes: 0 additions & 3 deletions src/assets/static/js/wptelegram--p2tg-gb.c13c1267.js

This file was deleted.

1 change: 0 additions & 1 deletion src/assets/static/js/wptelegram--p2tg-gb.c13c1267.js.map

This file was deleted.

Loading

0 comments on commit 6a95736

Please sign in to comment.