Yii Framework 34k+
  • News
  • Guide
  • API
  • Wiki
  • Forum
  • Community
    • Places
    • Members
    • Hall of Fame
    • Badges
  • More
    • Learn
    • Books
    • Resources
    • Develop
    • Download Yii
    • Extensions
    • Report an Issue
    • Report a Security Issue
    • Contribute to Yii
    • Donate
    • About
    • Release Cycle
    • License
    • Team
    • Official Logos and Design
Login

Bootstrap extension version 2.0.8 released

Feb 16, 2018

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.

MongoDB extension 2.1.5 released

Feb 13, 2018

We are very pleased to announce the release of MongoDB extension version 2.1.6 which brings two bug fixes:

  • Fixed yii\mongodb\Command::aggregate() without 'cursor' option produces error on MongoDB Server 3.6
  • Fixed yii\mongodb\Collection::dropIndex() unable to drop index specified with sort via index plugin

See CHANGELOG for details.

Sphinx extension 2.0.10 released

Feb 13, 2018

We are very pleased to announce the release of Sphinx extension version 2.0.10 which brings 4 enhancements and bug fixes:

  • Fixed yii\sphinx\Schema::findColumns() unable to merge field and attribute columns with same name
  • Fixed yii\sphinx\QueryBuilder::buildInCondition() incompatibility with PHP 7.2
  • yii\sphinx\QueryBuilder::callSnippets() now automatically casts snippet source to string
  • yii\sphinx\QueryBuilder now supports Traversable objects for use in in conditions

See CHANGELOG for details.

Http Client extension 2.0.6 released

Feb 13, 2018

We are very pleased to announce the release of HTTP client extension version 2.0.6 which brings an enhancement and a bug fix:

  • Fixed Message::getHeaders() unable to parse HTTP status code in case reason phrase contains : character
  • Request::createFullUrl() now prevents appearance of multiple slashes while combining Client::$baseUrl and Request::$url

See CHANGELOG for details.

Auth Client extension 2.1.5 released

Feb 7, 2018

We are very pleased to announce the release of Auth Client extension version 2.1.5 which brings 3 enhancements and bug fixes:

  • Updated endpoint URLs for LinkedIn.
  • AuthAction refactored to use yii\web\Application::$request for request data access.
  • Added yii\authclient\AuthAction::$cancelCallback allowing custom handling for authentication cancellation.

See the CHANGELOG for details.

Queue Extension 2.0.2 released

Dec 26, 2017

We have released version 2.0.2 of the Queue extension. This version is fixing bugs as well as adding some enhancements.

New AMQP Interop driver added. It allows you to seamlessly use many drivers queue interop project supports.

There are new events: cli\Queue::EVENT_WORKER_START and cli\Queue::EVENT_WORKER_STOP. These allow you to add handlers to worker start and stop.

Read more

Gii extension version 2.0.6 released

Dec 22, 2017

We are very pleased to announce the release of Gii extension version 2.0.6. In this release there are many bug fixes and, of course, some enhancements:

Overall ¶

  • PHP 7.1 compatibility.
  • Aliases could now be used in generator's templates.
  • Added filename filter to generated files list preview.
  • Added meta tag to prevent indexing of debug by search engines in case it's exposed.

Read more

Redis extension 2.0.7 released

Dec 11, 2017

We are very pleased to announce the release of the redis extension version 2.0.7.

This release makes the extension compatible with PHP 7.2 by refering to BaseObject instead of the Object class in Yii.

It also adds simple ORDER BY support to the ActiveQuery so DataProvider functionaility is now fully supported.

Read more

Debug extension version 2.0.13 released

Dec 5, 2017

We are very pleased to announce the release of Debug Toolbar extension version 2.0.13. In this release:

  • PHP 7.2 compatibility.
  • Bugfixes.
  • HTTP headers are now sent regardless if page is served via AJAX so panel could be referenced from single page apps.
  • DB panel got duplicated queries counts.

Read more

jQueryUI Extension 2.0.7 released

Nov 25, 2017

We've released version 2.0.7 of the jQueryUI extension. This version is fixing bugs and updates jQueryUI dependency so it works with latest Yii release.

Queue Extension 2.0.1 released

Nov 13, 2017

We've released version 2.0.1 of the Queue extension. This version is fixing bugs as well as adding some enhancements we'll review below.

  • Added console commands for removing jobs and clearing whole queue. Both depend on the queue broker driver so details could be found in updated guide for particular driver.
  • Added support for Igbinary job serializer.
  • Allowed to change vhost setting for RabbitMQ.
  • Extension is now compatible with PHP 7.2.

Read more

Twig Extension 2.2.0 released

Nov 7, 2017

We've released major version 2.2.0 of the Twig extension. This version changes are:

  • Upgrades Twig to version 2. It is not backwards compatible so if you want to stay safe, please make sure your composer version is specified as ~2.1.1. Make sure to check upgrade notes.
  • Because of Twig update, minimum required PHP version is now 7.0.0.
  • Ability to profile templates by simply registering an extension and getting a call tree was added.
  • Enhanced docs.

New extension releases for authclient, httpclient, mongodb, and sphinx

Nov 3, 2017

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:

  • Auth client extension version 2.1.4
  • HTTP client extension version 2.0.5
  • Mongodb extension version 2.1.5
  • Sphinx extension version 2.0.9

Auth Client ¶

Read more

Twig Extension 2.1.1 released

Oct 11, 2017

Today we've released version 2.1.1 of the Twig extension. Changes are the following:

  • Exception page now displays exact template line where an issue has occurred. Before there was, at best, a line from template compiling result that was not useful at all.
  • A Twig extension added allowing to work with Html helper in templates. You can find more details in the guide. Without the extension it was not possible to use methods such as addCssClass() because of Twig limitations.
  • Bugfixes.
  • More docs.

This version was worked on by new Twig extension maintainer, Anton Gubarev (@amarox). He's using the extension is his projects and volunteered to both polish it to perfection and develop it further.

Bootstrap extension version 2.0.7 released

Oct 9, 2017

We are very pleased to announce the release of Bootstrap extension version 2.0.7 which both fixes bugs and makes small enhancements.

See CHANGELOG for details.

Thanks to everyone contributed to this release!

Debug extension version 2.0.12 released

Sep 4, 2017

We are very pleased to announce the release of Debug Toolbar extension version 2.0.12 which fixes two regressions since latest release.

See CHANGELOG for details.

SwiftMailer extension 2.1.0 released

Aug 4, 2017

We are very pleased to announce the release of the SwiftMailer extension version 2.1.0, which uses the latest SwitMailer versions - 6.x.

The high level interface of the extension has not been changed, thus any existing code based on 2.0.x version will likely continue to function with 2.1.x as well. However, there are some backward compatibility breaks introduced.

In particular: minimum required version of PHP has been raised to 7.0 and default transport was changed to Swift_SendmailTransport as Swift_MailTransport is no longer available. Check the UPGRADE instructions for migration from 2.0.x versions.

Also make sure your composer.json has the necessary version constraint limit if you want to stay with the 2.0.x version using SwiftMailer 5.x, e.g. ~2.0.7. Check the Composer documentation on version constraints to learn how that works.

Yii 2 Queue Extension released

Jul 17, 2017

We are happy to announce the release of the first official stable version of the Yii 2 Queue Extension. Roman Zhuravlev took care of rewriting and polishing the queue extension after core team and community made initial prototypes. His work had been released as a zhuravlev/yii2-queue package before and proved to be of good quality. Together we've decided to move the package under the yiisoft organization so it gets more attention and support. Roman agreed to maintain it further together with current Yii team.

As of today you can install the extension by requiring yiisoft/yii2-queue in composer which is tagged as version 2.0.0. The extension allows processing of background jobs and provides a common interface for different backend systems from simple onces, like file and database storages, to queue systems like Beanstalk, Gearman, RabbitMQ, and Redis.

Check out the README for quick start instructions. More detailed docs are also available in the repository and will be put into website and linked from official guide soon.

Auth Client extension 2.1.3 released

Jun 23, 2017

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.

HTTP Client extension 2.0.4 released

Jun 23, 2017

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.

  • «
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • »
Get notified of news as soon as they are available using our RSS Feed.

Years

  • 2026 (43)
  • 2025 (92)
  • 2024 (80)
  • 2023 (90)
  • 2022 (82)
  • 2021 (101)
  • 2020 (64)
  • 2019 (75)
  • 2018 (32)
  • 2017 (35)
  • 2016 (30)
  • 2015 (9)
  • 2014 (6)
  • 2013 (11)
  • 2012 (14)
  • 2011 (10)
  • 2010 (10)
  • 2009 (23)
  • 2008 (5)

Popular Tags

  • yii3 383
  • extensions 233
  • release 109
  • yii2 73
  • debug 30
  • view 28
  • html 25
  • auth client 23
  • bootstrap 21
  • redis 20
  • Yii 1.1
  • Guide
  • API
  • Wiki
  • Yii 2
  • Guide
  • API
  • Wiki
  • Yii3
  • Guide
  • API
  • Cookbook
  • Terms of service
  • License
  • Contact Us
  • Supported by
  • Your donations
  • JetBrains logo
  • © 2008 - 2026 Yii (Website Source Code)