Skip to content

Commit

Permalink
Version 2.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhirtz committed Apr 3, 2024
1 parent ccbf9bd commit a460596
Show file tree
Hide file tree
Showing 4 changed files with 88 additions and 86 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
## 2.2.7 (under development)
## 2.2.7 (Apr 3, 2024)

- Enhanced `ActiveFormTrait::plainTextRow()` to accept more options
- Renamed `StatusFieldTrait::getStatuses()` to `getStatusItems()`
- Renamed `StatusGridViewTrait::$defaultStatusItem` to `StatusGridViewTrait::$statusDefaultItem`
- Renamed `TypeFieldTrait::getTypes()` to `getTypeItems()`
- Renamed `TypeGridViewTrait::$defaultTypeItem` to `TypeGridViewTrait::$typeDefaultItem`
- Upgraded TinyMCE to version 7.0 (CVE-2024-29881)

## 2.2.6 (Mar 11, 2024)

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"npm-asset/jstimezonedetect": "^1.0",
"robthree/twofactorauth": "^1.8",
"seld/cli-prompt": "^1.0",
"tinymce/tinymce": "^6.7.3",
"tinymce/tinymce": "^7.0",
"yiisoft/yii2": "^2.0",
"yiisoft/yii2-authclient": "^2.2",
"yiisoft/yii2-bootstrap4": "^2.0",
Expand Down
Loading

0 comments on commit a460596

Please sign in to comment.