10 Degrees Support and Maintenance
Management and reporting WordPress plugin for 10 Degrees support clients.
★ 1stars
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/10degrees/10d-support/archive/refs/heads/master.zipDeclares an update source (https://github.com/10degrees/10d-support-report), so updates arrive through the plugin's own updater.
From the readme
10 Degrees Support
Management and reporting WordPress plugin for 10 Degrees Support and maintenance clients.
Functionality
- Provides a Dashboard widget to show plugin updates, website performance
- A report of the above can be emailed to one address
- Disables plugin and theme auto-update UI
- Disables full site editing
Development
Run composer install to install dependencies.
REST API: Queueing Updates
The plugin provides token-protected endpoints under 10d-support/v1.
Authentication:
- Header: X-API-Key:
- Or query param: apikey=
Queue all pending plugin updates
POST /wp-json/10d-support/v1/updates/plugins/queue
Body params:
- webhookurl (optional): URL to receive async completion payload
- webhooktoken (optional): sent as X-Webhook-Token on webhook request
Success response (202):
- success: true
- summary: Plugin updates queued.
- jobid:
Notes:
- Runs asynchronously via WP-Cron.
- If one plugin fails, remaining plugins still continue.
- Concurrent runs are blocked for 15 minutes.
Queue WordPress core update
POST /wp-json/10d-support/v1/updates/core/queue
Body params:
- allowmajor (optional boolean): set true to allow major core updates
- webhookurl (op
Read the full README on GitHub →
Releases
| Tag | Published |
|---|---|
| 1.11.1 | Aug 6, 2026 |
| 1.11.0 | Aug 6, 2026 |
| 1.10.3 | Jun 9, 2026 |
| 1.10.2 | Jan 31, 2026 |
| 1.10.1 | Jan 31, 2026 |
| 1.10.0 | Jan 31, 2026 |
| 1.9.1 | Oct 20, 2025 |
| 1.8.8 | Jul 23, 2025 |
| 1.8.7 | Jul 22, 2025 |
| 1.8.6 | Jul 22, 2025 |
| 1.8.5 | Jul 22, 2025 |
| 1.8.4 | Jul 22, 2025 |
| 1.8.3 | Jul 21, 2025 |
| 1.8.2 | Jul 21, 2025 |
| 1.8.1 | Jul 21, 2025 |
| 1.8.0 | Jul 21, 2025 |
| 1.7.8 | Jun 21, 2023 |
| 1.7.7 | Jun 21, 2023 |
| 1.7.5 | Feb 4, 2022 |
| 1.7.4 | Feb 4, 2022 |
| 1.7.3 | Feb 4, 2022 |
| 1.7.2 | Feb 4, 2022 |
| 1.7.1 | Jan 28, 2022 |
| 1.6.1 | Jan 28, 2022 |
| v1.6.0 | Jul 20, 2021 |
These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.