Skip to content

Commit

Permalink
Release version 11.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vjik committed Oct 2, 2024
1 parent 0aaa6d9 commit c73dd70
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# Yii View Change Log

## 10.0.1 under development
## 11.0.0 October 02, 2024

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

## 10.0.0 June 28, 2024

Expand Down

0 comments on commit c73dd70

Please sign in to comment.