Change Log ================================= You can find below the changes made on the JS API order by descending date. 2025-01-15: Major change --------------------------------- - The previous options `displayUserParams`, `displayPartnerConnexionBanner`, `displayBusinessListSearch`, `displayMultibusinessSelection`, `displayBusinessAdmin`, `displayEditBusinessSelector` have been removed from the sdk options list because they were obsolete. 2024-10-15: Major change --------------------------------- - The previous urls https://static.sandbox.partoo.co/javascript/build/partoo.js and https://static.partoo.co/javascript/build/partoo.js for sandbox and production environments are now deprecated. See more detail [here](https://developers.partoo.co/js_sdk/getting_started.html#step-1-import-js-sdk-in-your-html-page). - The page "chatPreferences" has been removed. 2024-05-13: Minor change --------------------------------- - Added the "chatPreferences" route to the navigation. 2024-03-29: Minor change --------------------------------- - Added the "whatsappSettings" route to the navigation. 2024-01-15: Minor change --------------------------------- - Added the "googleVerification" route to the navigation. 2023-05-15: Major change --------------------------------- Changed the Posts route for the ``navigate`` function. - Replaced ``"googlePosts"`` by the ``"posts"`` route. - The ``"googlePosts"`` route will still be supported until at least 2023-11-15 Added support for post status filters in the ``navigate`` function, with a new ``pageOptions`` parameter : ``status``. 2023-03-16: Minor change --------------------------------- - Added the "bulkUpdate" route to the navigation. 2022-10-12: Minor change --------------------------------- - Added a new optional page option parameter when navigating to the ``reviewManagement`` page, to filter reviews by status. 2022-09-08: Minor change --------------------------------- - Business edit view can be immediately loaded upon init by specifying the ``selectedBusinessId``, and ``startPage: "business"`` params in init options. 2022-02-11: Minor changes --------------------------------- Added 2 new options: - displayBusinessModalFilters: Display or hide the Business filter button in the top right corner of some pages. - selectedBusinessId: Select a specific business. 2021-04-30: Major change --------------------------------- - because of third party cookies policy, the Partoo JS SDK is now using JWT token to keep the user logged instead of session cookie. 2019-03-20: Minor changes --------------------------------- Added 4 callbacks: - business_additional_info_updated :ref:`callbacks_business_additional_info_updated_callback` - business_address_updated :ref:`callbacks_business_address_updated_callback` - business_contact_updated :ref:`callbacks_business_contact_updated_callback` - business_description_updated :ref:`callbacks_business_description_updated_callback` - business_open_hours_updated :ref:`callbacks_business_open_hours_updated_callback` 2018-08-23: Minor changes --------------------------------- Added 2 callbacks: - pm_view_go_to_edit_click - pm_view_go_to_partner_connection_click 2018-08-10: Minor changes --------------------------------- Fixed bug that was preventing `startPage` param to work when set to `business`. Added `startPageAnchorParam` to add an anchor param in the login URL.