Skip to content

Commit

Permalink
Merge branch 'release/2.1.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
jalendport committed Jul 12, 2024
2 parents a8ad903 + 19856b4 commit f3e2357
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
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).

## 2.1.1 - 2024-07-12
### Fixed
- Fixed a bug where the `preparseFieldService` could not be found([#100](https://github.com/jalendport/craft-preparse/issues/100))

## 2.1.0 - 2024-07-11
### Changed
- Migrated to `jalendport/craft-preparse`
Expand Down
9 changes: 8 additions & 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.0",
"version": "2.1.1",
"keywords": [
"craft",
"cms",
Expand Down Expand Up @@ -40,6 +40,13 @@
"extra": {
"name": "Preparse",
"handle": "preparse-field",
"schemaVersion": "1.1.0",
"hasCpSettings": false,
"hasCpSection": false,
"changelogUrl": "https://github.com/jalendport/craft-preparse/blob/master/CHANGELOG.md",
"components": {
"preparseFieldService": "jalendport\\preparse\\services\\PreparseFieldService"
},
"class": "jalendport\\preparse\\PreparseField"
}
}
2 changes: 0 additions & 2 deletions src/PreparseField.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@
class PreparseField extends Plugin
{

public string $schemaVersion = '1.1.0';

/**
* Static property that is an instance of this plugin class so that it can be accessed via
* PreparseField::$plugin
Expand Down

0 comments on commit f3e2357

Please sign in to comment.