Feed items

  • warning: Declaration of views_handler_argument::init(&$view, &$options) should be compatible with views_handler::init(&$view, $options) in /home/clients/ru/domains/development4web.com/html/sites/all/modules/views/handlers/views_handler_argument.inc on line 48.
  • warning: Declaration of views_handler_filter_boolean_operator::value_validate(&$form, &$form_state) should be compatible with views_handler_filter::value_validate($form, &$form_state) in /home/clients/ru/domains/development4web.com/html/sites/all/modules/views/handlers/views_handler_filter_boolean_operator.inc on line 111.
  • warning: Declaration of views_plugin_row_node_view::options_form(&$form, &$form_state) should be compatible with views_plugin_row::options_form($form, &$form_state) in /home/clients/ru/domains/development4web.com/html/sites/all/modules/views/modules/node/views_plugin_row_node_view.inc on line 35.

[news] Yii 2.0.49

We are pleased to announce the release of Yii Framework version 2.0.49.
Please refer to the instructions at https://www.yiiframework.com/download/ to install or upgrade to this version.
This release has a number of bugfixes and some small enhancements:





[extension] ssiva/yii2-mpesa-sdk

YII2 MPESA DARAJA SDK This package provides a seamless integration of M-PESA Daraja APIs in Yii2 applications





[extension] dddphp/state-machine

State Machine for PHP

  1. Installation (via composer)
  2. User Guide

The State Machine library is aimed to provide a easy use, lightweight, flexible and extensible, and type safe PHP state machine implementation for enterprise usage.





[news] Yii Access 2.0

Major version of Yii Access package was released.
In this release:

  • type for $userId parameter of AccessCheckerInterface::userHasPermission() method is specified;
  • mininum PHP version was raised to 8.0.




[news] Rate limiter 3.0.0

Major version of yiisoft/rate-limiter package was released.
In this release:

  • Revised architecture allowing concurrency-safe counter storages.
  • Added APCu counters storage that is suitable for high concurrency environments that might cause dirty reads.
  • Dependency upgrades.
  • Mininum PHP version was raised to 8.0.

Thanks to Pan Jiawei for handing this complicated work.





[extension] ishukrullo/yii2-errorsender

Send exceptions to telegram user.

  1. Installation
  2. Usage

On Exception, sends exception title and content to set telegram user.
To get errors, first you need to hit start on bot ErrorGetterBot





[news] DB and drivers updates

Database package was tagged along with its drivers.

  • Legacy array type-casting syntax was removed from db. Param should now be used instead.
  • Drivers got more tests, refactoring and more edge-cases handled.




[news] Redis adapter for cache 2.0.0

Version 2.0.0 of Redis adapter for Yii cache was released. In this version:

  • psr/simple-cache requirement raised to ^2.0|^3.0.
  • PHP requirement raised to ^8.0.
  • predis/predis requirement raised to ^2.1.
  • Redis cluster support added.




[news] Yii Runner HTTP 2.1.0

Version 2.0.0 of Redis adapter for Yii cache was released. In this version:

  • psr/simple-cache requirement raised to ^2.0|^3.0.
  • PHP requirement raised to ^8.0.
  • predis/predis requirement raised to ^2.1.
  • Redis cluster support added.




[news] Debug extension 2.1.24 released

Debug extension version 2.1.24 was released.
This release:

  • Fixes issues with DB panel additions made in previous release.
  • Fixes issues with Mail panel when using Symfony mailer.
  • DB panel's excessive called threshold is now null by default so feature is disabled.

See the CHANGELOG for details.