Skip to content

Releases: Ethan3600/magento2-CronjobManager

v2.2.1

09 Apr 13:45
6fee38a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.2.0...v2.2.1

v2.2.0

28 Dec 09:58
bac46aa
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.6...v2.2.0

v2.1.6

28 Dec 09:13
da5a94c
Compare
Choose a tag to compare

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

Full Changelog: v2.1.5...v2.1.6

v2.1.5

28 Dec 09:13
376fbeb
Compare
Choose a tag to compare
  • Show 'running' jobs as wide as necessary - ef7589f
  • Keep very wide jobs in view when relevant - 376fbeb

Full Changelog: v2.1.4...v2.1.5

v2.1.4

17 Oct 13:53
d5a5c94
Compare
Choose a tag to compare

What's Changed

  • Ensure items in timeline view are visible by @fredden in #200

Full Changelog: v2.1.3...v2.1.4

Fix call to undefined method

04 Jul 12:21
4572822
Compare
Choose a tag to compare

Fix improper cron expression validation

09 May 15:58
daeb07e
Compare
Choose a tag to compare

Version 2.0

04 May 08:16
936a652
Compare
Choose a tag to compare

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

27 Jun 09:47
0143f39
Compare
Choose a tag to compare

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

27 Jun 09:49
0143f39
Compare
Choose a tag to compare

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