From 72cd37e8a1da4627a13dd1244f0cec566c6feebf Mon Sep 17 00:00:00 2001 From: Jalen Davenport Date: Thu, 11 Jul 2024 22:11:20 -0400 Subject: [PATCH] Prepare 1.5.0 release --- CHANGELOG.md | 4 ++++ composer.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e2c522b..0e21c79 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 1.5.0 - 2024-07-11 +### Changed +- Migrated to `jalendport/craft-preparse` + ## 1.4.1 - 2022-12-02 ### Changed - Updated to use craft-code-editor instead of craft-twigfield ([#86](https://github.com/jalendport/craft-preparse/pull/86) - thanks @khalwat) diff --git a/composer.json b/composer.json index 9e36ca1..62e6f99 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "jalendport/craft-preparse", "description": "A fieldtype that parses Twig when an element is saved and saves the result as plain text.", "type": "craft-plugin", - "version": "1.4.1", + "version": "1.5.0", "keywords": [ "craft", "cms",