We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc22a1f commit 12716c0Copy full SHA for 12716c0
CHANGELOG.md
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
4
5
The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).
6
7
+## 5.2.3 - 2025-06-02
8
+
9
+### Fixed
10
+- Prevent unnecessary API calls against the Oh Dear API.
11
12
## 5.2.2 - 2025-05-13
13
14
### Added
src/OhDear.php
@@ -158,7 +158,7 @@ public function getCpNavItem(): ?array
158
159
private function registerWidgets(): void
160
{
161
- if (! $this->settings->validate()) {
+ if (! $this->settings->hasApiCredentials()) {
162
return;
163
}
164
0 commit comments