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

Yii Message Translator 3.1

Dec 26, 2024

Minor version of Yii Message Translator package was tagged.

  • Throw InvalidArgumentException when missed "one" plural key.
  • Fixed incorrect locale usage when category source is not exist and specified fallback locale.
  • Fixed the nullable parameter declarations for compatibility with PHP 8.4.

Yii View Renderer 7.3

Dec 25, 2024

Minor version of Yii View Renderer were tagged.

  • Raised required yiisoft/view version to ^12.
  • Added CsrfTokenMiddleware support in CsrfViewInjection.
  • Fixed state leak in some combinations of ViewRenderer render methods.

Yii View 12.0

Dec 23, 2024

Version 12.0 of Yii View package was released.

  • Added ViewInterface::deepClone() method that clones object, including state cloning.
  • Allowed to pass null to ViewInterface methods withBasePath() and withContext().
  • Fixed clearing theme in View::withClearedState() and WebView::withClearedState().

See upgrading instructions with notes about upgrading package in your application to this major version.

Yii Assets 5.0

Dec 11, 2024

Version 5 of Yii Assets package was released.

  • Add AssetManager::getUrl() method instead of getAssetUrl() method that is marked as deprecated.
  • Move di-web configuration to di and allow to set publisher via parameters.
  • Add debug collector for yiisoft/yii-debug.
  • Raise the minimum PHP version to 8.1 and minor refactoring.

Read more

“The Yii Book (2nd Edition)” Version 2.0

Dec 10, 2024

Larry Ullman posted the final revision of his Yii Book 2nd Edition about Yii2.

Have a good read

Yii Factory 1.3

Dec 9, 2024

Version 1.3 of Yii Factory package is released.

In this version added StrictFactory that differs in that it processes only configured definitions.

Yii HTML 3.9

Nov 29, 2024

Version 3.9 of Yii HTML package is released. There is one improvement:

  • added backed enumeration value support to Html::addCssClass(), Tag::addClass() and Tag::class() methods.

Yii DB Migration 1.2

Nov 27, 2024

Minor version of Yii DB Migration package was released.

  • Don't used Yii DB deprecated methods in Migrator.
  • Raised minimum PHP version to 8.1 with minor refactoring.

Yii Requirements Checker 1.1

Nov 19, 2024

Version 1.1 of Yii Requirements Checker package is released.

  • Added RequirementsChecker::checkMaxExecutionTime() that check on current server's php.ini's 'max_execution_time' requiring it to exceed the time specified / tested application's comfortable installation time.
  • Improved requirements array validation.
  • Improved result appearance.

Yii CSRF 2.2

Nov 14, 2024

Minor verison of Yii CSRF package was released.

  • Add the CsrfHeaderMiddleware middleware to use custom HTTP header to prevent forgery of requests.
  • Add the CsrfMiddleware::withSafeMethods() method to configure a custom safe HTTP methods list.
  • Deprecate CsrfMiddleware in favor of CsrfTokenMiddleware.

Yii Form 1.3

Oct 30, 2024

Version 1.3 of Yii Form package is released.

  • Added CheckboxList methods:
    • checkboxWrapTag(),
    • checkboxWrapAttributes(),
    • checkboxWrapClass(),

Read more

Yii HTML 3.8

Oct 29, 2024

Version 3.8 of Yii HTML package is released. There are some improvements:

  • added optional wrap parameter to BooleanInputTag::label() method that controls whether to wrap input tag with label tag or place them aside;
  • added CheckboxList::checkboxLabelWrap() and RadioList::radioLabelWrap() methods;
  • added ability to wrap items in checkbox and radio lists by using methods CheckboxList::checkboxWrapTag(), CheckboxList::checkboxWrapAttributes(), CheckboxList::checkboxWrapClass(), CheckboxList::addCheckboxWrapClass(), RadioList::radioWrapTag(), RadioList::radioWrapAttributes(), RadioList::radioWrapClass() and RadioList::addRadioWrapClass();
  • added non-empty-string psalm type of Html::generateId() method result;

Read more

Yii Request Provider 1.1

Oct 28, 2024

Version 1.1 of Yii Request Provider package is released.

  • Add RequestCookies class that provides convenient access to request cookies.
  • Add yiisoft/middleware-dispatcher event listener to keep Request always available.

Yii Mailer 6 + Yii Mailer Symfony 4

Oct 18, 2024

Major versions of Yii Mailer and Yii Mailer Symfony Mailer packages were tagged.

The Yii Mailer abstraction for sending emails has been significantly reworked.

Now, the package yiisoft/mailer is independent of any other dependencies and essentially consists of two interfaces: MessageInterface (a message with methods for setting/getting values) and MailerInterface (a service for sending messages with two methods: send() and sendMultiple()).

Read more

Yii 1.1.30 is released

Oct 14, 2024

We are very pleased to announce that Yii Framework version 1.1.30 is released. You can download it at yiiframework.com/download/.

Yii 1.1.30 adds support for PHP 8.3 and improves compatibility with PHP 8. It also includes a minor security improvement. See the PR for more information.

This release is a release of Yii 1.1, which has reached maintenance mode and will only receive security and compatibility fixes. For the complete list of changes in this release, please see the change log. For upgrading, always make sure to read the upgrade instructions.

We would like to express our gratitude to all contributors who have spent their precious time helping improve Yii and made this release possible.

Yii Dependency Injection 1.3

Oct 14, 2024

Version 1.3 of Yii Dependency Injection container is released.

  • added shortcut TagReference::to() for tag reference;
  • improved usage NotFoundException for cases with definitions;
  • minor refactoring has been performed to improve performance of container;
  • added default value true for parameter of ContainerConfig::withStrictMode() and ContainerConfig::withValidate() methods;

Read more

Yii Form 1.2

Oct 9, 2024

Version 1.2 of Yii Form package is released.

In this version added Checkbox::labelPlacement() method and Checkbox::enclosedByLabel() method marked as deprecated.

Yii View Renderer 7.2

Oct 2, 2024

Minor version of Yii View Renderer were tagged.

  • Added support for yiisoft/view version ^11.
  • Bumped PHP version to ^8.1 and refactor code.

Yii View 11.0

Oct 2, 2024

Version 11.0 of Yii View package was released.

  • Removed deprecated methods withDefaultExtension() and getDefaultExtension() from ViewInterface.
  • Renamed configuration parameter defaultExtension to fallbackExtension.
  • Added variadic parameter $default to ViewInterface::getParameter().
  • Bumped PHP version to ^8.1 and refactor code.

Read more

Yii Form 1.1

Sep 26, 2024

Version 1.1 of Yii Form package is released.

In this version added backed enumeration value support to Select field.

  • «
  • 1
  • 2
  • 3
  • 4
  • »
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)