Bootstrap extension version 2.0.8 released
We are very pleased to announce the release of Bootstrap extension version 2.0.8 which both fixes bugs and makes small enhancements.
See CHANGELOG for details.
We are very pleased to announce the release of Bootstrap extension version 2.0.8 which both fixes bugs and makes small enhancements.
See CHANGELOG for details.
We are very pleased to announce the release of MongoDB extension version 2.1.6 which brings two bug fixes:
yii\mongodb\Command::aggregate() without 'cursor' option produces error on MongoDB Server 3.6yii\mongodb\Collection::dropIndex() unable to drop index specified with sort via index pluginSee CHANGELOG for details.
We are very pleased to announce the release of Sphinx extension version 2.0.10 which brings 4 enhancements and bug fixes:
yii\sphinx\Schema::findColumns() unable to merge field and attribute columns with same nameyii\sphinx\QueryBuilder::buildInCondition() incompatibility with PHP 7.2yii\sphinx\QueryBuilder::callSnippets() now automatically casts snippet source to stringyii\sphinx\QueryBuilder now supports Traversable objects for use in in conditionsSee CHANGELOG for details.
We are very pleased to announce the release of HTTP client extension version 2.0.6 which brings an enhancement and a bug fix:
Message::getHeaders() unable to parse HTTP status code in case reason phrase contains : characterRequest::createFullUrl() now prevents appearance of multiple slashes while combining Client::$baseUrl and Request::$urlSee CHANGELOG for details.
We are very pleased to announce the release of Auth Client extension version 2.1.5 which brings 3 enhancements and bug fixes:
yii\web\Application::$request for request data access.yii\authclient\AuthAction::$cancelCallback allowing custom handling for authentication cancellation.See the CHANGELOG for details.
we are very pleased to announce the release of some extensions, which among other things include fixes to makes them fully compatible with PHP 7.2:
We are very pleased to announce the release of Yii Framework version 2.0.13. Please refer to the instructions at http://www.yiiframework.com/download/ to install or upgrade to this version.
Version 2.0.13 is a minor release of Yii 2.0 which contains more than 90 enhancements and bug fixes.
There are minor changes that may affect your existing applications and also an important change about compatibility with PHP 7.2, so make sure to check the UPGRADE.md file.
We are very pleased to announce the release of Auth Client extension version 2.1.3 which brings 8 enhancements and bug fixes.
This release provides support for the OpenID Connect protocol and JSON Web Token (JWT) authentication for OAuth2. It also provides support for token exchange for Facebook.
See the CHANGELOG for details.
We are very pleased to announce the release of HTTP Client extension version 2.0.4 which brings 4 bug fixes.
See the CHANGELOG for details.
We are very pleased to announce the release of MongoDB extension version 2.1.4 which brings 6 bug fixes.
This release fixes selection of master/slave server for read/write operations and makes this extension to be fully compatible with Yii 2.0.12 supporting array in migration paths.
See the CHANGELOG for details.
We are very pleased to announce that Yii Framework version 1.1.19 is released. You can download it at yiiframework.com/download/.
This release is a release of Yii 1.1 that has reached maintenance mode and will, only receive necessary security fixes and fixes to adjust the code for compatibility with PHP 7 if they do not cause breaking changes. This allows you to keep your servers PHP version up to date in the environments where old Yii 1.1 applications are hosted and stay within the version ranges supported by the PHP team. Yii 1.1.19 is compatible with PHP 7.1 that, at the time of this writing, has an announced security support until December 1, 2019.
We recommend to use Yii 2.0 for new projects as well as introducing Yii 2.0 for developing new features in existing Yii 1.1 apps, as described in the Yii 2 guide. Upgrading a whole app to Yii 2.0 will, in most cases, result in a total rewrite so this option provides a way for upgrading step by step and allows you to keep old applications up to date even with low budget.
We are very pleased to announce the release of Yii Framework version 2.0.12. Please refer to the instructions at http://www.yiiframework.com/download/ to install or upgrade to this version.
Version 2.0.12 is a minor release of Yii 2.0 which contains more than 100 enhancements and bug fixes.
There are minor changes that may affect your existing applications so make sure to check the UPGRADE.md file.
We are very pleased to announce the release of the Swiftmailer extension version 2.0.7 which brings 3 enhancements and bug fixes.
We added the ability to setup several message headers in batch, including configuration at yii\swiftmailer\Mailer::$messageConfig.
This release provides better logging support, by choosing logging level (info, trace, warning) according to swiftmailer log format.
Fixed bug: yii\swiftmailer\Message did not clone the underlying $swiftMessage instance during its own cloning.
See the CHANGELOG for details.
We are very pleased to announce that Yii Framework version 1.1.18 is released. You can download it at yiiframework.com/download/.
This release is a release of Yii 1.1 that has reached maintenance mode and will, from now on, only receive necessary security fixes. We may also accept fixes to adjust the code for compatibility with PHP 7 if they do not cause breaking changes. This allows you to keep your servers PHP version up to date in the environments where old Yii 1.1 applications are hosted and stay within the version ranges supported by the PHP team. Yii 1.1.18 is compatible with PHP 7.1 that, at the time of this writing, has an announced security support until December 1, 2019.
We recommend to use Yii 2.0 for new projects as well as introducing Yii 2.0 for developing new features in existing Yii 1.1 apps, as described in the Yii 2 guide. Upgrading a whole app to Yii 2.0 will, in most cases, result in a total rewrite so this option provides a way for upgrading step by step and allows you to keep old applications up to date even with low budget.
We are very pleased to announce the release of the redis extension version 2.0.6. This extension introduces several bug fixes and enhancements.
ActiveRecord with composite primary key were not saved correctly because the key was calculated different before save and after loading a record. This has been fixed in this release. If you are using AR with composite primary key, make sure your implementation is working correctly after update.
The execution of two-word commands (e.g. CLIENT LIST or SCRIPT LOAD) was fixed, which was failing before. Also PHPdoc @method
annotations for redis methods have been added which make it easier to use the commands directly as PHP methods, e.g. $redis->clientList().
This was possible before but is now easier as auto completion will work in IDEs.
We are very pleased to announce the release of Yii Framework version 2.0.11. Please refer to the instructions at http://www.yiiframework.com/download/ to install or upgrade to this version.
Version 2.0.11 is a minor release of Yii 2.0 which contains more than 110 enhancements and bug fixes.
There are four minor changes that may affect your existing applications so make sure to check the UPGRADE.md file.
We are very pleased to announce the first release of the yii2-shell extension.
As the name says, it's an interactive shell based on psysh. After installing the package via requiring yiisoft/yii2-shell composer package you can start it via ./yii shell.
The list of features is available at psysh website. Additionally you can access the application object using Yii::$app. All other classes are available as well.
We are very pleased to announce the release of the ApiDoc extension version 2.0.6 and 2.1.0.
Both releases come with a lot of bug fixes which make the documentation generation process more robust against badly formatted PHPdoc comments.
Some enhancements like the display of deprecation messages for methods and properties as well as styling for bootstrap tables are also included.
Finding problems in PHPdoc comments as well as undocumented parts of the code has now become easier by separating messages as errors and warnings.
See the CHANGELOG for a complete list of changes in 2.0.6.
Additionally to the above changes, 2.1.0 updates the dependency for the PHP Parser package which was conflicting with other packages and made it impossible to use the ApiDoc extension together with other packages which depend on the PHP Parser package.
We are very pleased to announce the release of MongoDB extension version 2.1.2 which brings 5 enhancements and bug fixes.
This release makes this extension to be fully compatible with Yii 2.0.10 supporting namespaced migrations and a yii\rbac\ManagerInterface::getChildRoles() implementation.
See the CHANGELOG for more details.
We are very pleased to announce the release of Yii Framework version 2.0.10. Please refer to the instructions at http://www.yiiframework.com/download/ to install or upgrade to this version.
Version 2.0.10 is a minor release of Yii 2.0 which contains more than 80 enhancements and bug fixes.
There are four minor changes that may affect your existing applications so check the UPGRADE.md file.