Skip to content

Version 11.0.0

Latest
Compare
Choose a tag to compare
@vjik vjik released this 02 Oct 09:59
· 1 commit to master since this release
11.0.0
c73dd70
  • 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)