PHP 7.3.0 released
The PHP development team released version 7.3.0 that comes with numerous improvements and new features such as
The PHP development team released version 7.3.0 that comes with numerous improvements and new features such as
We are very pleased to announce the release of Gii extension version 2.0.8.
Additionally to bug fixes, there is a new option in model generator that allows standardized capitals in class names:
SOME_TABLE -> SomeTable
Other_Table -> OtherTable
We are very pleased to announce the release of the ApiDoc extension version 2.1.1.
This release fixes some issues with wrongly formatted PHPDoc and includes support for {@inheritdoc} tags.
It also improves Guide rendering by adding a table of contents if there is more than one headline.
Markdown code highlighting has been extracted into a trait MarkdownHighlightTrait, which can be re-used in different contexts.
See the CHANGELOG for a full list of changes.
You may discuss this release on the forum.
We are very pleased to announce the release of Redis extension version 2.0.9 fixing zrangebyscore and adding >, <, >= and <= support to ActiveQuery.
See the CHANGELOG for details.
We are very pleased to announce the release of Sphinx extension version 2.0.11. In this release there is a bug fixed that yii\sphinx\ActiveQuery::all() was unable to follow instructions given by method indexBy().
See the CHANGELOG for details.
We are very pleased to announce the release of Twig extension version 2.2.1. This release fixes an error when outputting DateTime dates.
See the CHANGELOG for details.
We are very pleased to announce the release of Swiftmailer extension version 2.1.2. This release brings automatic transport restart and adds an ability to specify the disposition of an attachment by supplying a setDisposition value when embedding content in a message.
See the CHANGELOG for details.
We are very pleased to announce the release of HTTP client extension version 2.0.7. In this release, Response::detectFormatByContent was fixed to properly detect JSON Array. Additionally, Request::setFullUrl() method was added.
See the CHANGELOG for details.
We are very pleased to announce the release of Debug extension version 2.0.14. In this release, additionally to bugfixes, there's new "Events" panel.
See the CHANGELOG for details.
We are very pleased to announce the release of Auth Client extension version 2.1.7. It fixes OAuth2 client unsetting scope on defaultReturnUrl. Previously it was causing bad request from recent version of Google provider.
See the CHANGELOG for details.
We are very pleased to announce the release of Auth Client extension version 2.1.6. It upgrades VKontakte API used to version 5.0 and fixes a couple of bugs related to OpenID and canceling login in auth form.
See the CHANGELOG for details.
A few month ago we have replaced the old Yii Framework website with a rewritten version in Yii 2. While developing the new site, we also discussed the replacement of the old IPB forum software with a more modern solution, but replacing the forum together with the site would have been too much work to do at once.
From a long discussion, which started already a few years ago, we have now evaluated different forum software and decided to go with Discourse, which is an open source forum software made by the people who created also StackOverflow. We are going to replace the old forum with a Discourse instance starting tomorrow (September 4, 2018).
Here is a list of things that are going to change:
Andrii Vasyliev, @hiqsol joined Yii team. Andrii uses Yii daily for his team projects and is very interested in framework moving forward.
He's from Kiev, Ukraine and is part of HiQDev team same as another long term Yii team member, Dmytro Naumenko (@SilverFire).
His primary focus will be refreshing Yii architecture splitting it into more packages to achieve more frequent independent releases and making Yii core more robust.
We are very pleased to announce that Yii Framework version 1.1.20 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.20 is compatible with PHP 7.2 that, at the time of this writing, has an announced security support until November 30, 2020.
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.
Since version 3.0.0 Yii adopts SemVer versioning to achieve better predictability and compatibility with Composer.
Same will happen with extensions. They will adopt SemVer starting from next major versions.
SemVer is simple. Given a version number MAJOR.MINOR.PATCH, increment the:
Yii 2.0.x versioning stays as is.
We are very pleased to announce the release of Queue extension version 2.1.0.
Additionally to fixing bugs, the version brings two major enhancements on board. First, there is now Amazon SQS queue support.
Second, cli\Queue:EVENT_WORKER_LOOP worker loop event was added. It is called on each iteration between requests to queue.
Other than that, there are slightly updated documentation and new Japanese translation.
Full changelog is available at GitHub.
We are very pleased to announce the release of Gii extension version 2.0.7. The release corrects Gii behavior adapting it to changes introduced in version 2.0.15 of the framework. Additionally there are fixes in model and CRUD generators.
We are very pleased to announce the release of Swiftmailer extension version 2.1.1 that fixes yii\swiftmailer\Mailer::setTransport had no effect after sending of first message.
We are very pleased to announce the release of Smarty extension version 2.0.7 that fixes widget registration and rendering code generation inside subtemplates and adds an ability to use SmartyBC class.
We are very pleased to announce the release of MongoDB extension version 2.1.7 that fixes Yii 2.0.14+ incompatibility and enhances Session component error reporting.