From f132e8461ec6bc7bec76000cca9f00c832489fcb Mon Sep 17 00:00:00 2001 From: Josh Crawford Date: Wed, 14 Aug 2024 19:52:24 +1000 Subject: [PATCH 1/3] changelog --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 69cbb20f..04ef8a0c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,10 +3,10 @@ ## 2.1.25 - 2024-08-14 ### Added -- Add `initSubmit` JS API function to allow programmatic submissions. +- Added `initSubmit` JS API function to allow programmatic submissions. ### Fixed -- Fix an error when refreshing tokens on some installs. +- Fixed an error when refreshing tokens on some installs. ## 2.1.24 - 2024-08-11 From 96fcc5361ad8ac42b1c86fb17703c2139631bd43 Mon Sep 17 00:00:00 2001 From: Josh Crawford Date: Wed, 14 Aug 2024 19:53:05 +1000 Subject: [PATCH 2/3] Fix a compatibility issue with `nystudio107/craft-plugin-vite` 4.0.12 --- src/helpers/Plugin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/helpers/Plugin.php b/src/helpers/Plugin.php index 7b03f3f9..310420c2 100644 --- a/src/helpers/Plugin.php +++ b/src/helpers/Plugin.php @@ -24,7 +24,7 @@ public static function registerAsset(string $path): void 'depends' => [ FormsAsset::class, ], - 'onload' => '', + 'onload' => true, ]; $styleOptions = [ From ac9015a17036c8aa03bbaed7a0803f88fa84a593 Mon Sep 17 00:00:00 2001 From: Josh Crawford Date: Wed, 14 Aug 2024 19:57:28 +1000 Subject: [PATCH 3/3] version 2.1.26 --- CHANGELOG.md | 5 +++++ composer.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 04ef8a0c..a38205b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 2.1.26 - 2024-08-14 + +### Fixed +- Fix a compatibility issue with `nystudio107/craft-plugin-vite` 4.0.12. + ## 2.1.25 - 2024-08-14 ### Added diff --git a/composer.json b/composer.json index af5a1404..c9493305 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "verbb/formie", "description": "The most user-friendly forms plugin for Craft.", "type": "craft-plugin", - "version": "2.1.25", + "version": "2.1.26", "keywords": [ "craft", "cms",