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 Translator 3.0 and Yii Message Extractor 2.0

Feb 17, 2023

Yii Translator and Yii Translation Message Extractor got a major releases.

Yii Translator 3.0

  • Implemented fluent interface into TranslatorInterface: methods addCategorySources(), setLocale(), withDefaultCategory() and withLocale() returns static.
  • Configuration group names adapted to Yii conventions.

Yii Message Extractor 2.0

  • Configuration group names adapted to Yii conventions.
  • yiisoft/yii-console dependency make for development only.

Read more

Yii Console 2.0

Feb 17, 2023

Version 2.0 of Yii Console package was tagged.

In this version configuration group names adapted to Yii conventions and make a few fixes and improvements:

  • added workers option to serve command with default of two workers under Linux;
  • explicitly added transitive dependencies psr/event-dispatcher and psr/log;
  • fixed executing the list command with namespace.

Log targets major releases

Feb 17, 2023

Several log target packages got a major releases.

Yii Logging Email Target 4.0

Configuration group names adapted to Yii convention and make a few improvements:

Read more

Yii Swagger 2.0

Feb 16, 2023

Major versions of Yii Swagger were tagged.

In this version configuration group names adapted to Yii conventions, explicitly added transitive dependencies, and added support for:

  • yiisoft/aliases version of ^3.0;
  • yiisoft/assets version of ^3.0|^4.0;
  • yiisoft/cache version of ^3.0;
  • yiisoft/data-response version of ^2.0;

Read more

Yii View Extension 6.0

Feb 16, 2023

Major versions of Yii View Extension were tagged.

In this version configuration group names adapted to Yii conventions and added support for:

  • yiisoft/aliases version ^3.0;
  • yiisoft/csrf version ^2.0;
  • yiisoft/data-response version ^2.0;
  • yiisoft/view version ^8.0.

Yii View 8.0

Feb 16, 2023

Version 8.0 of Yii View package was released.

In this version configuration group names adapted to Yii conventions and added support of yiisoft/cache version ^3.0.

Yii Event 2.0

Feb 16, 2023

Version 2.0 of Yii Event package was released.

In this version configuration group names adapted to Yii conventions and raised PHP version to ^8.0.

Yii RBAC Rules Container 2.0

Feb 16, 2023

Major version of Yii RBAC Rules Container package was released.

In this version configuration group names adapted to Yii conventions.

Yii Mailer Symfony Mailer 3.0

Feb 16, 2023

Major version of Yii Mailer Symfony Mailer package was tagged.

In this version configuration group names adapted to Yii conventions.

Major release Yii Caching Library with file and memcached handlers

Feb 15, 2023

Several caching packages got a major releases.

Yii Caching Library 3.0

Configuration group names adapted to Yii convention.

Read more

Yii Data Response 2.0

Feb 15, 2023

Version 2.0 of Yii Data Response package was released.

In this version configuration group names adapted to Yii conventions and updated yiisoft/http version to ^1.2.

Yii Sentry 2.0

Feb 15, 2023

Yii Sentry package got a major release. There a few changes and improvements:

  • configuration group names adapted to Yii conventions;
  • explicitly added transitive dependency sentry/sentry.

Yii User 2.0

Feb 15, 2023

Version 2.0 of Yii User package was released.

In this version configuration group names adapted to Yii conventions and added support of yiisoft/session version ^2.0.

Yii Profiler 3.0

Feb 15, 2023

Major version of Yii Profiler package was released.

In this version configuration group names adapted to Yii conventions.

Yii Error Handler 3.0

Feb 14, 2023

Yii Error Handler package got a major release. There a few changes and improvements:

  • PHP version raised to ^8.0;
  • configuration group names adapted to Yii conventions;
  • explicitly added transitive dependencies ext-mbstring, psr/http-factory and psr/http-server-handler.

Yii CSRF 2.0

Feb 14, 2023

Version 2.0 of Yii CSRF package was released.

In this version configuration group names adapted to Yii conventions and added support of yiisoft/session version ^2.0.

Yii Session 2.0

Feb 13, 2023

Version 2.0 of Yii Session package was released. There a few changes and fixes:

  • configuration group names adapted to Yii conventions;
  • returns correct session name when used custom name and call Session::getName() before session open.

Yii Auth JWT 2.0

Feb 13, 2023

Major release of Yii Auth JWT package was tagged. In this version configuration group names adapted to Yii conventions.

Yii Assets 4.0

Feb 13, 2023

Version 4.0 of Yii Assets package was released.

In this version configuration group names adapted to Yii conventions and added support of yiisoft/aliases version ^3.0.

Yii Aliases 3.0

Feb 13, 2023

Major release of Yii Aliases package was tagged.

In this version configuration group names adapted to Yii conventions and added method Aliases::getArray() that bulk translates path aliases into actual paths. For example:

$aliases = new Aliases([
    '@root' => '/my/app',
]);

// Value will be ['src' => '/my/app/src', 'tests' => '/my/app/tests']
$directories = $aliases->getArray(['src' => '@root/src', 'tests' => '@root/tests']);
  • «
  • 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)