Releases: shridarpatil/frappe_whatsapp
Releases · shridarpatil/frappe_whatsapp
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