Title: UpdaWa — Update Watchdog
Author: Designer Solutions
Published: <strong>8 de abril de 2026</strong>
Last modified: 24 de abril de 2026

---

Buscar complements

![](https://ps.w.org/updawa/assets/banner-772x250.png?rev=3509597)

![](https://ps.w.org/updawa/assets/icon-256x256.png?rev=3506371)

# UpdaWa — Update Watchdog

 Per [Designer Solutions](https://profiles.wordpress.org/papa-zulu/)

[Baixar](https://downloads.wordpress.org/plugin/updawa.1.0.5.zip)

 * [Detalls](https://ca-valencia.wordpress.org/plugins/updawa/#description)
 * [Ressenyes](https://ca-valencia.wordpress.org/plugins/updawa/#reviews)
 *  [Instal·lació](https://ca-valencia.wordpress.org/plugins/updawa/#installation)
 * [Desenvolupament](https://ca-valencia.wordpress.org/plugins/updawa/#developers)

 [Suport](https://wordpress.org/support/plugin/updawa/)

## Descripció

UpdaWa gives you a single place to see everything that needs attention on a WordPress
site: pending core, plugin, and theme updates plus the SSL certificate expiry — 
all visible in the admin panel and exposed through a secure REST API endpoint you
can poll from any monitoring tool.

### Features

 * **REST API** — `GET /wp-json/updawa/v1/status` returns a full JSON snapshot protected
   by a per-site Bearer token.
 * **Status dashboard** — stat cards showing pending update counts, plugin/theme
   totals, and SSL days remaining at a glance.
 * **WordPress Core, SSL, Plugins & Themes** — each section in its own card with
   colour-coded badges (up to date / update available / expiring / expired).
 * **SSL certificate monitoring** — connects to your site’s HTTPS endpoint and reports
   the certificate expiry date and days remaining.
 * **Bearer token management** — generate, copy, or revoke the 256-bit cryptographically
   random token from the Token API tab.
 * **QR code** — encodes site name, API URL, and token for instant import into a
   mobile monitoring app.
 * **Android app** _(coming soon)_ — a dedicated mobile app for monitoring update
   and SSL status across multiple WordPress sites, with push notifications when 
   updates are available or certificates are about to expire.
 * **JSON view** — pretty-printed full API payload with a one-click Copy button.
 * **Zero external dependencies** — the QR code library is bundled; no data is sent
   to external servers.

### REST API

The endpoint is read-only and requires a valid Bearer token:

    ```
    curl -H "Authorization: Bearer YOUR_TOKEN" \
         https://example.com/wp-json/updawa/v1/status
    ```

Example response:

    ```
    {
      "generated_at": "2026-04-14T09:10:41+00:00",
      "wordpress": {
        "current_version": "6.9.4",
        "update_available": false,
        "new_version": null,
        "package_url": null
      },
      "plugins": [ ... ],
      "themes":  [ ... ],
      "ssl_expires_at": "2026-07-05T01:48:00+00:00"
    }
    ```

## Captures

 * [[
 * Manage your Bearer token, regenerate it, copy the example curl command, and scan
   the QR code for mobile access.
 * [[
 * An overview of WordPress core, SSL certificate, plugins, and themes — with stat
   cards at the top and colour-coded badges in each section.
 * [[
 * The full API payload displayed as formatted text, with a one-click Copy button.

## Instal·lació

 1. Upload the `updawa` folder to `/wp-content/plugins/`, or install it directly from
    the WordPress admin.
 2. Activate the plugin through **Plugins  Installed Plugins**.
 3. Go to **UpdaWa** in the admin sidebar.
 4. Open the **Token API** tab to copy your API token or scan the QR code.

## PMF

### Can I use the REST API from a remote monitoring system?

Yes. Copy the Bearer token from the **Token API** tab and include it as the `Authorization:
Bearer {TOKEN}` header in your HTTP requests. The endpoint returns a JSON snapshot
of the current update and SSL status.

### Does the plugin monitor SSL certificates?

Yes. If your site runs on HTTPS, UpdaWa connects to your domain on port 443 and 
reads the certificate expiry date. The SSL card on the Status tab shows the expiry
date, days remaining, and a warning badge when fewer than 30 days remain.

### Does the plugin send any data to external servers?

No. All update checks use WordPress’s built-in functions (`wp_update_plugins`, `
wp_update_themes`, `wp_version_check`). The SSL check connects to your own site.
The bundled QR code library runs entirely in your browser.

### How is the API token stored?

The token is stored as a WordPress option (`updawa_token`) in your site’s database.
It is never transmitted or logged by the plugin.

### What happens to my data when I delete the plugin?

The plugin’s uninstall routine removes the `updawa_token` option from the database
when the plugin is deleted through the WordPress admin.

### How do I regenerate the token?

Open the **Token API** tab and click **Regenerate token**. The old token becomes
invalid immediately.

### Is there a mobile app?

An Android app for consuming UpdaWa data is under development. It will let you monitor
update and SSL status across multiple WordPress sites from your phone, with push
notifications when updates are available or certificates are about to expire. Scan
the QR code in the Token API tab now so you’re ready the moment it launches.

## Ressenyes

No hi ha ressenyes per a este complement.

## Col·laboradors i desenvolupadors

«UpdaWa — Update Watchdog» és programari de codi obert. La següent gent ha col·laborat
en este complement.

Col·laboradors

 *   [ Designer Solutions ](https://profiles.wordpress.org/papa-zulu/)

“UpdaWa — Update Watchdog” s’ha traduït a 1 configuració regional. Gràcies als [traductors](https://translate.wordpress.org/projects/wp-plugins/updawa/contributors)
per les seues aportacions.

[Traduïx «UpdaWa — Update Watchdog» a la teua llengua.](https://translate.wordpress.org/projects/wp-plugins/updawa)

### T’interessa el desenvolupament?

[Revisa el codi](https://plugins.trac.wordpress.org/browser/updawa/) , dona una 
ullada al [repositori SVN](https://plugins.svn.wordpress.org/updawa/) o subscriu-
te al [registre de desenvolupament](https://plugins.trac.wordpress.org/log/updawa/)
per [RSS](https://plugins.trac.wordpress.org/log/updawa/?limit=100&mode=stop_on_copy&format=rss).

## Registre de canvis

### 1.0.5

 * Fixed false positive update notifications for plugins and themes.

### 1.0.4

 * Fixed empty “More Info” modal in the WordPress plugin directory.

### 1.0.3

 * New modern admin UI with stat cards, colour-coded badges, and card-based layout.
 * SSL certificate monitoring added to the Status tab.
 * Copy button added to the Example API Call card.

### 1.0.2

 * Plugin renamed to UpdaWa.

### 1.0.1

 * Fixed regulatory compliance issues.

### 1.0.0

 * Initial release.

## Meta

 *  Versió **1.0.5**
 *  Última actualització **fa 2 setmanes**
 *  Instal·lacions actives: **Menys de 10**
 *  Versió de WordPress: ** 6.0 o posterior **
 *  Provat fins a **6.9.4**
 *  Versió de PHP: ** 7.0 o posterior **
 *  Idiomes
 * [English (US)](https://wordpress.org/plugins/updawa/) i [Russian](https://ru.wordpress.org/plugins/updawa/).
 *  [Traduïx a la teua llengua](https://translate.wordpress.org/projects/wp-plugins/updawa)
 * Etiquetes
 * [maintenance](https://ca-valencia.wordpress.org/plugins/tags/maintenance/)[monitoring](https://ca-valencia.wordpress.org/plugins/tags/monitoring/)
   [rest-api](https://ca-valencia.wordpress.org/plugins/tags/rest-api/)[security](https://ca-valencia.wordpress.org/plugins/tags/security/)
   [updates](https://ca-valencia.wordpress.org/plugins/tags/updates/)
 *  [Vista avançada](https://ca-valencia.wordpress.org/plugins/updawa/advanced/)

## Valoracions

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/updawa/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/updawa/reviews/)

## Col·laboradors

 *   [ Designer Solutions ](https://profiles.wordpress.org/papa-zulu/)

## Suport

Tens alguna cosa a dir? Necessites ajuda?

 [Vore els fòrums de suport](https://wordpress.org/support/plugin/updawa/)