Skip to content

Commit

Permalink
4.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Rello committed Dec 11, 2023
1 parent a071e05 commit 7b782e9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## 4.12.0 - 2023-11-20
## 4.12.0 - 2023-12-11
### Added
- Cron schedule "End of day" and "Start of day" #381

Expand Down
4 changes: 3 additions & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Visualize and share anything, from financial analysis to IoT logs.
- Sharing: user, groups, link
]]></description>
<version>4.11.1</version>
<version>4.12.0</version>
<licence>agpl</licence>
<author>Marcel Scherello</author>
<namespace>Analytics</namespace>
Expand Down Expand Up @@ -61,6 +61,8 @@ Visualize and share anything, from financial analysis to IoT logs.
<background-jobs>
<job>OCA\Analytics\BackgroundJob\Hourly</job>
<job>OCA\Analytics\BackgroundJob\Daily</job>
<job>OCA\Analytics\BackgroundJob\EndOfDay</job>
<job>OCA\Analytics\BackgroundJob\StartOfDay</job>
</background-jobs>
<commands>
<command>OCA\Analytics\Command\Load</command>
Expand Down

0 comments on commit 7b782e9

Please sign in to comment.