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 5d727d8 commit 2ef4092Copy full SHA for 2ef4092
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
+## 4.5.4 - 2025-06-02
8
+
9
+### Fixed
10
+- Prevent unnecessary API calls against the Oh Dear API.
11
12
## 4.5.3 - 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