Debug extension 2.1.20 released
Debug extension version 2.1.20 was released.
This release fixes crash on empty panel data, improves configuration of log target and allows using debugger as a submodule.
See the CHANGELOG for details.
Debug extension version 2.1.20 was released.
This release fixes crash on empty panel data, improves configuration of log target and allows using debugger as a submodule.
See the CHANGELOG for details.
We are very pleased to announce the release of Auth Client extension version 2.2.13.
This version fixes PHP 8.1 compatibility of BaseOAuth class.
See the CHANGELOG for details.
Major version of Yii Profiler package was released. In this version we have raised the minimum version of PHP to 8.0. As a result, the dependencies have also been updated.
We are very pleased to announce the release of Yii Framework version 2.0.46.
Please refer to the instructions at https://www.yiiframework.com/download/ to install or upgrade to this version.
This release fixes more PHP 8.1 compatibility issues, fixes significant number of bugs and adds some enhancements.
We are very pleased to announce the release of ElasticSearch extension version 2.1.3. This release:
See the CHANGELOG for details.
Version 1.2.0 of Yii Runnner package was tagged. This version adds config definition to DI container.
Version 1.1.0 of Yii Console Runnner package was tagged. This version adds passing input aggregate to the console application.
Version 1.3.0 of Yii Console package was tagged. This version adds collecting console command name to ApplicationStartup class.
Version 2.1.0 of Yii Middleware Dispatcher package was tagged. There a few enhancements.
$dispatcher = $dispatcher->withMiddlewares([
[
'class' => MyMiddleware::class,
'__construct()' => [
'someVar' => 42,
],
],
]);
InvalidMiddlewareDefinitionException.First stable version of yiisoft/yii-sentry package was released. The package provides integration with Sentry log aggregation service or a compatible one (so far, there's GlitchTip).
Major version of Yii Cache File package was released. In this version we have moved from PSR interfaces version ^1.0.1 to version ^2.0|^3.0. As a result, there are types added everywhere and the package is no more compatible with PHP 7.4.
Version 6.0.0 of View package is released. This version adds ViewInterface::withLocale(), ViewInterface::withBasePath() and support for yiisoft/files version 2.0.
There are two renamings as well so adjust your code if necessary:
ViewInterface::setLanguage() → ViewInterface::setLocale()ViewInterface::withSourceLanguage() → ViewInterface::withSourceLocale()Version 1.2.0 of Yii console package was tagged. This version adds an ability to configure defaults for yii serve command that starts built-in development web server. It could be done via params.php of the console:
return [
'yiisoft/yii-console' => [
// ...
'serve' => [
'appRootPath' => null,
'options' => [
'address' => '127.0.0.1',
'port' => '8080',
'docroot' => 'public',
'router' => 'public/index.php',
],
],
],
Version 1.1.0 of the Injector package was released.
There is better support for PHP 8.1 in the new release: the Injector now can match arguments with type intersected parameters.
Major version of Yii Logging File Target package was released. In this version:
yiisoft/files of version ^2.0;rotateByCopy, always rotate by rename;ext-zlib to composer requirements.Version 2.1.0 of assets package was released. There a few changes:
AssetPublisher to filemtime + filecount;First release of yiisoft/proxy package was tagged. The package is able to build generic proxy for a class i.e. it allows intercepting all class method calls. It's used in yiisoft/yii-debug package to collect service's method calls information.
Check package readme for details.
We are very pleased to announce the major release of Yii Files version 2.0.0. There a few changes and additions:
beforeCopy, afterCopy callbacks for FileHelper::copyFile() and FileHelper::copyDirectory().RecursiveDirectoryIterator as argument in FileHelper::lastModifiedTime().set_error_handler() function.Test Support package version 3.0.0 was released.
This version raises the minimum psr/simple-cache version to ^2.0|^3.0.