News


12/27/2024 - 02:00

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.




12/26/2024 - 15:49

I'm very excited to announce the launch of Twig
Playground
, a new tool that allows you to test
and experiment with Twig templates in a sandbox environment. It is entirely
web-based, with no backend.

Twig templates are rendered via PHP Wasm and the state is preserved in the
URL for easy sharing. It can be used to try Twig, quickly test new features, and
it is the perfect tool to improve bug reports with reproducible examples.





12/26/2024 - 02:00

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.




12/24/2024 - 18:28

Laravel's whereInstanceOf method provides a clean way to filter collections based on object types, particularly useful when dealing with polymorphic relationships or mixed object collections.





12/24/2024 - 16:17

Laravel's Context facade enhances application insight by allowing you to add persistent metadata throughout your request lifecycle. This context automatically enriches your logs with valuable debugging information.





12/24/2024 - 02:00

Version 12.0 of Yii View package was released.