We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a2939f commit 277a741Copy full SHA for 277a741
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+2.0.1
2
+
3
+- fixed Web UI not working in Firefox
4
5
2.0
6
7
- added Web UI
Clockwork/Clockwork.php
@@ -17,7 +17,7 @@ class Clockwork implements LoggerInterface
17
/**
18
* Clockwork version
19
*/
20
- const VERSION = '2.0';
+ const VERSION = '2.0.1';
21
22
23
* Array of data sources, these objects provide data to be stored in a request object
0 commit comments