Skip to content

Commit 1705bfa

Browse files
committed
Merge branch 'craft-4' of https://github.com/verbb/consume into craft-5
# Conflicts: # CHANGELOG.md # composer.json
2 parents ddfa9fb + 97e37dd commit 1705bfa

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,14 @@
99
- Now requires PHP `8.2.0+`.
1010
- Now requires Craft `5.0.0+`.
1111

12+
## 1.0.12 - 2024-07-21
13+
14+
### Changed
15+
- Update English translations.
16+
17+
### Fixed
18+
- Fix Generic OAuth provider now parsing .env variables for Auth/Token/API URLs.
19+
1220
## 1.0.11 - 2024-04-29
1321

1422
### Added

src/services/Service.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public function fetchData(array|string $clientOpts, string $method = 'GET', stri
4949

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

52-
if (! $event->isValid) {
52+
if (!$event->isValid) {
5353
return $event->response;
5454
}
5555

0 commit comments

Comments
 (0)