Changelog
The public changelog now tracks the cleaned production release line only. Older v4 and v3 history is intentionally excluded from the published docs so the site matches the current GitHub release train.
Version v2.1.0
Release Date: 2026-04-01
Platform Release: Version Reset and Deploy Workflow
- release(version): Reset to v2.1.0 — platform version and release counter explicitly reset for new stable release line.
- chore(release): Deployment flow — added
scripts/github-aiohm-last-version.shrun for aiohm.app production update. - fix(ci): GitHub release linkage — ensure the latest tag is created/pushed and referenced in deployment artifact fetch.
Version v2.0.1
Release Date: 2026-03-26
Hotfix: Founders Edition Card Reveal
- fix(home): Founders Edition hover reveal — the overlay now fully opens on hover using a 3D door-swing animation (
rotateY) matching the sales page behaviour. Previously theclip-pathanimation stopped at 50%, leaving half the card obscured.
Version v2.0.0
Release Date: 2026-03-26
AIOHM Becomes Your AI Marketing Agency
Version 2.0.0 is a major milestone that repositions AIOHM as a full-service AI marketing agency platform. The entire user journey, documentation, and agent layer have been redesigned around the concept of an agency team — each AI agent now fills a specialist role in your marketing department.
Agency Team Roles
- feat(agents): Creative Director (Muse) — the master strategist orchestrating your entire agency.
- feat(agents): Campaign Strategist — dedicated marketing campaign planning and execution.
- feat(agents): SEO Specialist — search optimization, keyword research, and content strategy.
- feat(agents): Content Publisher — WordPress content management, publishing, and site operations.
- feat(agents): Commerce Manager — WooCommerce product operations, inventory, and sales.
- feat(agents): Outreach Manager — email marketing, lead nurturing, and Mautic automation.
- feat(agents): Data Analyst — Google Analytics insights, reporting, and performance tracking.
- feat(agents): Web Designer — landing pages, microsites, and visual web experiences.
- feat(agents): Content Curator — RSS feed monitoring, content discovery, and autoblogging.
- feat(agents): Brand Ambassador — public-facing AI for visitor engagement and support.
- feat(agents): Research Analyst — entity extraction, market research, and knowledge mapping.
Platform Evolution
- feat(docs): Agency-First Documentation — complete VitePress rewrite with agency onboarding flow, team-based navigation, and client-focused feature descriptions.
- feat(ux): Client Journey Redesign — new getting-started flow designed for marketing teams and agency clients, not developers.
- feat(brand): Marketing Agency Positioning — updated branding, hero messaging, and feature descriptions across all public-facing pages.
- refactor(version): Version Reset to 2.0.0 — clean break from the previous release train to mark the agency pivot.
Version v1.0.10
Release Date: 2026-03-22
Production Flow Hardening
This release tightened the production pipeline after the new clean-main strategy went live. The goal was to make filtered releases, built docs, and VPS deploys more reliable.
- fix(release): Filtered Snapshot Reliability - preserve Git worktree metadata correctly while GitHub assembles the production-only branch.
- fix(validation): Required Checks Alignment - keep production validation and secret scanning consistent with the protected
mainbranch. - docs(site): Public Docs Build Stability - rebuild and publish the production docs bundle from the updated source tree.
Version v1.0.9
Release Date: 2026-03-22
Clean Install And Release Pipeline
This release established the new packaging model: dev branches keep the full workspace, while main ships a production-only application with installer tooling and built docs.
- feat(install): First-Time Installer - add the
install/package andphp artisan aiohm:install --productionflow for fresh deployments. - feat(release): Production Mirror Branch - make
mainthe filtered production branch instead of a full dev checkout. - feat(docs): Built Docs Contract - serve production documentation from
public/docs/while keeping raw VitePress source on dev branches only. - fix(security): Secret-Safe Production Snapshot - exclude dev-only folders, runtime storage noise, and local-only files from release packages.
Version v1.0.5
Release Date: 2026-03-20
Demo Asset Curation
This release cleaned up which seeded files belong in source control and which should remain runtime-only.
- fix(storage): Runtime Noise Filtering - refine ignore rules so generated storage artifacts stop leaking into the repository.
- feat(install): Demo Asset Preservation - keep intentional demo templates, gallery assets, and starter content available for installs.
Version v1.0.4
Release Date: 2026-03-20
Production Validation Tightening
- fix(ci): Production PR Validation - strengthen GitHub checks that guard the filtered production branch.
- fix(ci): Release Workflow Safety - reduce the risk of dev-only files reaching
main.
Version v1.0.3
Release Date: 2026-03-20
Admin UI Polish
- feat(ui): Filament View Overrides - publish branded component overrides for the admin interface so the production panel keeps the intended presentation.
Version v1.0.2
Release Date: 2026-03-20
Changelog Pipeline Follow-Up
- fix(docs): Changelog Automation Workflow - refine the docs automation setup after the first production-only release pass.
Version v1.0.1
Release Date: 2026-03-20
Changelog Pipeline Setup
- feat(docs): Public Changelog Build - introduce the first GitHub automation pass for publishing the documentation output.
Version v1.0.0
Release Date: 2026-03-20
Production Baseline Reset
This is the reset point for the new public release line. The repository moved to a production-only main, a curated installer package, and a cleaner deploy story.
- release(platform): Version Reset - restart the public release history at
v1.0.0. - feat(release): Production-Only Main Baseline - establish the clean branch and release package strategy as the new default.