Skip to content

Commit

Permalink
Merge branch 'release/3.0.0-alpha.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
jalendport committed Jul 12, 2024
2 parents 2114b91 + 870da3e commit 7cbd473
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

## 3.0.0-alpha.1 - 2024-07-12
### Added
- Initial Craft 5 release

## 2.1.2 - 2024-07-12
### Fixed
- Added namespace aliasing to prevent integrations with other plugins/modules from breaking
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": "2.1.2",
"version": "3.0.0-alpha.1",
"keywords": [
"craft",
"cms",
Expand Down

0 comments on commit 7cbd473

Please sign in to comment.