Skip to content

Commit ed04b7b

Browse files
author
Fabrizio Branca
committed
Bumped version number
1 parent 5cc0cb4 commit ed04b7b

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

app/code/community/Aoe/Scheduler/etc/config.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<config>
33
<modules>
44
<Aoe_Scheduler>
5-
<version>1.3.0</version>
5+
<version>1.3.1</version>
66
</Aoe_Scheduler>
77
</modules>
88

changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
## Changelog
22

3+
### Version 1.3.1
4+
5+
- **Fix**: #198: abstract.php not found
6+
7+
### Version 1.3.0
8+
39
- **Feature**: Added `--force` and `--tryLock` to runNow from cli. This allows you to bypass checking if another instance of that task is already running and start a new one. (Only do this if you know what you're doing...)
410

511
### Version 1.2.2

0 commit comments

Comments
 (0)