Releases: chasegiunta/craft-jason
Releases · chasegiunta/craft-jason
3.1.1
Version 3.1.0
What's Changed
- Adds Craft 5 support by @kennethormandy in #152
New Contributors
- @kennethormandy made their first contribution in #152
Full Changelog: v3.0.1...v3.1.0
Version 3.0.1
Fixed
- Removes PHP
^8.1.0
requirement.
Version 3.0.0
Changed
- Now requires PHP
^8.1.0
. - Now requires Craft
^4.0.0
.
Version 2.0.1
Fixed
- Fix settings not showing when other Vue based plugins interfere.
Version 2.0.0
Added
- Syntax highlighting for when editing raw JSON data.
Changed
- Jason now requires Craft CMS 3.4 or above.
Fixed
- Fixed issue where certain circumstances would allow for editing when readonly is set to true.
- Fixed issue where field settings weren't loading within Matrix fields.
- Fixed issue where multiple Jason fields on a single edit screen (including Matrix fields - thanks @kristoffeys) wouldn't render.
- Fixed issue where settings field wasn't loading properly on Craft 3.4+.
- Fixed issue with setting field values programattically from other plugins (thanks @goraxan!)
v1.0.2
Fixed issue with textareas being the incorrect height when switching tabs
v1.0.1
- Fix bug preventing some field settings from loading
v1.0.0
Initial Release