Skip to content

Releases: shridarpatil/frappe_whatsapp

v1.0.11

25 Nov 11:05
25f3405

Choose a tag to compare

What's Changed

  • feat: Fetch sender's profile name from WhatsApp webhook by @jezlan in #126
  • feat: better way to do WhatsApp Notification with Notification Type "… by @HarryPaulo in #107
  • Added use template and template name on save of whatsapp message by @suryansh-Chaudhary in #159
  • CI pipeline fix for PR submission error by @suryansh-Chaudhary in #163
  • fix: forwarded messages are incorrectly handled as reply messages by @dvdl16 in #167
  • edited to fetch templates correctly by @anup-dh in #155
  • Support for sending variables in case of template WhatsApp message and Bulk WhatsApp message with images and template variables by @agrawalshubham01 in #157
  • Mark as Read Feature Added for Incoming Messages by @suryansh-Chaudhary in #165
  • update: is_reply and reply_to_message_id in interactive message by @shahzadbinshahjahan in #174
  • feat: Support WhatsApp template buttons (Quick Reply, Call Phone, Visit Website) by @pu-raihan in #172

New Contributors

Full Changelog: v1.0.10...v1.0.11

v1.0.10

03 Mar 11:12

Choose a tag to compare

What's Changed

  • test: fixed failing unit test by @shariquerik in #106
  • refactory: Whatsapp Notification scheduler events must be setted on hook.py by @HarryPaulo in #112
  • feat: allow to send whatsapp template with custom data dict by @HarryPaulo in #109
  • Send bulk messages

Full Changelog: v1.0.9...v1.0.10

v1.0.9

11 Oct 06:47
78b3d7d

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.8...v1.0.9

v1.0.8-beta

19 Aug 07:14

Choose a tag to compare

v1.0.8-beta Pre-release
Pre-release

What's Changed

  • Update README.md by @buff0k in #78
  • Create pyproject.toml by @buff0k in #88
  • fix: on uninstall --> pymysql.err.ProgrammingError: ('DocType', 'WhatsApp Notification') by @vineyrawat in #82
  • feat: add option to send notification daily based on selected date field by @shridarpatil in #90
  • fix: set template name as per meta by @shridarpatil in #91
  • feat: access DB only one time and load the doc and get field with value formatted by @HarryPaulo in #86
  • fix: get template actual name instead of template document name by @muhammadNassef in #84

New Contributors

Full Changelog: v1.0.7...v1.0.8

Fixes value missing for WhatsApp Message: Content Type

09 Jun 12:00

Choose a tag to compare

Fixes template creation

03 May 09:20

Choose a tag to compare

v1.0.5

03 May 08:08

Choose a tag to compare

Updated requirements
Full Changelog: v1.0.4...v1.0.5

v1.0.4

03 May 07:57

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.3...v1.0.4

Meta V16 support

21 Mar 08:13

Choose a tag to compare

Meta V16 support Pre-release
Pre-release

Features

  • Send media template message automatically
  • Send media message manually
  • Create media templates
  • Update template status via web-hook
  • Update message status delivered/read via web-hook

Bug fixes

  • Template message not sending error fixed
  • Error handling in message sending and template cration