Plugin Directory

Changeset 3393981


Ignore:
Timestamp:
11/12/2025 03:33:52 AM (4 months ago)
Author:
derickschaefer
Message:

Sync updated readme.txt into tag 2.0.6 for description and changelog correctness

File:
1 edited

Legend:

Unmodified
Added
Removed
  • static-cache-wrangler/tags/2.0.6/readme.txt

    r3393955 r3393981  
    11=== Static Cache Wrangler ===
    22Contributors: derickschaefer
    3 Tags: static site, html export, offline, wp-cli, performance
     3Tags: static site, static site generator, html export, static site export, cache
    44Requires at least: 5.0
    55Tested up to: 6.8
     
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
    1010
    11 Transform your WordPress site into a fully self-contained static website — fast, lightweight, and completely offline-ready.
     11Export your WordPress site as a static HTML website — fast, secure, and offline-ready with WP-CLI support.
    1212
    1313== Description ==
    1414
    15 **Static Cache Wrangler** is a *lazy-loading, low-resource static cache and export engine* that automatically creates self-contained HTML versions of your WordPress site.  Orinally designed as a command-line interface (CLI), it is considered composable tooling that supports a number of administrator and site owner use cases. More specifically, it's perfect for anyone who wants to **preserve, distribute, or accelerate WordPress content** — whether you're archiving a client site, deploying to a CDN, or creating a portable offline version that just works anywhere.
    16 
    17 Technically, this plugin uses an asyncronous mechanism to build URL agnostic static pages of your website as visitors render your site.  Once enabled, the plugin slowly builds your site.  (An upcoming, free assistant plugin will provide detailed monitoring and manually triggered full site processing of outstanding uncached pages.)
    18 
    19 Unlike traditional static site plugins that require full site crawls or database schema changes, **Static Cache Wrangler is zero-impact** — 
    20 * It does not add custom database tables or modify your schema.
    21 * All plugin options, cron jobs, and transients are automatically cleaned up upon uninstall.
    22 * Your WordPress database remains exactly as it was before installation.
    23 * By default all processes run asyncronously in the background.
    24 * An optional performance profiler allows developers and system admins to get a granular view of resources and performace related to this plugin.
    25 
    26 **Perfect for:**
    27 * Creating fully offline or portable copies of WordPress sites
    28 * Rsyncing to read-only Nginx failover servers for high availability
    29 * Publishing WordPress content to Amazon S3®, Netlify®, or static CDNs
    30 * Geo-distributing cached static copies for fast global reads
    31 * Archiving, demos, and secure client deliverables
    32 * Sites 100 post + pages or less (assistant plugin will expand this to sites up to 1K post/pages)
    33 * Admins who need multi-site support
     15***Static Cache Wrangler*** is a lightweight, low‑resource *static site generator* and *HTML export engine* for WordPress. It automatically creates ***self‑contained, URL‑agnostic static pages*** of your site — perfect for anyone who needs to ***preserve, distribute, or accelerate WordPress content***.
     16
     17Originally developed as a command‑line tool for ***WP‑CLI***, it has evolved into composable, zero‑impact tooling that supports administrators, developers, and site owners alike. Whether you're archiving a client project, deploying to a CDN, or creating a portable offline version that runs anywhere, Static Cache Wrangler delivers fast, CDN‑ready HTML output without complex setup.
     18
     19Technically, the plugin uses an *asynchronous, lazy‑loading build mechanism* that generates static pages as visitors browse your site. Over time, your entire site is exported as lightweight static HTML. 
     20An upcoming free companion plugin will add real‑time build monitoring and manually triggered full‑site generation for any uncached pages.
     21
     22Unlike traditional static‑site plugins that require full crawls or database schema changes, ***Static Cache Wrangler is zero‑impact***:
     23* Does **not** add custom database tables or modify your schema 
     24* Automatically cleans up all plugin options, cron jobs, and transients upon uninstall 
     25* Keeps your WordPress database completely untouched 
     26* Runs all caching processes **asynchronously** in the background 
     27* Offers an optional **performance profiler** for granular resource and execution insights
     28
     29***Perfect for:***
     30* Creating fully offline or portable copies of WordPress sites 
     31* Rsyncing to read‑only Nginx failover servers for high availability 
     32* Publishing WordPress content to Amazon S3®, Netlify®, or other static CDNs 
     33* Geo‑distributing static HTML for ultra‑fast global reads 
     34* Archiving, demos, and secure client deliverables 
     35* Small to mid‑sized sites (≈ 100 pages +) — upcoming assistant plugin expands this to 1 K pages 
     36* Multisite administrators needing scalable static‑cache exports 
     37
     38***Static Cache Wrangler*** turns WordPress into a fast, secure, and portable static‑site generator — with **no database changes**, **no vendor lock‑in**, and **no maintenance overhead**.
    3439
    3540**Detailed Testing and Profiling:**
     
    4247**Funding Model**
    4348* This plugin and all companion plugins will remain 100% free (true WordPress style)
    44 * Want to make a donation? Consider purchasing a copy of the author's book on command-line interfaces for yourself or as a gift.  https://moderncli.dev
     49* Want to make a donation? Consider purchasing a copy of the author's book on command-line interfaces for yourself or as a gift.
     50
     51https://moderncli.dev
    4552
    4653---
     
    296303
    297304= 2.0.6 =
    298 * **Release Code Name - Moving Goal Post**
    299 * Change all standard template variables to include the prefix stcw_ for WordPress.Org WordPress.NamingConventions.PrefixAllGlobals compliance.
     305* **WordPress.org Compliance Release – “Moving Goal Post”**
     306* Version 2.0.6 is a **WordPress.org compliance update** ensuring full compatibility with the latest repository validation standards introduced in 2025
     307* Implemented **prefix standardization** – all template variables, global references, and filters now use the `stcw_` prefix for WordPress.NamingConventions.PrefixAllGlobals compliance
     308* Achieved **100% pass** on the updated “Check Plugin” API validation scans
     309* Enhanced **namespace isolation** and improved code safety for plugin interoperability
     310* **Improved inline documentation** for better code clarity and compliance traceability
     311* **Developer Enhancements**
     312* Introduced new developer hooks to support the forthcoming **Static Cache Wrangler Performance Profiler** MU plugin
     313* Added foundations for advanced **performance profiling and benchmarking** via WP‑CLI integration
     314* Enhanced developer experience with cleaner structure for extending cache behavior
     315* **Improvements**
     316* Non‑functional update focused on long‑term maintainability and ecosystem compliance
     317* Verified adherence to current WordPress.org repository and coding‑standards checks
     318* Refined internal structure to support future diagnostic and profiling modules
     319* **Compatibility**
     320* Tested with WordPress 6.8.3 and PHP 7.4 – 8.3
     321* Fully backward compatible with 2.0.5
     322* **Migration Notes**
     323* No functional changes to caching logic
     324* Recommended: Regenerate static files after update for clean metadata
    300325
    301326= 2.0.5 =
Note: See TracChangeset for help on using the changeset viewer.