From 4668ad6645081b79b933af36538fe81548d78abe Mon Sep 17 00:00:00 2001 From: Thomas Vantuycom Date: Wed, 3 Jan 2024 10:30:46 +0100 Subject: [PATCH] release: 1.5.1 --- CHANGELOG.md | 6 ++++++ composer.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8513097..0b74e09 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Release Notes for Cloudinary +## 1.5.1 - 2024-01-03 + +### Fixed + +- Parse base folder .env variable in image transforms + ## 1.5.0 - 2023-12-23 ### Added diff --git a/composer.json b/composer.json index eceeed2..8711b4b 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "thomasvantuycom/craft-cloudinary", "description": "Cloudinary integration for Craft CMS.", "type": "craft-plugin", - "version": "1.5.0", + "version": "1.5.1", "license": "MIT", "support": { "email": "thomasvantuycom@protonmail.com",