diff --git a/manifest-updater.json b/manifest-updater.json index b1eb5d8..0630a82 100644 --- a/manifest-updater.json +++ b/manifest-updater.json @@ -1,13 +1,13 @@ { "name": "Manifest Updater", "slug": "manifest-updater", - "version": "1.1.0", - "download_url": "https://gitea.mulligan.casa/ee-extensions/foh-updates/raw/branch/main/manifest-updater/manifest-updater-1.1.0.zip", + "version": "1.1.1", + "download_url": "https://gitea.mulligan.casa/ee-extensions/foh-updates/raw/branch/main/manifest-updater/manifest-updater-1.1.1.zip", "homepage": "https://gitea.mulligan.casa/mmulligan/manifest-updater", "requires": "6.1", "tested": "7.0", "requires_php": "8.1", - "last_updated": "2026-06-23 18:24:11", + "last_updated": "2026-06-23 19:02:05", "icons": { "1x": "https://gitea.mulligan.casa/ee-extensions/foh-updates/raw/branch/main/manifest-updater/icon-128x128.png", "2x": "https://gitea.mulligan.casa/ee-extensions/foh-updates/raw/branch/main/manifest-updater/icon-256x256.png" @@ -22,7 +22,9 @@ "update uri" ], "sections": { - "description": "

A tiny, universal, self-hosted updater for plugins and themes. Network-activate
\nit once; any project that opts in via its Update URI header gets WordPress-native
\nupdate notifications, \"View details\", and one-click / auto updates — network-wide,
\nwith no per-project updater code and no tokens.

\n

It's \"Git Updater meets PUC,\" but thin: WordPress already does the hard part
\n(scanning every installed project's header, routing by host, building the update
\ntransient, rendering the row, running the install). This plugin only supplies the
\npiece core can't — reading your JSON manifest and returning the update.

\n

Opt in — the # fragment is the trigger

\n

Append a fragment to the project's Update URI header. The fragment is the only
\ntrigger
(we never sniff paths), so this can't collide with a project that updates
\nsome other way:

\n
# A plugin, JSON manifest:\nUpdate URI: https://your-host/path/to/my-plugin.json#manifest-updater.json\n\n# A theme, JSON manifest (in style.css):\nUpdate URI: https://your-host/path/to/my-theme.json#manifest-updater.json\n
\n\n

The Update URI header also earns the project automatic protection from being
\noverwritten by a same-named wordpress.org plugin/theme — for free, from core.

\n

Then network-activate Manifest Updater (it is Network: true). That's it.

\n

Why it's network-wide (and lets everything else be site-active)

\n

get_plugins() / wp_get_themes() return every installed project regardless of
\nactivation, and the update_plugins / update_themes transients are network-level
\non multisite. So updates surface and install network-wide while the projects
\nthemselves can be site-active, network-active, or inactive. A project no longer
\nhas to be network-active just to receive updates — only this one does.

\n

Manifest format

\n

The PUC (\"Plugin Update Checker\") metadata format — works for plugins and themes.
\nOnly version and download_url are required; everything else enriches the row
\nand the details modal. See example-manifest.json for every supported field:

\n

name, slug, version, download_url, homepage, requires, tested,
\nrequires_php, requires_plugins, last_updated, upgrade_notice, author,
\nauthor_homepage, sections (description/installation/changelog/faq/any
\ncustom tab), icons, banners, banners_rtl, screenshot_url (themes),
\ntranslations, and the optional wp.org-style stats rating/num_ratings/
\ndownloaded/active_installs.

\n

Notes

\n", - "changelog": "

All notable changes to Manifest Updater are documented here. The format follows
\nKeep a Changelog and the project adheres to
\nsemantic versioning.

\n

[1.1.0] - 2026-06-23

\n

Added

\n\n

[1.0.0]

\n

Added

\n" + "description": "

A tiny, universal, self-hosted updater for plugins and themes. Network-activate it once; any project that opts in via its Update URI header gets WordPress-native update notifications, \"View details\", and one-click / auto updates — network-wide, with no per-project updater code and no tokens.

\n

It's \"Git Updater meets PUC,\" but thin: WordPress already does the hard part (scanning every installed project's header, routing by host, building the update transient, rendering the row, running the install). This plugin only supplies the piece core can't — reading your JSON manifest and returning the update.

\n

Opt in — the # fragment is the trigger. Append a fragment to the project's Update URI header; the fragment is the only trigger (paths are never sniffed), so it can't collide with a project that updates some other way:

\n\n

The part before # is the manifest URL; #manifest-updater.json opts the project in and selects JSON-manifest mode. The Update URI header also earns the project automatic protection from being overwritten by a same-named wordpress.org plugin or theme — for free, from core.

\n

Network-wide, so everything else can be site-active. get_plugins() / wp_get_themes() return every installed project regardless of activation, and the update transients are network-level on multisite — so updates surface and install network-wide while the projects themselves stay site-active, network-active, or inactive. Only Manifest Updater needs to be network-active.

\n

Same-origin image proxy. Icons and banners are re-served from your own site, so the browser never makes a cross-origin request to the update host — which sidesteps Private Network Access blocks, NAT hairpin, CORS, and service workers that otherwise leave the icon blank on the Updates screen.

", + "installation": "
    \n
  1. Upload to wp-content/plugins/ and Network Activate it (it is Network: true).
  2. \n
  3. Give each project you want updated an Update URI header ending in #manifest-updater.json, pointing at its JSON manifest.
  4. \n
  5. That's it — updates appear on the normal Plugins / Updates screens, network-wide.
  6. \n
", + "faq": "

Does the project have to be network-active to get updates?

\n

No. Only Manifest Updater is network-active. Opted-in projects can be site-active, network-active, or inactive and still receive updates.

\n

Where do manifests come from?

\n

Any URL you control, returning the PUC (\"Plugin Update Checker\") JSON format. Only version and download_url are required; everything else enriches the row and the details modal. Manifests are cached in a network site-transient for 12h; the Updates screen's \"Check again\" busts the cache.

", + "changelog": "

1.1.1
\n* \"View details\" sections now come from readme.txt (the WP-native source) rather than README.md; changelog version markers render bold (no clear:both modal gap); base/config renamed to .mu-manifest.yaml + .mu-release.yaml.

\n

1.1.0
\n* Same-origin image proxy for plugin/theme icons + banners — fetched server-side, re-served from this site, so cross-origin/private-network/CORS/service-worker hurdles never blank the icon. SSRF-contained (same host as the manifest, no redirects), raster-only, content-type allow-listed, cached, size-capped.
\n* tags passed through to the \"View details\" modal sidebar.
\n* Self-hosting via the shared update channel + a reusable release pipeline (.ci/) mirrored to the channel on release.

\n

1.0.0
\n* Initial release: network-wide self-hosted updates for plugins and themes via the Update URI header + a #manifest-updater.json fragment. Full PUC manifest field support, 12h manifest cache, self-update.

" } } diff --git a/manifest-updater/manifest-updater-1.1.0.zip b/manifest-updater/manifest-updater-1.1.0.zip deleted file mode 100644 index 599d47c..0000000 Binary files a/manifest-updater/manifest-updater-1.1.0.zip and /dev/null differ diff --git a/manifest-updater/manifest-updater-1.1.1.zip b/manifest-updater/manifest-updater-1.1.1.zip new file mode 100644 index 0000000..877eae6 Binary files /dev/null and b/manifest-updater/manifest-updater-1.1.1.zip differ