Skip to content

Releases: naffiq/yii2-bridge

Settings groups!

27 Mar 19:02
Compare
Choose a tag to compare

We introduce you Settings Groups! A better way to handle settings for admin.

Another little update is Maps widget and appropriate new Settings type!

Deprecation notice ⚠️

Since Bridge v0.9.0 brings Settings group feature it will no longer support Settings::getOrCreate('email') function (as well as create and get functions). Use Settings::group('contacts')->getOrCreate('email') instead. We do that in order to force developers to make better user interfaces and experience to content moderators.

You can use Settings::misc()->getOrCreate('settings_i_didn\'t_find_a_place_for') for settings that you did not find places for.

Those methods will be deleted in v1.0.0. In order to migrate to new syntax you can set group_id such as

<?php
Settings::getOrCreate('email', ['group_id' => Settings::group('contacts')->id])

Thanks.

More i18n and UI fixes

27 Mar 12:44
3f0be7b
Compare
Choose a tag to compare

Refer to CHANGELOG

Fixed more i18n bugs

26 Mar 12:35
b4f7d0b
Compare
Choose a tag to compare

Hope this is the last one!

Look into CHANGELOG.md for more info

New widgets for i18n forms

20 Mar 12:37
Compare
Choose a tag to compare
v0.8.1

Updated translations

Translations module

19 Mar 17:52
Compare
Choose a tag to compare
Translations module Pre-release
Pre-release

Bridge comes with zelenin/yii2-i18n-module (Repo link) with custom views and pre-defined handlers and preferences. Refer to CHANGELOG for further info.

i18n hotfixes

20 Mar 13:10
Compare
Choose a tag to compare

Fixed routes config

Bridge i18n

20 Mar 12:09
Compare
Choose a tag to compare

Bridge comes with zelenin/yii2-i18n-module (Repo link) and codemix/yii2-localeurls (Repo link) with custom views and pre-defined handlers and preferences. Refer to CHANGELOG for further info.

Fixed soft delete behavior and interface

14 Feb 18:39
Compare
Choose a tag to compare
v0.7.1

Bumped up module version

Updated design and generators

13 Feb 09:11
Compare
Choose a tag to compare
  • Fixed couple of annoying bugs.
  • Updated design and added separators to admin menu.
  • New features for gii generators, including generation of soft delete and new columns on index page.

Fixed settings and removed flatly bootstrap theme

08 Feb 12:52
cabd473
Compare
Choose a tag to compare

The title of this minor update speaks for itself. The only thing left behind is that annoying bug that made menu act like crazy, that is also fixed now.