Skip to main content
📅 Deprecation PolicyEach major change (deprecated section) includes a 6-month grace period before it takes effect.
  • The date on the left shows when it was announced.
  • The date in the yellow box shows when it will take effect.
👉 You can find the full list of SDK breaking changes on this page.

Removed

Removed obsolete SDK options

Please note that as of July 15, 2025, these options will be removed.
The following options were removed from the SDK configuration as they are no longer supported:
  • displayUserParams
  • displayPartnerConnexionBanner
  • displayBusinessListSearch
  • displayMultibusinessSelection
  • displayBusinessAdmin
  • displayEditBusinessSelector

Changed

JS file URL deprecation

The previous SDK URLs for sandbox and production environments are deprecated:
  • https://static.sandbox.partoo.co/javascript/build/partoo.js
  • https://static.partoo.co/javascript/build/partoo.js
See updated instructions in the Getting started guide.

Removed

Removed route

Please note that as of April 15, 2025, this route will be removed.
  • The chatPreferences route was removed from the navigation API.

Added

Added route

  • New route added to the navigation API: chatPreferences

Added

Added route

  • New route added to the navigation API: whatsappSettings

Added

Added route

  • New route added to the navigation API: googleVerification

Added

Enhanced filters

  • Added support for post status filters using a new pageOptions.status parameter.

Changed

Route update

  • Replaced the "googlePosts" route with "posts" in the navigate function.
  • "googlePosts" will remain supported until 15th November 2023.

Added

Added route

  • New route added to the navigation API: bulkUpdate

Added

Review filtering

  • Added an optional status filter parameter when navigating to the reviewManagement page.

Changed

Init behavior improvements

  • You can now pre-load the business edit view by passing both selectedBusinessId and startPage: "business" during initialization.

Added

New SDK options

Two new optional configuration fields were added:
  • displayBusinessModalFilters: Toggle the Business filter button in the UI.
  • selectedBusinessId: Select a specific business on init.

Changed

Authentication update

Due to third-party cookie restrictions, the SDK now uses JWT tokens instead of session cookies to maintain user sessions.

Added

New callbacks

Added support for the following callbacks:
  • business_additional_info_updated
  • business_address_updated
  • business_contact_updated
  • business_description_updated
  • business_open_hours_updated

Added

New callbacks

  • pm_view_go_to_edit_click
  • pm_view_go_to_partner_connection_click

Added

Feature addition

  • Added startPageAnchorParam to support anchor parameters in login URLs.

Fixed

Bug fixes

  • Fixed an issue where the startPage parameter was not working with "business".