yii-captcha
yii-captcha copied to clipboard
Update yiisoft/view requirement from ^4.0 to ^6.0
Updates the requirements on yiisoft/view to permit the latest version.
Release notes
Sourced from yiisoft/view's releases.
Version 6.0.0
- New #199: Add immutable method
ViewInterface::withLocale()that set locale (@thenotsoft,@vjik,@samdark)- Chg #199: Renamed method
ViewInterface::setLanguage()toViewInterface::setLocale()(@thenotsoft,@samdark)- Chg #199: Renamed method
ViewInterface::withSourceLanguage()toViewInterface::withSourceLocale()(@thenotsoft,@samdark)- New #204: Add method
ViewInterface::withBasePath()that set base path to the view directory (@thenotsoft,@vjik)- Chg #208: Add support for
yiisoft/filesof version^2.0(@DplusG)
Changelog
Sourced from yiisoft/view's changelog.
6.0.0 July 21, 2022
- New #199: Add immutable method
ViewInterface::withLocale()that set locale (@thenotsoft,@vjik,@samdark)- Chg #199: Renamed method
ViewInterface::setLanguage()toViewInterface::setLocale()(@thenotsoft,@samdark)- Chg #199: Renamed method
ViewInterface::withSourceLanguage()toViewInterface::withSourceLocale()(@thenotsoft,@samdark)- New #204: Add method
ViewInterface::withBasePath()that set base path to the view directory (@thenotsoft,@vjik)- Chg #208: Add support for
yiisoft/filesof version^2.0(@DplusG)5.0.1 June 30, 2022
5.0.0 February 03, 2022
- New #193: Add simple view context class
ViewContext(@vjik)- New #193: Add method
ViewInterface::withContextPath()that set view context path (@vjik)- New #194: Add method
ViewInterface::addToParameter()that add value(s) to end of specified array parameter (@vjik)- New #195: Add method
ViewInterface::withClearedState()that cleared state of view (parameters, blocks, etc.) (@vjik)- Chg #195: Mutable method
ViewInterface::setPlaceholderSalt()replaced to immutablewithPlaceholderSalt()(@vjik)- Chg #196: Renamed and made mutable methods of
ViewInterface:withTheme()tosetTheme(),withLanguage()tosetLanguage()(@vjik)- Enh #195: Methods
removeParameter()andremoveBlock()ofViewInterfacereturns self (@vjik)- Enh #195: Methods of
WebViewreturns self:registerMeta(),registerMetaTag(),registerLink(),registerLinkTag(),registerCss(),registerCssFromFile(),registerStyleTag(),registerCssFile(),addCssFiles(),addCssStrings(),registerJs(),registerScriptTag(),registerJsFile(),registerJsVar(),addJsFiles(),addJsStrings(),addJsVars()(@vjik)- Bug #188: Use common state for cloned instances of
ViewandWebView(@vjik)- Bug #195: Fix configuration: set parameters after reset
ViewandWebView(@vjik)4.0.0 October 25, 2021
- Chg #185: Add interface
ViewInterfacethat classesViewandWebViewimplement (@vjik)- Enh #187: Improve exception message on getting not exist block or parameter in
ViewandWebView(@vjik)- Bug #189: Flush currently being rendered view files on change context via
View::withContext()orWebView::withContext()(@vjik)3.0.2 October 25, 2021
3.0.1 September 18, 2021
- Bug: Fix incorrect method in
webconfiguration (@vjik)3.0.0 September 18, 2021
- Сhg: In configuration
params.phprename parametercommonParameterstoparameters(@vjik)- Chg: Remove methods
View::withAddedCommonParameters()andWebView::withAddedCommonParameters()(@vjik)- Chg: In classes
ViewandWebViewrename methodssetCommonParameters()tosetParameters(),setCommonParameter()tosetParameter(),removeCommonParameter()toremoveParameter(),getCommonParameter()togetParameter(),
... (truncated)
Commits
fc0b33cRelease version 6.0.0476c468Add ability set specific language when render file (#199)2eeebefFix #208: Add support foryiisoft/filesof version^2.0fae10a3Fix #204: Add methodViewInterface::withBasePath()that set base path to th...ca3f40aPrepare for next released2976b1Release version 5.0.1de0b663Add support foryiisoft/cacheversion^2.0(#205)4eb7992Separate chain calls (#202)7e6fb59Use reusables actions. (#201)ad56c29Update dependencies workflows. (#200)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)