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 HTML 3.4

Dec 26, 2023

Version 3.1 of Yii HTML package is released.

In this version add ability set attributes for label of items in widgets CheckboxList and RadioList.

Yii Widget 2.2

Dec 25, 2023

Minor version of Yii Widget package is released.

  • Added ability to set default theme for concrete widget.
  • Allowed to use widgets without widget factory initialization.
  • WidgetFactoryInitializationException marked as deprecated.

Yii HTTP Runner 2.2 and Yii Console Runner 2.1

Dec 25, 2023

Two runner pacakges was released:

  • Yii HTTP Runner 2.2
  • Yii Console Runner 2.1

In this versions adds ability to set custom config modifiers.

Yii Config 1.5

Dec 25, 2023

Minor version of Yii Config package was released. There are some new features and improvements:

  • added ability to specify recursion depth for recursive modifier;
  • references to another configs use reverse and recursive modifiers of root group now;
  • prevent incorrect throw "Duplicate key…" exception in some cases when using nested groups;
  • remove unnecessary code in PackagesListBuilder.

Yii DB Migration 1.1

Dec 24, 2023

Minor version of Yii DB Migration package was released. There are one new feature:

  • shortcuts for UUID columns added to migration builder.

Yii Strings 2.4

Dec 22, 2023

Minor version of Yii Strings package was released. There are some new features and improvements:

  • Added findBetween(), findBetweenFirst() and findBetweenLast() methods to StringHelper to retrieve a substring that lies between two strings.
  • Don't use regexp if there is no delimeter in the path in StringHelper::parsePath().

DB Migration 1.0.0

Dec 21, 2023

First stable version of DB Migration package was realeased.

It allows you to manage database schema using migrations.

Supports the following databases out of the box:

Read more

Yii Injector 1.2

Dec 20, 2023

Version 1.2.0 of Yii Injector package was released.

  • Added optional reflection caching (by default, caching is disabled).
  • Сontainer is made optional.

Auth Client extension 2.2.15 released

Dec 16, 2023

We are very pleased to announce the release of Auth Client extension version 2.2.15.

This version fixes a bug not using issuer claim from OpenID configuration, enhances security, and introduces more specific ClientErrorResponseException when the response code in BaseOAuth::sendRequest() is a 4xx.

See the CHANGELOG for details.

Thanks to rhertogh for contributing security enhancements.

Yii Runner 2.1

Dec 6, 2023

Version 2.1 of Yii Runner package was released.

In this version added ability to set custom config modifiers.

Yii User 2.1

Dec 5, 2023

Version 2.1 of Yii User package was released. There are some improvements and fixes:

  • added optional parameter $duration to CookieLogin::addCookie();
  • raised the minimum version of PHP to 8.0 and did refactoring using the features of it;
  • raisde version of yiisoft/access to ^2.0;
  • added token logging when login was failed;

Read more

Yii Factory 1.2

Dec 3, 2023

Version 1.2 of Yii Factory package is released. There are one improvement, the container is made optional.

Yii HTML 3.3

Dec 1, 2023

Version 3.3 of Yii HTML package is released. There are some improvements and fixes:

  • added class for tag html and method Html::html();
  • replaced constant PHP_EOL to "\n";
  • don't add "class" attribute in Html::addCssClass() if passed array contains null classes only.

Yii HTML 3.2

Nov 21, 2023

Version 3.2 of Yii HTML package is released. There are some improvements and fixes:

  • added $attributes parameter to Html::ul() and Html::ol();
  • allowed pass null as class to Html::addCssClass(), nulled classes will be ignored;
  • fixed loss of keys for named class in Html::addCssClass() when class in passed options is a string.

Yii Config 1.4

Nov 17, 2023

Yii Config package got a minor version.

In this version we add new option package-types that define package types for process by composer plugin. By default, it is "library" and "composer-plugin". You can override default value by own types:

"extra": {
    "config-plugin-options": {
        "package-types": ["library", "my-extension"]
    }
}

Yii Widget 2.1

Nov 16, 2023

Minor version of Yii Widget package is released.

  • Added widget themes.
  • Added protected method Widget::getThemeConfig() that allows to implement a logic of configuring a theme.
  • Fixed merge constructor arguments with array definition configuration into Widget::widget().

Yii 1.1.29 is released

Nov 14, 2023

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

Yii 1.1.29 improves compatibility with PHP 8.2 and includes a security improvement. See the security advisory 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 DB and drivers updates

Nov 12, 2023

Yii Database package was tagged along with its drivers.

Yii Database 1.2

  • Deprecate TableSchemaInterface::compositeForeignKey() and SchemaInterface::TYPE_JSONB
  • Enhanced documentation of batchInsert() and update() methods of DMLQueryBuilderInterface interface
  • Refactor Quoter
  • Move methods from concrete Command class to AbstractPdoCommand class

Read more

Yii Event 2.1.0

Nov 4, 2023

Minor version of Yii Event package was released. This release adds the ability to configure the events configuration group name in params.

Yii Auth 3.1

Oct 30, 2023

Minor version of Yii Auth package was released.

In this release:

  • Added memoization for WildcardPattern in Authentication middleware.
  • Added Language JetBrains attribute to $pattern property in HttpHeader::withPattern() that enables syntax highlighting for this property in PhpStorm.
  • Fixed bug with processing non-ASCII paths in the Authentication middleware.
  • Added debug collector for yiisoft/yii-debug.

Read more

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