Releases: yii2mod/base
Releases · yii2mod/base
1.3 Release
Date: August, 5, 2016
- 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
Date: Tuesday, August 2, 2016
- Fix migrations
1.2 Release
Date: Monday, July 22, 2016
- Update init migration
- Add custom
Migration
class for creating migrations. - Add rbac migrations
- Update composer.json
- Update docs
1.1 Release
Date: Monday, July 18, 2016
- Add messages
- Remove UserDetailsModel
1.0.5 Release
Date: Monday, July 4, 2016
- Added
FindModelTrait
- Added
yii2tech/admin
package to composer.json - Modify AdminController
1.0.4 Release
Date: Friday, May 13, 2016
- Fixed tests for Travis CI
1.0.3 Release
Date: Monday, March 28, 2016
- Add new extension to the admin panel Yii2 settings
- Add new page -
My Account
on the frontend. - Change the top menu in the admin panel
1.0.2 Release
Date: Wednesday, March 23, 2016
- Add ability to change the user password via manage user page in the admin panel.
1.0.1 Release
Update:
- All tests
- layouts, .htaccess file
- README.md