Skip to content

Releases: shridarpatil/frappe_whatsapp

v1.0.8-beta

19 Aug 07:14
Compare
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
Compare
Choose a tag to compare

Fixes template creation

03 May 09:20
Compare
Choose a tag to compare

v1.0.5

03 May 08:08
Compare
Choose a tag to compare

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

v1.0.4

03 May 07:57
Compare
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
Compare
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