Gii extension 2.2.0 released
We are very pleased to announce the release of Gii extension version 2.2.0.
This release adds support for via() junction relations in model generator.
See the CHANGELOG for details.
We are very pleased to announce the release of Gii extension version 2.2.0.
This release adds support for via() junction relations in model generator.
See the CHANGELOG for details.
We are very pleased to announce the release of Redis extension version 2.0.12.
This version fixes some bugs, adds ability to connect via SSL, and increases frequency of lock tries on mutex timeout.
See the CHANGELOG for details.
We are very pleased to announce two releases of Twig extension.
Version 2.4.0 upgrades Twig to 3.x and adds a built-in function for message translation:
{{ t('app', 'Hello, world!') }}
We are very pleased to announce the release of Shell extension version 2.0.3. This version adds compatibility with symfony/var-dumper 5.x.
We are very pleased to announce the release of Sphinx extension version 2.0.13. This release fixes a bug in search() method.
See the CHANGELOG for details.
We are very pleased to announce the release of the ApiDoc extension version 2.1.3.
This release has two important bugfixes about @inheritdoc and getter/setter methods. Also it contains two enhancements:
@since tags are now propagated to inherited methods/properties in the same package.See the CHANGELOG for a full list of changes.
Thank you, Brandon Kelly and Somogyi Márton for this release pull requests.
We are very pleased to announce the release of Auth Client extension version 2.2.7.
This release updates GitHub token transfer method since GitHub deprecated old way to transfer a token.
Note: Make sure to update your project before July 1st, 2020. That is when GitHub will stop supporting old token trafer method.
We are very pleased to announce two releases of Twig extension.
Version 2.2.2 fixes an issue with non-working HtmlHelperExtension, version 2.3.0 upgrades Twig to 2.7.x.
Debug extension version 2.1.13 was released. This release fixes an error in Dump panel.
See the CHANGELOG for details.
We are very pleased to announce the release of Gii extension version 2.1.4.
This release fixes relational query getter documentation style and adds relation's phpdoc hints with target ActiveQuery class to model generator.
See the CHANGELOG for details.
We are very pleased to announce the release of MongoDB extension version 2.1.9 that fixes Collection::dropAllIndexes() error when no indexes were dropped.
We are pleased to announce the release of Smarty extension version 2.0.9. In this release {js} function was added allowing to instantiate yii\web\JsExpression:
{js assign='expr' expression='function(){alert('expression');}}'}
We are very pleased to announce the release of Gii extension version 2.1.3.
This release fixes issue with RTL naming for foreign keys such as id_user that was causing problems in generated code.
Also, it improves some aspects of generated code. float types are now recognized and generated and annotations for nullable types are now there:
/**
* @property string|null $car_number
*/
See the CHANGELOG for details.
Debug extension version 2.1.12 was released. This release fixes missing timeline panel tooltips and adds a warning message in DB panel when traceLevel is too low in order for it to collect data.
See the CHANGELOG for details.
We are very pleased to announce the release of Auth Client extension version 2.2.6.
This release adds CacheStateStorage that provides state storage based in cache component.
Additionally, request option for turning off SSL peer verification was removed to make extension more secure by default. It may break your application if server doesn't have root certificates set up correctly so make sure to check upgrade guide.
See the CHANGELOG for details.
We are very pleased to announce the release of Redis extension version 2.0.11.
This version adds for Redis cluster contributed by Robert Hofer.
See the CHANGELOG for details.
We are very pleased to announce the release of Auth Client extension version 2.2.5.
In this release deprecated dependency spomky-labs/jose was replaced by JWT Framework.
See the CHANGELOG for details.
Debug extension version 2.1.11 was released. It is adding removal of stale debug data, fixes issues and adding buttons for navigating between requests.
See the CHANGELOG for details.
Debug extension version 2.1.10 was released. It is tweaking Logs panel not to wrap important columns text and to display arrows in less distracting manner.
See the CHANGELOG for details.
We are very pleased to announce the release of Redis extension version 2.0.10.
In this version \yii\redis\Connection::$retryInterval was added. It speficifies wait time between retry in microseconds.
See the CHANGELOG for details.