helpscout / helpscout-api-php

PHP Wrapper for the Help Scout API
MIT License
98 stars 62 forks source link

Is there an overview of how to upgrade to 3.0 #301

Closed helgatheviking closed 1 year ago

helgatheviking commented 1 year ago

A documentation question, but is there a list of changes in 3.0 and how to update 2.x code to use the 3.0 api?

miguelrs commented 1 year ago

Hey! The best place to see that information is the releases pages in this repo.

In particular, the changelog for the 3.0.0 release contains info about all the breaking changes.

If you have any specific question we'll be happy to help with the upgrade!

helgatheviking commented 1 year ago

Thank you! at least upon my first inspection, it looks like I am not impacted by the breaking changes. I appear to already be catching the AuthenticationException... presumably because someone on your team wrote that for me years ago. :)

Still need to test obviously (especially around strongly typed parameters) but :crossed_fingers: