Releases: shridarpatil/frappe_whatsapp
Releases · shridarpatil/frappe_whatsapp
v1.0.11
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
- @jezlan made their first contribution in #126
- @suryansh-Chaudhary made their first contribution in #159
- @dvdl16 made their first contribution in #167
- @anup-dh made their first contribution in #155
- @agrawalshubham01 made their first contribution in #157
- @shahzadbinshahjahan made their first contribution in #174
- @pu-raihan made their first contribution in #172
Full Changelog: v1.0.10...v1.0.11
v1.0.10
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
What's Changed
- Add Button : Get Alerts for Today by @nilpatel42 in #92
- fix: removed multiple declaration of refresh by @shridarpatil in #94
- Whatsapp Notification ID Improvement by @nilpatel42 in #97
- feat: performance tunning, add_index for key [reference_doctype, refe… by @HarryPaulo in https://github.com//pull/101
- fix: version name issue by @mohsinalimat in #98
- New 'button' message type by @HarryPaulo in #102
New Contributors
- @nilpatel42 made their first contribution in #92
Full Changelog: v1.0.8...v1.0.9
v1.0.8-beta
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
- @buff0k made their first contribution in #78
- @shridarpatil made their first contribution in #90
- @HarryPaulo made their first contribution in #86
- @muhammadNassef made their first contribution in #84
Full Changelog: v1.0.7...v1.0.8
Fixes value missing for WhatsApp Message: Content Type
v1.0.7 updated version
Fixes template creation
Full Changelog: v1.0.4...v1.0.6
v1.0.5
Updated requirements
Full Changelog: v1.0.4...v1.0.5
v1.0.4
What's Changed
- add message id in Incoming message and mark message type text by @chechani in #39
- fix: file_name should be required only when custom_attachment is 1 by @ashish-greycube in #52
- Handle the WhatsApp flows by @chechani in #60
- feat: React and recieve Reaction on WhatsApp message by @shariquerik in #63
- feat: Send & Receive reply by @shariquerik in #64
- refactor: WhatsApp Template by @shariquerik in #66
New Contributors
- @ashish-greycube made their first contribution in #52
- @shariquerik made their first contribution in #63
Full Changelog: v1.0.3...v1.0.4
Meta V16 support
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