{
    "package_type": "aio-update-package",
    "package_name": "All-in-One Communications V16.13.12 Test Foundation",
    "from_version": "16.13.11",
    "to_version": "16.13.12",
    "files": [
        "README.md",
        "VERSION",
        "config/config.example.php",
        "docs/INSTALL.md",
        "docs/RELEASE_PROCESS.md",
        "docs/RELEASE_QA_CHECKLIST.md",
        "docs/TESTING.md",
        "docs/TROUBLESHOOTING.md",
        "docs/UPGRADE.md",
        "tests/README.md",
        "tests/TestRunner.php",
        "tests/bootstrap.php",
        "tests/run_smoke_tests.php",
        "tests/verify_migrations.php"
    ],
    "notes": [
        "Adds a packaged test foundation with a smoke-test runner and migration verification script.",
        "Adds docs/TESTING.md and docs/RELEASE_QA_CHECKLIST.md.",
        "Updates install, upgrade, troubleshooting, and release-process docs to make testing part of the standard release flow.",
        "No database migration is required for V16.13.12."
    ]
}