From ed0da2e3a81cc137e5750b10f01ef4b8d9722f1f Mon Sep 17 00:00:00 2001 From: Andrew Welch Date: Wed, 22 May 2024 16:35:44 -0400 Subject: [PATCH] chore: Version 4.0.11 --- CHANGELOG.md | 4 ++++ composer.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e2993d4..a281d72 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Plugin Vite Changelog +## 4.0.11 - UNRELEASED +### Fixed +* Normalize file system paths before fetching them with `file_get_contents()` ([#25](https://github.com/nystudio107/craft-plugin-vite/pull/25)) + ## 4.0.10 - 2024.03.02 ### Fixed * Fixed an issue where `craft.vite.entry()` would fail if you were using Vite 5 or later, due to the `ManifestHelper::fileNameWithoutHash()` function not working correctly ([#24](https://github.com/nystudio107/craft-plugin-vite/issues/24)) diff --git a/composer.json b/composer.json index c55d15a..939c55a 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "nystudio107/craft-plugin-vite", "description": "Plugin Vite is the conduit between Craft CMS plugins and Vite, with manifest.json & HMR support", - "version": "4.0.10", + "version": "4.0.11", "keywords": [ "craftcms", "plugin",