fyyyyy/Toggl-to-Jira-Chrome-Extension

Migrate to Toggl v9 API

Closed this issue · 1 comments

Yesterday I got an email from Toggl saying that they will shut down their v8 API on May 23rd and that I need to migrate to v9. I checked the source code of this project and it uses v8 as I was suspecting.
This means that this extension will stop working in less than a month if the migration is not done in time.
Here are the URLs they sent in the email with the documentation for the migration process:

From what I've seen in the source code, the changes seem to be simple. I'll try to create a PR with them.

Should we also place a notice in the README file so when people come here after their currently installed extension stops working know that they just have to download the latest version and re-install it?