Releases: Ethan3600/magento2-CronjobManager
Releases · Ethan3600/magento2-CronjobManager
v2.2.1
v2.2.0
What's Changed
- Improve UI to enable/disable cronjobs by @peterjaap in #202
Full Changelog: v2.1.6...v2.2.0
v2.1.6
What's Changed
- Use Laminas namespaced Mime Decode instead of Zend_Mime_Decode by @peterjaap in #204
- Add retrieving the cron expression from the config when a config path… by @peterjaap in #203
New Contributors
- @peterjaap made their first contribution in #204
Full Changelog: v2.1.5...v2.1.6
v2.1.5
v2.1.4
Fix call to undefined method
Fixes #199
Full Changelog: v2.1.2...v2.1.3
Fix improper cron expression validation
Version 2.0
Changes include:
- Drop support for PHP 7.x (now only PHP 8.1 & 8.2)
- Drop support for Magento versions less than 2.4.4
- Improve tests
- Adhere to Magento coding standard
- Fix bug in (queued) kill process functionality
- Killed jobs are now marked as killed
- Jobs queued for termination are now killed as expected
- Better messaging when using 'killjob' command
- Avoid use of deprecated methods
- Remove unused deprecated methods
- Rename two interfaces to adhere to coding standard
- Correct return type documentation and type hinting
- Use constructor property promotion
- Replace 'dispatch now' feature with 'schedule now' (#193)
- Remove 'run cron' feature (#192)
- Update supported version matrix for clarity
- Remove deprecated UpgradeSchema script
Do not use / tag is incorrect
This tag was created at the wrong commit by mistake. Please use v2.1.1 instead which is tagged at the correct commit.
#197 (comment)
https://packagist.org/packages/ethanyehuda/magento2-cronjobmanager/stats#v2.1.0
v1.16.0
Exclude test files from Composer distribution. These are intended for internal/development use and not required when the module is installed in production.
Full Changelog: v1.15.1...v1.16.0