Skip to content

Releases: yii2mod/base

1.3 Release

05 Aug 08:12
Compare
Choose a tag to compare

Date: August, 5, 2016

  1. Added package to perform multipath migrations.

Example of usage:

'controllerMap' => [
        'migrate' => [
            'class' => 'cyberz\migrations\controllers\MigrationsController',
            'migrationLookup' => [
                '@app',                         // will lookup in .../migrations/migration_name.php AND .../<some-dir-name>/migrations/migration_name.php
                '@backend',                     // will lookup in .../backend/<some-dir-name>/migrations/migration_name.php AND .../backend/modules/<some-dir-name>/migrations/migration_name.php 
                '@frontend/modules',            // will lookup in .../frontend/modules/<some-dir-name>/migrations/migration_name.php
                '@app/some/path/to/migrations', // will lookup in .../some/path/to/migrations/migration_name.php
                '@app/some/*/to/*/migrations',  // will lookup in .../some/<some-dir-name>/to/<some-dir-name>/migrations
            ],
        ],
    ],

1.2.1 Release

02 Aug 14:13
Compare
Choose a tag to compare

Date: Tuesday, August 2, 2016

  1. Fix migrations

1.2 Release

22 Jul 13:12
Compare
Choose a tag to compare

Date: Monday, July 22, 2016

  1. Update init migration
  2. Add custom Migration class for creating migrations.
  3. Add rbac migrations
  4. Update composer.json
  5. Update docs

1.1 Release

18 Jul 12:03
Compare
Choose a tag to compare

Date: Monday, July 18, 2016

  1. Add messages
  2. Remove UserDetailsModel

1.0.5 Release

04 Jul 12:12
Compare
Choose a tag to compare

Date: Monday, July 4, 2016

  1. Added FindModelTrait
  2. Added yii2tech/admin package to composer.json
  3. Modify AdminController

1.0.4 Release

13 May 10:18
Compare
Choose a tag to compare

Date: Friday, May 13, 2016

  1. Fixed tests for Travis CI

1.0.3 Release

28 Mar 16:08
Compare
Choose a tag to compare

Date: Monday, March 28, 2016

  1. Add new extension to the admin panel Yii2 settings
  2. Add new page - My Account on the frontend.
  3. Change the top menu in the admin panel

1.0.2 Release

23 Mar 16:13
Compare
Choose a tag to compare

Date: Wednesday, March 23, 2016

  1. Add ability to change the user password via manage user page in the admin panel.

1.0.1 Release

02 Mar 12:06
Compare
Choose a tag to compare

Update:

  • All tests
  • layouts, .htaccess file
  • README.md

1.0

02 Nov 15:28
Compare
Choose a tag to compare
1.0
Update Module.php