{
    "title": "Theme Version",
    "recommendation": "Keep your theme updated to the latest version to ensure security, compatibility, and access to new features.",
    "messages": {
        "success": {
            "title": "Theme Version Up to Date",
            "details": "Your theme is {value}, and is up to date.",
            "steps": [
                "Theme is running latest version",
                "Auto-updates are enabled",
                "Security patches are current",
                "Features are up to date"
            ]
        },
        "error": {
            "title": "Theme Update Required",
            "details": "Your theme version is {value}. Running an outdated theme version is a security risk and may cause compatibility issues. Update your theme as soon as possible to ensure proper functionality and security.",
            "steps": [
                "Back up your site before updating",
                "Check theme compatibility with WordPress version",
                "Review changelog for breaking changes",
                "Test update on staging site first",
                "Update theme through WordPress dashboard",
                "Enable auto-updates for future security patches"
            ]
        }
    },
    "learn_more": {
        "benefits": [
            "Enhanced security against vulnerabilities",
            "Improved performance and stability",
            "Access to latest features and improvements",
            "Better compatibility with plugins",
            "Support for latest WordPress features"
        ],
        "recommended_plugins": [
            {
                "name": "Easy Theme and Plugin Upgrades",
                "type": "Free"
            },
            {
                "name": "WP Rollback",
                "type": "Free"
            },
            {
                "name": "Update Control",
                "type": "Free"
            }
        ]
    }
}