Releases: Wicked-Evolutions/abilities-for-fluent-plugins
Release list
v1.2.0
Additive minor over v1.1.3. +824 abilities across 7 plugins (greenfield FluentPlayer), cold-start fix sprint, #124 course-lesson cluster, #140 get-booking host-secret redaction.
Principle 10 (Stable Ability Contracts): every v1.1.3 ability is preserved — 18 v1.1.3-shipped slugs that were initially swept into the #101 deferral are restored. Wave-new failing abilities (no v1.1.3 contract) remain deferred to #101.
ZIP SHA256: 7b91f666274f9ea5fb607d8dcfd5ca190e0e2ebdd04aa87f60e7d1adb049157d
v1.1.3 — Registrar input_schema default fix (#41)
Bug fix — Registrar input_schema default restored to JSON Schema draft 2020-12 conformance.
Closes #41. Companion defense-in-depth fix in abilities-mcp#78 (bridge sanitizer normalization, shipped in @wickedevolutions/abilities-mcp@1.6.2).
See CHANGELOG.md for full technical detail.
Install
Network Admin → Plugins → Add New → Upload Plugin → upload abilities-for-fluent-plugins-1.1.3.zip (attached) → Install Now → Network Activate.
WP-CLI alternative: wp plugin install /path/to/abilities-for-fluent-plugins-1.1.3.zip --force --activate-network.
Artifact integrity
abilities-for-fluent-plugins-1.1.3.zip— sha256db64b4f7ac2ac9feec98288b7a9c5336ba50623730a0fd3bb011341ab427b58d
Verify: shasum -a 256 abilities-for-fluent-plugins-1.1.3.zip
Abilities for Fluent Plugins v1.1.2 — README rewrite (doc-only patch)
Documentation update — README rewrite for first-party positioning + Wordpressnaut welcome + four-layer permissions framing + version-history catch-up. Code unchanged from v1.1.1.
What's in this release
- README rewritten end-to-end:
- Removed leading ability-count framing — no 450-ability table at top, no
(N abilities)in module section headings. The product is the open registry, not the count - First-party deliberate-investment positioning in the opening — "Wicked Evolutions' first-party translator for the Fluent suite. We build and maintain this because we use Fluent's plugins ourselves and wanted them AI-native — a deliberate ongoing investment, not a one-off example."
- Supported Fluent Products table describes what each module enables operators to do (e.g., for CRM: contacts CRUD bulk tags lists companies, email campaigns, sequences, automation CRUD, analytics, cohort analysis, smart links) — not how many abilities exist
- Bridge / adapter setup orientation added — operators get pointed at the recommended bridge install paths (
.mcpbfor Claude Desktop /npm install -g @wickedevolutions/abilities-mcpfor terminal MCP clients), with a link to the bridge README - Four-layer permissions model section added — names the four layers (Abilities for AI module · WordPress capability · OAuth scope · unclear), points operators at the runtime
[ability_disabled]error as the layer indicator, shows operators how to expand Fluent-specific OAuth scopes (abilities-mcp reauth <site> --add-scope="abilities:crm:write") - Version History catch-up — README now reflects 1.0.0 → 1.0.1 → 1.1.0 → 1.1.1 (was stuck on 1.0.0 only)
- Welcome block at top with verbatim "Welcome, Wordpressnaut" spaceship paragraph + 3 URL pointers (knowledge.wickedevolutions.com, wickedevolutions.com, abilitiesforai.io)
- Disclaimer from J at the very top
- Pointer to PRINCIPLES.md as the Official WordPress Compatibility Contract binding all four suite repos
- Removed leading ability-count framing — no 450-ability table at top, no
- Plugin header
Version:andFLUENT_ABILITIES_VERSIONconstant 1.1.1 → 1.1.2
Install
Download abilities-for-fluent-plugins-1.1.2.zip below and upload via WP Admin → Plugins → Add New → Upload Plugin. Or, from the community store.
Verification
- sha256:
5c54f134d2bba21429188cd22bd2f625f9fe3bfaecede1b5b815a5d6c426544d - 89 files, 230 KB packed (same file count as v1.1.1)
Companion releases
The full alpha release wave across all 4 suite repos:
- abilities-mcp v1.6.1 — bridge README rewrite +
npm install -g @wickedevolutions/abilities-mcp - abilities-mcp-adapter v1.4.7 — adapter README rewrite (OAuth resource server + Connected Bridges + layered-permissions surface)
- abilities-for-ai v1.9.4 — AI plugin README rewrite + four-layer permissions framing + constant alignment
- abilities-for-fluent-plugins v1.1.2 — this release
Abilities for Fluent Plugins v1.1.1 — Public Alpha Hardening
Welcome, Wordpressnaut
Here is the spaceship, now you'll have to learn how to fly and please do remember, humans make mistakes, humans created AI so AI makes mistakes. Learning to fly is your job and to do that you'll need structure, systems, checklists, principles and understanding you stand before a magical leap of a steep and wonderful learning curve. Be patient and do backup things.
→ Knowledge layer (deeper traversal): https://knowledge.wickedevolutions.com
→ https://wickedevolutions.com
→ https://abilitiesforai.io
Summary
v1.1.1 is the Public Alpha Hardening release for Abilities for Fluent Plugins. Five issues fixed since v1.1.0 covering activation correctness, dashboard rendering, CLI safety, and test infrastructure. No new known limitations introduced.
This release ships as part of the Abilities Suite alpha (alongside abilities-mcp-adapter v1.4.6, abilities-for-ai v1.9.3, and the abilities-mcp bridge v1.6.0).
Highlights
- #22: Fresh activations with FluentAffiliate active now auto-enable the
affiliatemodule (activation auto-detect map gap closed) - #21: Affiliate abilities now appear in the dashboard explorer when the FluentAffiliate module is enabled (dashboard category map gap closed)
- #20: Disabled installed modules no longer vanish from the settings UI; module-toggle rows render with re-enable affordance
- #19 (P1, alpha-blocker resolved): WP-CLI / stdio bridge invocations without a resolved WordPress user no longer authorize destructive abilities by module-toggle alone — strict deny by default with typed
fluent_abilities_no_cli_user_context401 error - #23: PHPUnit unit-test suite no longer fatals on missing
fluent_abilities_pro_gate()(bootstrap stub for unit-mode)
Full details in CHANGELOG.md.
Verification
This release was verified during the Alpha Release Gate sprint (Doc A, 2026-05-07):
- Phase A.2 reconciliation closed #24 (10 Fluent abilities umbrella) and #25 (delete-tier auto-detect umbrella) with per-row evidence; no still-failing rows with integrity-relevant bypass per Doc B Item 7 severity caveat
- Phase C.1 SKILL Build Release Zip verification: wrapper folder
abilities-for-fluent-plugins/(slug-only, no version),vendor/autoload.phppresent, no dev dependencies, no.DS_Store/bin/install-wp-tests.sh/composer.lockresidue - Phase C.5 reviewer ratification: pass with documented limitations; no Fluent-specific alpha-blocking known limitation
Install
WP-CLI (recommended for production updates):
wp plugin install /path/to/abilities-for-fluent-plugins-1.1.1.zip --force --activate(For multisite, use --activate-network instead.)
Artifact
abilities-for-fluent-plugins-1.1.1.zip(227,437 B)- sha256:
9bdc0b569e32ed8d8e51adf2b8379911117e88bd1cdd880eb47d98cd7feeccdf
Sprint linkage
Abilities for Fluent Plugins v1.1.0
v1.1.0 — Phase 3 Bug Fixes + Missing Abilities
8 issues resolved: 2 P0 blockers, 3 P1 bugs, 3 missing delete abilities.
Fixed
- #1 (P0) Cart table prefix corrected — 3 abilities now return actual data
- #4 (P0)
list-product-downloadsno longer returns "Array" for variation IDs - #9
delete-tagreturns success instead of false "not found" - #6
delete-tagno longer creates ghost duplicates - #7
delete-labelparam naming aligned withcreate-label
Added
- #5
fluent-cart/delete-product-variation - #8
fluent-boards/delete-stage(with task migration) - #10
fluent-cart/delete-product-download
Not in scope
- Wave 4 hook-safe refactoring (#2, #3, #14, #15) — deferred to v1.2.0
- Free/Pro tier (#11), ISO dates (#12), PHPUnit (#13) — separate sprints
Install
Download the zip below and upload via Plugins > Add New > Upload Plugin.