Skip to main content
Version: 2.0.0

Release Notes

1.3.0 — July 2026

  • Added four MCP tools (analytics_report, analytics_realtime, analytics_ecommerce, analytics_geo) exposing GA4 reporting data to AI agents when yui/mcp is installed
  • Fixed missing CP subnav icons
  • Removed the redundant Craft prefix from the plugin name shown in the Composer package listing

1.2.0 — July 2026

  • Adopted the shared ycore UI framework — Plugin now extends AbstractNavPlugin, adding a licence panel to the CP navigation, backed by LicenseController, LicenseService, and related templates

1.1.0 — July 2026

  • Security: replaced direct $_SERVER superglobal access with the Craft request API plus input validation in analytics tracking
  • Fixed a missing logExcludedAnalytics property on the Settings model
  • Fixed the CP sidebar icon (was rendering as a solid black square)
  • Settings now extends BasePluginSettingsModel instead of craft\base\Model
  • Plugin now extends yui\craftcore\base\BasePlugin instead of craft\base\Plugin