Releases: j-guyon/CommandSchedulerBundle
Releases · j-guyon/CommandSchedulerBundle
3.0.1
3.0.1 - Fix bad PHP version in composer.json
(>= 7.1 instead of 7.2)
composer require
on a PHP 7.1
3.0.0 - Symfony 5 Support
This bundle now support Symfony 5 thanks to @spajxo and @pwbdod
Bundle now require PHP >= 7.2
Changes :
- Removed Doctrines deprecated merge() (@balabis)
- Replace abandonned package
mtdowling/cron-expression
withdragonmantank/cron-expression
and fix test (@phansys) - Standardize
\DateTimeInterface::ATOM
as date format in command outputs (@phansys) - Add php_cs ruleset.
- Some dev dependencies update (fixture, phpunit...)
2.2.0
2.1.0
⚠️ BC-Breaks
- Bundle now require PHP >= 7.1
ScheduledCommand.arguments
field type change fromvarchar
totext
, so you may write some migration to handle this change if you update the bundle from a previous version.
Features :
- You now can use
included_command_namespaces
instead ofexcluded_command_namespaces
to filter commands displayed in the scheduler. (@petski) - BETA - Commands
scheduler:start
andscheduler:stop
managing a daemon process that will callscheduler:execute
every minute. So it is possible to use the scheduler without setting up a cron job. (thanks to @wasinger) - Command's argument no longer have a size limit (@tikoflano)
- Dutch translations (@bghosts)
- Fix CI and upgrade to liip/functional-test-bundle v3 (@petski)
2.0.2
2.0.1
- Symfony 4.2 - Remove deprecated #118 #120 #122
- Remove
sensio/framework-extra-bundle
dependency from composer.json - Move
symfony/security-bundle
torequire-dev
- EasyAdmin configuration example in documentation. #123
- Portuguese translation #100
- French typos #106
- Configuration - Invalid default value for monitor_mail_subject #108
- Update saveAction compatibility to 3.2 #110
- Fix default value for monitor_mail_subject #109
2.0.0
⚠️ BC-Breaks
- Bundle now require PHP >= 5.6 and Symfony 3.4 / 4.0
- Entities names and column are no more in Doctrine configuration, let it to your naming strategy.
- The old way to configure the bundle directly in
parameters
is no more supported (de013d8) - The default log path is now set to
kernel.logs_dir
Features :
1.2.7
1.2.6
1.2.5
1.2.4
- Argument parsing enhance #58 #60 (@tikoflano)
- Fix filename spanish (filename) #59 (@tomasceruti)