Skip to content

Commit

Permalink
Better exception testing & fix for double authenticate error. Token e…
Browse files Browse the repository at this point in the history
…xpiring instantly.
  • Loading branch information
bymayo committed Jan 14, 2020
1 parent a1a932c commit 428a7ae
Show file tree
Hide file tree
Showing 4 changed files with 1,753 additions and 690 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Strava Sync Changelog

## 1.0.12 - 2020-01-14
### Fixed
- Error where authorization_code was expiring instantly. Strava must have changed some security settings with authorization_code and tokens.

## 1.0.11 - 2019-09-17
### Added
- Added `EVENT_USER_CONNECTED` and `EVENT_USER_DISCONNECTED` events to check if a user has connected/disconnected Strava from Craft CMS.
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "bymayo/strava-sync",
"description": "Connect to Strava with oAuth and sync activities etc to Craft CMS ",
"type": "craft-plugin",
"version": "1.0.11",
"version": "1.0.12",
"keywords": [
"craft",
"cms",
Expand Down
Loading

0 comments on commit 428a7ae

Please sign in to comment.