HubSpot Icon

HubSpot

2.1.0

May 28th, 2026

What's new

  • Laravel 13 support

What's changed

  • Minimum PHP version raised to 8.3 (required by Laravel 13)
  • Minimum Statamic version raised to 6.5 (first version with Laravel 13 support)

Fixed

  • FormConfig entries no longer fail to deserialize from Laravel 13's hardened cache (allowlist registered via Statamic's registerSerializableClasses API).

2.0.3

March 26th, 2026

Align license with Statamic ecosystem standard

2.0.2

February 28th, 2026

Fixed

  • Namespace Stache store handle from form-configs to hubspot-form-configs to avoid conflicts when multiple form-config addons are installed. Run php please stache:clear after upgrading.

2.0.1

February 26th, 2026

Fixed

  • Fix blueprint loading failure where getBlueprint() returned null because Blueprint::find() could not locate the YAML blueprint file. The blueprint is now built programmatically. (Closes #2)

2.0.0

February 9th, 2026

What's new

  • Statamic 6 support
  • Inertia.js pages replacing Blade views
  • Vue 3 composition API components

What's changed

  • Requires Statamic 6 and Laravel 12
  • Dropped support for Statamic 4/5 and Laravel 10/11

Full Changelog: https://github.com/lwekuiper/statamic-hubspot/compare/v1.0.0...v2.0.0

1.0.3

March 26th, 2026

Align license with Statamic ecosystem standard

1.0.2

February 28th, 2026

Fixed

  • Namespace Stache store handle from form-configs to hubspot-form-configs to avoid conflicts when multiple form-config addons are installed. Run php please stache:clear after upgrading.

1.0.1

February 26th, 2026

Fixed

  • Fix blueprint loading failure where getBlueprint() returned null because Blueprint::find() could not locate the YAML blueprint file. The blueprint is now built programmatically.

1.0.0

July 22nd, 2025

What's new

  • Initial release with HubSpot integration