Skip to content

Releases: wpsocio/wptelegram

v4.0.4

01 Mar 15:05
d555117
Compare
Choose a tag to compare

Bug fixes

  • Fixed repeated caption for the image when using the "After the text" option
  • Fixed the issue of long texts being truncated

v4.0.3

18 Feb 10:53
262a0d3
Compare
Choose a tag to compare

Enhancements

  • Added support for adding internal note to chat IDs

v4.0.2

16 Feb 15:44
88b1356
Compare
Choose a tag to compare

Bug fixes

  • Fixed PHP 8.1 issue with HTML conversion

v4.0.1

14 Feb 12:49
4bba563
Compare
Choose a tag to compare

Bug fixes

  • Fixed the word count issue with non-english locales

v4.0.0

13 Feb 14:29
106f90a
Compare
Choose a tag to compare

Enhancements

  • Added better support for HTML formatting.
  • Added support for and HTML tags.
  • Added support for nested tags. You can now use inside and vice versa.
  • Intelligently trim {post_excerpt} to preserve the other parts of Message Template.

Breaking changes

  • Removed support for Markdown formatting in favour of better HTML formatting

Bug fixes

  • Fixed the image not being sent "After the text" when "Send files by URL" is disabled
  • Fixed the issue of messages not being sent when the markup is not valid

v3.2.2

24 Jan 12:42
bc4bce0
Compare
Choose a tag to compare
Fix nesting error in experimental HTML converter (#50)

* Update settings.json

* Fix auto-loading for external libraries

* Fix PHPCS config

* Update bot-api

* Update deploy.yml

* Fix bundling configuration

* Remove unnecessary composer deps

* Update external libs

* Update changelog.md

* Update deploy.yml

* Update deploy.yml

* Prepare for v3.2.1

* Prepare for v3.2.2

Co-authored-by: irshadahmad21 <[email protected]>

v3.2.0

19 Jan 15:14
9d02cab
Compare
Choose a tag to compare

Enhancements

  • Added the new experimental HTML converter for better formatting of email notifications
  • The new can be enabled using add_filter( 'wptelegram_notify_use_experimental_text', '__return_true' );

v3.1.15

05 Jan 12:53
f5bc9ac
Compare
Choose a tag to compare

Bug fixes

  • Fixed PHP warning when not using message thread ID

v3.1.14

08 Dec 11:44
b3248bc
Compare
Choose a tag to compare

Enhancements

  • Added support for sending messages to topics with groups

Bug fixes

  • Fixed messages not sent when replied-to message is not found

v3.1.13

26 Nov 09:43
d3e2de2
Compare
Choose a tag to compare

Improvements

  • Improved the default value for Send to Telegram option on post edit page