Skip to content

Releases: yii2mod/yii2-cron-log

1.6 Release

07 Nov 07:53
488d590
Compare
Choose a tag to compare
Merge pull request #10 from zacksleo/feature-messages-zh

feat(i18n): add zh-CN, zh-TW lang

1.5 Release

27 Jan 21:25
Compare
Choose a tag to compare
  1. php-cs-fixer update
  2. Fix migration

1.4 Release

22 Nov 16:04
Compare
Choose a tag to compare
  1. Added php-cs-fixer
  2. Fixed code style

1.3 Release

13 Nov 19:53
Compare
Choose a tag to compare

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

09 Nov 15:20
Compare
Choose a tag to compare

Changelog

1.2 Release

09 Nov 11:18
Compare
Choose a tag to compare
  1. Rename table from CronSchedule to cron_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

04 Aug 10:28
Compare
Choose a tag to compare

Date: August, 4, 2016

  1. Added translations: en, ru
  2. Delete unused columns
  3. Add search model
  4. 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

21 Jun 08:45
Compare
Choose a tag to compare

Date: Tuesday, June 21, 2016

  1. Add action params to the job code

stable dependency

19 Nov 19:52
Compare
Choose a tag to compare
1.0.1

Update composer.json

Initial release

21 Jul 14:11
Compare
Choose a tag to compare

Initial release