Releases: yii2mod/yii2-cron-log
Releases · yii2mod/yii2-cron-log
1.6 Release
Merge pull request #10 from zacksleo/feature-messages-zh feat(i18n): add zh-CN, zh-TW lang
1.5 Release
- php-cs-fixer update
- Fix migration
1.4 Release
- Added php-cs-fixer
- Fixed code style
1.3 Release
Changelog
- Enh 26e9d9f : add 'searchClass' property to CronLogAction
Now you can override the base search class as following:
public function actions()
{
return [
'cron' => [
'class' => 'yii2mod\cron\actions\CronLogAction',
'searchClass' => [
'class' => 'yii2mod\cron\models\search\CronScheduleSearch',
'pageSize' => 10
]
]
];
}
1.2.1 Release
Changelog
- Fix 22fa792
1.2 Release
- Rename table from
CronSchedule
tocron_schedule
To apply this changes please execute the new migration by the following command:
$ php yii migrate/up --migrationPath=@yii2mod/cron/migrations
1.1 Release
Date: August, 4, 2016
- Added translations: en, ru
- Delete unused columns
- Add search model
- Add Pjax to index view
For upgrade to this release please apply new migration by the following command:
php yii migrate/up --migrationPath=@vendor/yii2mod/yii2-cron-log/migrations
1.0.2 Release
Date: Tuesday, June 21, 2016
- Add action params to the job code
stable dependency
1.0.1 Update composer.json
Initial release
Initial release