From 051f0cd0a9fea6578d31d63cd3b31f1269f07ebf Mon Sep 17 00:00:00 2001 From: Nate Iler Date: Thu, 19 Jan 2023 16:56:21 -0700 Subject: [PATCH] Fixing changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2745152..0711e1f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ > {warning} This plugin handle has been renamed from 'hubspot' to 'flipbox-hubspot' in an effort to resolve plugin store conflicts. If you're upgrading this plugin, you will need to manually update the plugin handle in the database: `plugins` table => find the `hubspot` plugin handle and replace with `flipbox-hubspot`. ### Changed -- Renamed plugin handle (and twig variables) from 'hubspot' to 'flipbox-hubspot' +- Renamed plugin handle from `hubspot` to `flipbox-hubspot` ### Added - Plugin setting `variableKey` can be used to override the twig variable used. Defaults to `hubspot` and is implemented: `{{ craft.hubspot.* }}`