Skip to content

Commit

Permalink
version update 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gnuzealot committed Feb 23, 2022
1 parent edce5d3 commit e56a65b
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.3.8](https://img.shields.io/badge/Version-1.3.8-green.svg)
![Version 1.4.2](https://img.shields.io/badge/Version-1.4.2-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 @@ -25,6 +25,8 @@ In version 1.3 fixes are implemented for the consumers_runner cron job. This job

In version 1.3.7 the consumers governor was added to terminate idle consumers jobs. Bugs in these jobs otherwise prevent these jobs from completing.

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

## 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.1">
<module name="MageMojo_Cron" setup_version="1.4.2">
<sequence>
<module name="Magento_Cron"/>
</sequence>
Expand Down

0 comments on commit e56a65b

Please sign in to comment.