File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 22composer.lock
33vendor
44node_modules
5- mix-manifest.json
6- .phpunit.result.cache
5+ .phpunit.result.cache
6+ vite.hot
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 2.2.0 (02-05-2023)
4+
5+ - [ new] Statamic 4 support
6+
37## 2.1.1 (2023-03-12)
48
59- [ fix] Mutators being called twice for adjacent marks
Original file line number Diff line number Diff line change 11<!-- statamic:hide -->
22
3- ![ Statamic] ( https://flat.badgen.net/badge/Statamic/3.4+/FF269E )
4- ![ Packagist version] ( https://flat.badgen.net/packagist/v/jacksleight/statamic-bard-mutator )
5- ![ License] ( https://flat.badgen.net/github/license/jacksleight/statamic-bard-mutator )
6-
73# Bard Mutator
84
95<!-- /statamic:hide -->
Original file line number Diff line number Diff line change 2222 }
2323 },
2424 "require" : {
25- "statamic/cms" : " ^3.4"
25+ "statamic/cms" : " ^3.4 || ^4.0 "
2626 },
2727 "require-dev" : {
2828 "nunomaduro/collision" : " ^6.2" ,
You can’t perform that action at this time.
0 commit comments