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

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.

Twig extension version 2.0.5 released

Sep 4, 2016

We are very pleased to announce the release of the Twig extension version 2.0.5 which provides three enhancements:

  • Extended simple functions and simple filters support.
  • Added @app/views, @app/modules, @app/widgets as Twig_Loader_Filesystem loader paths, same for theme pathMap paths.
  • Ability for register_asset_bundle() to return AssetBundle instance when second argument is true.

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.

Sphinx extension version 2.0.6 released

Sep 2, 2016

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

This release provides the following significant improvements:

  • Ability to use float values as a SphinxQL query bound parameters.
  • Added yii\sphinx\MatchExpression allowing advanced composition of MATCH expressions. See documentation for example.
  • Improved support for distributed indexes.

This release also provides other enhancements and bug fixes. See the CHANGELOG for a complete list of changes.

MongoDB extension version 2.1.1 released

Aug 29, 2016

We are very pleased to announce the release of MongoDB extension version 2.1.1 which brings 6 enhancements and bug fixes.

See CHANGELOG for details.

Auth Client extension version 2.1.1 released

Aug 29, 2016

We are very pleased to announce the release of the Auth Client extension version 2.1.1. This release fixes a critical bug: \yii\authclient\BaseClient::createRequest() ignored defaultRequestOptions and requestOptions, which, in particular, was a reason for the error during GitHub authentication process.

This release also provides other enhancements and bug fixes. See the CHANGELOG for a complete list of changes.

Auth Client extension version 2.1.0 released

Aug 4, 2016

We are very pleased to announce the release of the Auth Client extension version 2.1.0. The main change is that it's now uses the HTTP Client extension providing more sophisticated base for REST API requests.

Note that 2.1.0 introduces significant backwards compatibility break! It is very likely, that existing code based on 2.0.x versions will be unable to function with 2.1.0 without adjustments.

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, e.g. ~2.0.6. Check the Composer documentation on version constraints to learn how that works.

This release also provides several enhancements, such as support of client_credentials and password authentication grant type for OAuth 2.0. See the CHANGELOG for a complete list of changes.

HTTP client extension version 2.0.1 released

Aug 4, 2016

We are very pleased to announce the release of HTTP client extension version 2.0.1 which brings 10 enhancements and bug fixes. See CHANGELOG for details. The most signiifcant change is introduction of beforeSend and afterSend events for the HTTP request:

use yii\httpclient\Client;
use yii\httpclient\Request;
use yii\httpclient\RequestEvent;

$client = new Client();

Read more

JQuery UI extension version 2.0.6 released

Jul 22, 2016

We are very pleased to announce the release of JQuery UI extension version 2.0.6 which brings important bugfixes for yii\jui\Draggable, yii\jui\Droppable and yii\jui\Resizable. See CHANGELOG for details.

AuthClient extension version 2.0.6 released

Jul 8, 2016

We are very pleased to announce the release of AuthClient extension version 2.0.6 which brings 4 enhancements and bug fixes. See CHANGELOG for details.

This is the last release in 2.0.x branch. Next release is going to be 2.1.0 which will use HTTP Client extension.

HTTP client extension version 2.0.0 released

Jul 1, 2016

We are very pleased to announce the initial release of the new HTTP Client extension version 2.0.0.

The extension allows you to perform compose and perform HTTP requests:

use yii\httpclient\Client;

Read more

MongoDB extension version 2.1.0 released

Jun 27, 2016

We are very pleased to announce the release of the MongoDB extension version 2.1.0, which uses the new PHP MongoDB driver, providing the ability to function on PHP 7.x and HHVM.

Note that migration to the new MongoDB driver caused a significant backward compatibility break! It is very likely, that existing code based on 2.0.x versions will be unable to function with 2.1.0 without adjustments. 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 the old driver, e.g. ~2.0.5. Check the Composer documentation on version constraints to learn how that works.

This release also provides several enhancements, such as writing and reading data in batches. See the CHANGELOG for a complete list of changes.

MongoDB extension version 2.0.5 released

May 9, 2016

We are very pleased to announce the release of MongoDB extension version 2.0.5 which brings 17 enhancements and bug fixes. See CHANGELOG for details.

This is the last release in 2.0.x branch. Next release is going to be 2.1.0 which will use new MongoDB driver.

We'd like to thank our contributors for the great job they've done. Thank you!

You may follow the development progress of Yii 2 by starring or watching Yii 2.0 GitHub Project. You may also follow Yii Twitter feeds or join Yii Facebook group to connect with other Yii developers.

  • «
  • 1
  • 2
  • »
Get notified of news as soon as they are available using our RSS Feed.

Years

  • 2026 (47)
  • 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 386
  • 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)