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.
15th January 2025

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
15th October 2024

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.
13th May 2024

Added

Added route

  • New route added to the navigation API: chatPreferences
29th March 2024

Added

Added route

  • New route added to the navigation API: whatsappSettings
15th January 2024

Added

Added route

  • New route added to the navigation API: googleVerification
15th May 2023

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.
16th March 2023

Added

Added route

  • New route added to the navigation API: bulkUpdate
12th October 2022

Added

Review filtering

  • Added an optional status filter parameter when navigating to the reviewManagement page.
8th September 2022

Changed

Init behavior improvements

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

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.
30th April 2021

Changed

Authentication update

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

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
23rd August 2018

Added

New callbacks

  • pm_view_go_to_edit_click
  • pm_view_go_to_partner_connection_click
10th August 2018

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".