Skip to content

Commit

Permalink
Merge branch 'craft-4' of https://github.com/verbb/consume into craft-5
Browse files Browse the repository at this point in the history
# Conflicts:
#	CHANGELOG.md
#	composer.json
  • Loading branch information
engram-design committed Jul 21, 2024
2 parents ddfa9fb + 97e37dd commit 1705bfa
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@
- Now requires PHP `8.2.0+`.
- Now requires Craft `5.0.0+`.

## 1.0.12 - 2024-07-21

### Changed
- Update English translations.

### Fixed
- Fix Generic OAuth provider now parsing .env variables for Auth/Token/API URLs.

## 1.0.11 - 2024-04-29

### Added
Expand Down
2 changes: 1 addition & 1 deletion src/services/Service.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public function fetchData(array|string $clientOpts, string $method = 'GET', stri

Event::trigger(self::class, self::EVENT_BEFORE_FETCH_DATA, $event);

if (! $event->isValid) {
if (!$event->isValid) {
return $event->response;
}

Expand Down

0 comments on commit 1705bfa

Please sign in to comment.