Skip to content

Commit

Permalink
version 1.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
gnuzealot committed Dec 13, 2022
1 parent f239b0d commit 7da592c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Cron
#### This module for Magento 2 overrides base magento cron functionality, fixes known bugs, and provides a cron service model to control cron process execution.

![Version 1.4.2](https://img.shields.io/badge/Version-1.4.2-green.svg)
![Version 1.4.2](https://img.shields.io/badge/Version-1.4.3-green.svg)

NOTICE: Version 1.3x is only supported for Magento 2.3 and above. Older Magento 2 version use module version 1.2

Expand All @@ -27,6 +27,8 @@ In version 1.3.7 the consumers governor was added to terminate idle consumers jo

In version 1.4.2 Support for clusters was added and fix for honoring disabled consumers jobs

In version 1.4.3 Support for PHP 8.1

## Contributing
See [CONTRIBUTING.md](CONTRIBUTING.md).

Expand Down
2 changes: 1 addition & 1 deletion etc/module.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
<module name="MageMojo_Cron" setup_version="1.4.2">
<module name="MageMojo_Cron" setup_version="1.4.3">
<sequence>
<module name="Magento_Cron"/>
</sequence>
Expand Down

0 comments on commit 7da592c

Please sign in to comment.