Peak Publisher

描述

Peak Publisher turns your WordPress site into your own plugin update server. It’s built for agencies, product teams, and developers who want to create and ship their own custom plugins and want full control over distribution, versioning, and updates — without relying on third‑party services.

With a modern, task‑focused admin UI, you can add new plugins and releases via drag & drop, validate packages automatically, and publish or draft releases with one click. Your client plugins point to your Peak Publisher site via a standard Update URI, so WordPress will discover and install updates directly from you.

With this solution, you can have your own self-hosted plugin update server in just 5 minutes, allowing you to centrally manage your plugins and deploy updates with incredible ease.

❇️ COMING SOON ❇️

Managing and Updating wp.org Plugins

In just a few weeks, Peak Publisher will let you manage plugins hosted on wordpress.org the same way you already manage self-hosted ones. Drag and drop your plugin folder onto Peak Publisher, and everything else is handled automatically — no more SVN.

KEY FEATURES

🚀 Clean admin UI with a guided “Add New Plugin” flow
A short and focused user interface guides you through the entire process to deploy your first plugin with amazing ease within minutes.

☝️ Drag & drop a ZIP or simply the whole plugin folder
You can drop a ZIP file, but the easiest way is to simply drop the entire raw plugin folder or the folder’s contents. The ZIP file will then be created automatically for you.

Automatic validation: headers, version, Update URI
Peak Publisher automatically checks each new release for required headers, proper semantic versioning, consistent update URIs, and more to ensure everything is correct.

🧽🫧 Auto‑cleanup of workspace artifacts (e.g. .git, node_modules)
To provide clean packages and reduce package size, Peak Publisher automatically removes development files and operating system artifacts from your uploads using patterns that you can configure. (optional)

🔐 Optional restriction via IP/domain whitelist
Packages are stored in a private, server-protected directory with no direct web access. By default, access via the API is still possible from anywhere. Using IP or domain whitelisting, you can restrict access to update metadata and downloads.

Some More Features

📈 Analytics: You can always see how many active installations there are.
📄 Readme.txt: Provide your users with a description, changelog, tested up to and more.

HOW IT WORKS

  1. Install Peak Publisher
    on a dedicated WordPress site (recommended)
    or any site you control.
  2. Follow the “Add New Plugin” flow
    add the Update URI header and the bootstrap code to your plugin.
  3. Upload your plugin
    drag & drop the zipped plugin or the plugin folder.
  4. Peak Publisher validates your upload
    and shows you the validation result.
  5. Click “Add new plugin”
    to finish the process.
  6. Drop your next release with increased version number
    once you have one ready.

WHO IS IT FOR?

  • Agencies that deliver custom plugins to multiple clients
  • Product teams with private/proprietary extensions
  • Creative plugin developers who want to deploy updates quickly and easily

Privacy

Peak Publisher does not collect personal data, does not track usage, and does not use third‑party services. All files are stored on your server in a protected directory.

屏幕截图

常见问题

Does this replace wordpress.org?

No. Peak Publisher is a private/self‑hosted alternative for your own plugins and use cases where .org is not applicable.

How do client sites find updates?

Your client plugin includes an Update URI header that points to your Peak Publisher site. WordPress core will call the exposed endpoints to retrieve update metadata and packages.

What data is collected?

None. Peak Publisher does not track users or send telemetry. All communication happens between the client WordPress site and your Peak Publisher instance.

Can I restrict access to downloads?

Yes. You can optionally configure an IP/domain whitelist for the public endpoints. For stricter access control, consider placing your Peak Publisher site behind VPN, a reverse proxy, or adding your own authentication layer.

Do you support semantic versioning?

Yes. The validator recognizes major/minor/patch successions and warns on unexpected jumps.

评价

2026 年 3 月 11 日 1 回复
I’ve been using Peak Publisher for managing updates of custom WordPress plugins, and it works perfectly. The setup is quick and straightforward, and the interface is clean and easy to understand. Uploading new plugin versions via drag & drop makes the whole release process incredibly simple.
2026 年 2 月 12 日 2 回复
Easy workflow, straight-forward and intuitive UI, and best of all: it just works! This is an amazing tool I never knew I needed, but don’t want to go without any more. Keep up the great work!
2026 年 1 月 9 日 9 回复
Just started using this plugin at our agency, and it is AMAZING. It’s super easy to use because it clearly states instructions and what needs to be included in your plugin with some additional features. The UI is nice and simple as well. One amazing feature for me would be the ability to somehow include the changelog, if possible! Thank you!
阅读所有4条评价

贡献者及开发者

「Peak Publisher」是开源软件。 以下人员对此插件做出了贡献。

贡献者

帮助将「Peak Publisher」翻译成简体中文。

对开发感兴趣吗?

您可以浏览代码,查看SVN仓库,或通过RSS订阅开发日志

更新日志

1.3.1 – 2026-04-04

  • Fixed minor compatibility issues with WordPress 7.0

1.3.0 – 2026-03-21

  • Added standalone redirect URL setting for redirecting frontend visitors in standalone mode
  • Added visual highlighting of the update notification icon in the admin toolbar in standalone mode

1.2.0 – 2026-03-08

  • Added asset management: upload, replace, reorder, and delete plugin icons, banners, and screenshots directly in the admin UI
    • Icons, banners, and screenshots are served to client sites via the wordpress.org-compatible API
    • Geopattern fallback icons for plugins without a custom icon (following the WordPress.org convention)
  • Added permalink structure check: shows a notice when “Plain” permalinks are active (REST API requirement)

1.1.3 – 2026-02-12

  • New bootstrap code (basicV2): multisite support and safe handling when update transient has no response/no_update keys
  • Upload workflow detects basicV1 vs basicV2 bootstrap and shows the matching recommendation

1.1.2 – 2026-01-24

  • Fixed description tab for plugins without a readme.txt (added previous solution as a fallback)

1.1.1 – 2026-01-22

  • Fixed small issue in version number validation logic

1.1.0 – 2026-01-22

  • Added Features:
    • Installation count (and option to disable)
    • Support for readme.txt files (to provide “view details” popup informations)
    • Deep linking in the admin UI
  • Added auto cleanup for temporary files
  • Fixed a problem with the number of files when creating ZIP archives on the client side (there was an unintentional limit of 100 files per folder).
  • Refactoring

1.0.2 – 2025-12-22

  • Fixed info about required PHP version

1.0.1 – 2025-12-22

  • Fixed small compatibility issue

1.0.0 – 2025-12-22

Initial release.