Skip to content

Commit 7cbd473

Browse files
committed
Merge branch 'release/3.0.0-alpha.1'
2 parents 2114b91 + 870da3e commit 7cbd473

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+
## 3.0.0-alpha.1 - 2024-07-12
8+
### Added
9+
- Initial Craft 5 release
10+
711
## 2.1.2 - 2024-07-12
812
### Fixed
913
- Added namespace aliasing to prevent integrations with other plugins/modules from breaking

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "jalendport/craft-preparse",
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": "2.1.2",
5+
"version": "3.0.0-alpha.1",
66
"keywords": [
77
"craft",
88
"cms",

0 commit comments

Comments
 (0)