mirror of
https://github.com/lingble/chatwoot.git
synced 2025-10-29 10:12:34 +00:00
chore: Upgrade Facebook API version from v17.0 to v18.0 (#12384)
Meta announced that Graph API v17.0 will reach end-of-life on September 12, 2025, requiring migration to v18.0 or higher. Updated the default Facebook API version from v17.0 to v18.0 across configuration files in response to Meta's deprecation notice.
This commit is contained in:
@@ -120,7 +120,7 @@
|
||||
- name: FACEBOOK_API_VERSION
|
||||
display_title: 'Facebook API Version'
|
||||
description: 'Configure this if you want to use a different Facebook API version. Make sure its prefixed with `v`'
|
||||
value: 'v17.0'
|
||||
value: 'v18.0'
|
||||
locked: false
|
||||
- name: ENABLE_MESSENGER_CHANNEL_HUMAN_AGENT
|
||||
display_title: 'Enable human agent'
|
||||
|
||||
Reference in New Issue
Block a user