30 days free. No credit card. Full access from the moment you connect your site.

Start free trial

v0.0.8 — Feature 053: Freemius removal + main-menu 0.0.14 → 0.0.23 + Library header row + self-filter

What's in this release

Ships one bundled feature since 0.0.7:

  • #69 — Feature 053 — Bump acrossai-co/main-menu 0.0.14 → 0.0.23 + remove Freemius entirely + Library page header row on one line + self-filter on shared acrossai_addons list
  • #70 — Release 0.0.8 (version bump + changelog + upgrade notice)

Highlights

  • Freemius integration removed entirely. The freemius/wordpress-sdk composer dependency is dropped (upstream acrossai-co/main-menu 0.0.21+ no longer requires it). The plugin no longer sends any data to Freemius, no longer shows a Connect / Login / Buy affordance on the Add-ons page, and the entire Freemius vendored SDK tree (~2,000 files) is removed from the installable ZIP. If you previously connected a Freemius account tied to this plugin, that connection is now inert; any fs_* or freemius_* rows in `wp_options` are no longer read by anything and can be safely deleted (`wp option list –search='fs_*'` then `wp option delete ` for each). This supersedes the 0.0.6 changelog entry about Freemius credentials — those credentials are no longer used.
  • Add-ons page — free-only, and this plugin excluded from its own listing. The Add-ons page (?page=acrossai-addons) now lists only free companion plugins hosted on WordPress.org (Install / Activate / Deactivate via the standard WP plugin installer). This plugin no longer appears in its own Add-ons page — a small self-filter on the `acrossai_addons` hook removes it, since it's obviously already active when the page renders. Other AcrossAI companion plugins (MCP Manager, Model Manager, Turn Off AI Features) still list normally.
  • Library page — title and Enable All / Disable All buttons on a single horizontal row. The "Ability Library" page heading and the bulk-action buttons introduced in 0.0.7 (Feature 052) now share one line at the top of the page (title anchored left, buttons anchored right). Saves vertical space; matches administrator expectations for admin page layouts.
  • Dependencies: `acrossai-co/main-menu` bumped from `0.0.14` to `0.0.23` (three-hop bump: 0.0.21 → 0.0.22 → 0.0.23 accumulated during the release cycle). Consumer API surface (`SettingsPage`, `MenuRegistrar`, `AddonsPageRenderer`) preserved across each hop; no code changes required beyond removing the old `\AcrossAI_Addon\AddonsPage` instantiation (class deleted upstream in 0.0.21). `automattic/jetpack-autoloader v5.0.20 → v5.0.21` (transitive).

Superseded

  • DEC-FREEMIUS-PER-PLUGIN-INIT (durable memory decision from 2026-06-06) — the per-consumer Freemius credentials rule no longer applies because the Freemius surface no longer exists in this plugin. Marked as `Superseded (Feature 053)` in `docs/memory/DECISIONS.md` and `docs/memory/INDEX.md`.

Upgrade Notice

IMPORTANT: this release removes the Freemius integration entirely — the plugin no longer sends any data to Freemius and no longer offers a Connect / Login / Buy affordance on the Add-ons page. If you previously connected a Freemius account tied to this plugin, that connection is now inert; stale `fs_` or `freemius_` rows in `wp_options` are safe to delete manually. Also: the Add-ons page now shows only free WordPress.org companion plugins (and no longer lists this plugin itself); the Library page compacts its title + bulk-action buttons onto one horizontal row; and `acrossai-co/main-menu` bumps `0.0.14 → 0.0.23`. No breaking changes to REST endpoints, capability requirements, or database schema. Safe upgrade.

Full changelog

See README.txt § 0.0.8 for the complete section.

Not in this release

Nothing pending. Feature 051 was reverted; Feature 052 shipped in 0.0.7; Feature 053 ships in this release.


Keep reading