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

MongoDB extension 2.1.4 released

Jun 23, 2017

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.

Sphinx extension 2.0.8 released

May 15, 2017

We are very pleased to announce the release of Sphinx extension version 2.0.8 which fixes sql_attr_timestamp PHP type detection.

See CHANGELOG for details.

SwiftMailer extension 2.0.7 released

May 1, 2017

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.

Redis extension 2.0.6 released

Apr 5, 2017

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.

Read more

Twig extension 2.1.0 released

Mar 25, 2017

We are very pleased to announce the release of Twig extension version 2.1.0. This version is not fully backwards compatible with 2.0.6. It adds support for scalar global variables, unifies path() and url() syntax to match Url::to() and makes package more flexible by using DI container to instantiating extensions.

Thanks to everyone contributed to this release.

See CHANGELOG for details.

Debug extension version 2.0.9 released

Feb 21, 2017

Following 2.0.8 release of Debug extension, 2.0.9 provides 3 extra bug fixes to make new panels more stable with various non-standard application configurations.

See CHANGELOG for details.

Debug extension version 2.0.8 released

Feb 19, 2017

We are very pleased to announce the release of Debug extension version 2.0.8 which fixes 2 bugs and brings 6 enhancements including new panels and significant panel enhancements.

First of all, timeline panel, which already was quite useful for improving application performance, got even better by displaying memory consumption:

FuJhuDf.png

Read more

Auth Client extension version 2.1.2 released

Feb 15, 2017

We are very pleased to announce the release of Auth Client extension version 2.1.2 which brings 3 enhancements and bug fixes. The most noteable change is automatic appsecret_proof generation for Facebook API requests.

See CHANGELOG for details.

HTTP client extension version 2.0.3 released

Feb 15, 2017

We are very pleased to announce the release of HTTP client extension version 2.0.3 which brings 6 bug fixes.

See CHANGELOG for details.

Sphinx extension version 2.0.7 released

Feb 15, 2017

We are very pleased to announce the release of Sphinx extension version 2.0.7 which brings 3 enhancements and bug fixes. This release makes this extension to be fully compatible with Yii 2.0.11 supporting yii\db\QueryInterface::emulateExecution() implementation.

See CHANGELOG for details.

MongoDB extension version 2.1.3 released

Feb 15, 2017

We are very pleased to announce the release of MongoDB extension version 2.1.3 which brings 8 enhancements and bug fixes. This release makes this extension to be fully compatible with Yii 2.0.11 supporting yii\db\QueryInterface::emulateExecution() implementation.

See CHANGELOG for details.

Recent security issues with PHPMailer and SwiftMailer

Dec 28, 2016

Recently three security vulnerabilities in PHPMailer and SwiftMailer have been announced:

  • 25.12.2016, CVE-2016-10033 Remote Code Execution vulnerability in PHPMailer
  • 27.12.2016, CVE-2016-10045 Remote Code Execution vulnerability in PHPMailer
  • 28.12.2016, CVE-2016-10074 Remote Code Execution vulnerability in SwiftMailer

Credits to Dawid Golunski (https://legalhackers.com) for finding these.

Read more

Debug toolbar extension version 2.0.7 released

Nov 24, 2016

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

In this release there are more than twenty bug fixes, enhancements and three new features. Fixes and enhancements are aimed mainly on getting better stability in edge cases and to improve usability. Features deserve separate descriptions.

Timeline panel ΒΆ

Read more

Interactive Shell Extension for Yii 2

Nov 22, 2016

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.

ApiDoc extension version 2.0.6 and 2.1.0 released

Nov 22, 2016

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.

Imagine extension version 2.1.0 released

Nov 3, 2016

We are very pleased to announce the release of the Imagine extension version 2.1.0.

This release uses 0.6.x versions of imagine library and may break backwards compatibility if you are working with color. Additionally there are two important additions:

  • New autorotate() method which rotates images based on EXIF metadata.
  • You may pass resources or ImageInterface instances to methods now.

See the CHANGELOG for a complete list of changes.

HTTP client extension version 2.0.2 released

Oct 31, 2016

We are very pleased to announce the release of the HTTP client extension version 2.0.2, which brings the following significant bug fixes:

  • Fixed StreamTransport failure to collect headers for HTTP response when using certain PHP versions.
  • Fixed Response::detectFormatByContent(), which was unable to detect URL-encoded format if source content contains a | symbol.

See the CHANGELOG for more details.

Twig extension version 2.0.6 released

Oct 5, 2016

We are very pleased to announce the release of the Twig extension version 2.0.6 fixing regression introduced by version 2.0.5.

Note that it's likely that it is the last 2.0.x release and the next one will be 2.1.x which may break backwards compatibility. Make sure you have ~2.0.0 in your composer.json if you want to stay on 2.0.x releases.

Swiftmailer extension version 2.0.6 released

Sep 9, 2016

We are very pleased to announce the release of the Swiftmailer extension version 2.0.6.

This release provides better support for the message headers setup and message signature specification.

See the CHANGELOG for a complete list of changes.

Imagine extension version 2.0.4 released

Sep 4, 2016

We are very pleased to announce the release of the Imagine extension version 2.0.4.

The only change is that Image::thumbnail() could now automatically calculate thumbnail dimensions based on aspect ratio of original image if only width or only height is specified. Image::$thumbnailBackgroundColor and Image::$thumbnailBackgroundAlpha are introduced to be able to configure fill color of thumbnails.

See the CHANGELOG for a complete list of changes.

Note that it's likely that it is the last 2.0.x release and the next one will be 2.1.x which may break backwards compatibility. Make sure you have ~2.0.0 in your composer.json if you want to stay on 2.0.x releases.

  • «
  • 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 (48)
  • 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 387
  • extensions 233
  • release 109
  • yii2 74
  • 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)