Skip to content

Version 2.0

Compare
Choose a tag to compare
@fredden fredden released this 04 May 08:16
· 24 commits to 2.x since this release
936a652

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