> ## Documentation Index
> Fetch the complete documentation index at: https://developers.partoo.co/llms.txt
> Use this file to discover all available pages before exploring further.

# SDK Changelogs

> New updates and improvements

<Note>
  **📅 Deprecation Policy**

  Each 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](/changelogs/sdk/breaking-changes).
</Note>

<Update label="15th January 2025">
  ### Removed

  #### Removed obsolete SDK options

  <Warning>
    Please note that as of **July 15, 2025**, these options will be removed.
  </Warning>

  The following options were removed from the SDK configuration as they are no longer supported:

  * `displayUserParams`
  * `displayPartnerConnexionBanner`
  * `displayBusinessListSearch`
  * `displayMultibusinessSelection`
  * `displayBusinessAdmin`
  * `displayEditBusinessSelector`
</Update>

<Update label="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](https://developers.partoo.co/js_sdk/getting_started.html#step-1-import-js-sdk-in-your-html-page).

  ### Removed

  #### Removed route

  <Warning>
    Please note that as of **April 15, 2025**, this route will be removed.
  </Warning>

  * The `chatPreferences` route was removed from the navigation API.
</Update>

<Update label="13th May 2024">
  ### Added

  #### Added route

  * New route added to the navigation API: `chatPreferences`
</Update>

<Update label="29th March 2024">
  ### Added

  #### Added route

  * New route added to the navigation API: `whatsappSettings`
</Update>

<Update label="15th January 2024">
  ### Added

  #### Added route

  * New route added to the navigation API: `googleVerification`
</Update>

<Update label="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**.
</Update>

<Update label="16th March 2023">
  ### Added

  #### Added route

  * New route added to the navigation API: `bulkUpdate`
</Update>

<Update label="12th October 2022">
  ### Added

  #### Review filtering

  * Added an optional `status` filter parameter when navigating to the `reviewManagement` page.
</Update>

<Update label="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.
</Update>

<Update label="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.
</Update>

<Update label="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.
</Update>

<Update label="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`
</Update>

<Update label="23rd August 2018">
  ### Added

  #### New callbacks

  * `pm_view_go_to_edit_click`
  * `pm_view_go_to_partner_connection_click`
</Update>

<Update label="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"`.
</Update>
