Skip to content

Commit c73dd70

Browse files
committed
Release version 11.0.0
1 parent 0aaa6d9 commit c73dd70

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# Yii View Change Log
22

3-
## 10.0.1 under development
3+
## 11.0.0 October 02, 2024
44

5-
- Enh #269: Bump PHP version to `^8.1` and refactor code (@vjik)
65
- Chg #271: Remove deprecated methods `withDefaultExtension()` and `getDefaultExtension()` from `ViewInterface` (@vjik)
76
- Chg #271: Rename configuration parameter `defaultExtension` to `fallbackExtension` (@vjik)
87
- Chg #272: Add variadic parameter `$default` to `ViewInterface::getParameter()` (@vjik)
8+
- Enh #269: Bump PHP version to `^8.1` and refactor code (@vjik)
9+
- Enh #273: Use more specific psalm types in results of `WebView` methods: `getLinkTags()`, `getCss()`, `getCssFiles()`,
10+
`getJs()` and `getJsFiles()` (@vjik)
911
- Bug #273: Fix empty string and "0" keys in `WebView` methods: `registerCss()`, `registerStyleTag()`,
1012
`registerCssFile()`, `registerJs()`, `registerScriptTag()` and `registerJsFile()` (@vjik)
11-
- Enh #273: Use more specific psalm types in results of `WebView` methods: `getLinkTags()`, `getCss()`, `getCssFiles()`,
12-
`getJs()` and `getJsFiles()` (@vjik)
1313

1414
## 10.0.0 June 28, 2024
1515

0 commit comments

Comments
 (0)