We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2617dea commit 4bd037fCopy full SHA for 4bd037f
.craftplugin
CHANGELOG.md
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
4
5
The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).
6
7
+## 3.0.1 - 2022-11-17
8
+
9
+### Fixed
10
11
+- Removes PHP `^8.1.0` requirement.
12
13
## 3.0.0 - 2022-09-20
14
15
### Changed
composer.json
@@ -2,7 +2,7 @@
2
"name": "chasegiunta/craft-jason",
3
"description": "A field type for displaying & editing JSON data.",
"type": "craft-plugin",
- "version": "3.0.0",
+ "version": "3.0.1",
"keywords": [
"craft",
"cms",
0 commit comments