Skip to content

Commit 0616ed2

Browse files
author
Jalen Davenport
committed
Prepare 1.4.1 release
1 parent 0e095c1 commit 0616ed2

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44

55
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).
66

7+
## 1.4.1 - 2022-12-02
8+
### Changed
9+
- Updated to use craft-code-editor instead of craft-twigfield ([#86](https://github.com/besteadfast/craft-preparse-field/pull/86) - thanks @khalwat)
10+
711
## 1.4.0 - 2022-08-08
812
### Added
913
- Added support for craft-twigfield ([#81](https://github.com/besteadfast/craft-preparse-field/pull/81) - thanks @khalwat)

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "besteadfast/craft-preparse-field",
33
"description": "A fieldtype that parses Twig when an element is saved and saves the result as plain text.",
44
"type": "craft-plugin",
5-
"version": "1.4.0",
5+
"version": "1.4.1",
66
"keywords": [
77
"craft",
88
"cms",

0 commit comments

Comments
 (0)