Skip to content

Adds support for WordPress 6.8 #8

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
Apr 23, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
Contributors: CodingMammoth
Tags: uptime, broken links, SSL, server health, Semonto
Requires at least: 5.0
Tested up to: 6.7
Tested up to: 6.8
Requires PHP: 7.4
Stable tag: 1.1.4
Stable tag: 1.1.5
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -148,3 +148,6 @@ at any time.

#### Version 1.1.4 (Mar 25th, 2025)
- Improved disk detection by filtering out non-physical disks.

#### Version 1.1.5 (Apr 17th, 2025)
- Adds support for WordPress 6.8.
2 changes: 1 addition & 1 deletion semonto-health-monitor.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/*
Plugin Name: Semonto Health Monitor
Version: 1.1.4
Version: 1.1.5
Description: Semonto health plugin for WordPress
Author: Coding Mammoth - Semonto
License: GPLv2 or later
Expand Down
4 changes: 2 additions & 2 deletions semonto-health-monitor__server-health-monitoring.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class="semonto-health-monitor__hero-icon"
<li>Add a new server</li>
<li>Enter the following endpoint:<br><strong><?php echo esc_url(home_url('/health')); ?></strong>
</li>
<li>Select the Craft CMS format as the endpoint type, hit save.</li>
<li>Select the WordPress format as the endpoint type, hit save.</li>
</ol>

<p>
Expand All @@ -46,7 +46,7 @@ class="semonto-health-monitor__hero-icon"
<a
target="_blank"
rel="noopener noreferrer"
href="https://semonto.com/how-to/how-to-monitor-server-health-with-semonto"
href="https://semonto.com/how-to/how-to-monitor-a-wordpress-website-with-semonto"
>configure the settings</a>.
</p>

Expand Down