Skip to content

Releases: mdmsoft/yii2-admin

V2.12

31 Dec 07:08
Compare
Choose a tag to compare
  • Add info list assigned user to role.
  • sorting available role.

V2.11

07 Sep 10:27
5b0966e
Compare
Choose a tag to compare
Update index.php

V2.10

27 Aug 03:32
d9216e8
Compare
Choose a tag to compare
Update DefaultController.php

V2.9

12 Nov 12:42
Compare
Choose a tag to compare

Use BaseObject as base class.

V2.8

10 Oct 04:03
Compare
Choose a tag to compare
Added multi app (frontend/backend) support. (#309)

* - Added multi app (frontend/backend) support.

* Bugfix

* Bugfix: Expanded cache key by Yii::$app->id to differenciate between apps (frontend/backend).
I did not notice, that $module->getUniqueId() returns an empty string when $module is the app itself. Therefore the cache could not differenciate between frontend and backend. Thus resulting in the same routes for all indicated apps.

* Filter out empty parent items. Sometimes a menu item is defined by url = # and is used as a container for sub-items. If all the subitems are forbidden then this patch removes the parent entry as well.

* Bugfix: Debug bar disappeared. Thanks to yongtiger (see https://github.com/mdmsoft/yii2-admin/pull/309#issuecomment-280197343)

V2.7

20 Jun 06:27
Compare
Choose a tag to compare
Merge pull request #268 from cgernert/patch-2

Save new password, instead of saving the old one again

V2.6

14 Apr 01:43
Compare
Choose a tag to compare
  • Allow directly attach rule using class name.

V2.5

19 Mar 13:47
Compare
Choose a tag to compare
  • Add code testing
  • Bug fix
  • Etc 😄

V2.4

11 Mar 23:44
Compare
Choose a tag to compare
  • Update Docs
  • Add menu filter according by user
  • Remove unused file and class
  • BC Break 😄

V2.3

10 Mar 00:38
Compare
Choose a tag to compare
  • Add Translation for Vietnamese.
  • Delete unused file(s).
  • Using bootstrap tag for view :D
  • Maybe BC break 😁