We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc9ce85 commit b9b4f8cCopy full SHA for b9b4f8c
2 files changed
changelog.md
@@ -18,6 +18,7 @@ All notable changes to this project will be documented in this file.
18
- Add a Logger to help debug
19
- Add a marketplace to download & install plugins & themes
20
- Add 2 hooks `adminContent` & `publicContent` to modify full content before display
21
+- Add console.log in debug mode to display execution time & queries count
22
23
### Fixed
24
common/config.php
@@ -11,7 +11,7 @@
11
* @package 299Ko https://github.com/299Ko/299ko
12
*/
13
14
-const VERSION = '2.0.0';
+const VERSION = '2.1.0b';
15
const COMMON = ROOT . 'common' . DS;
16
const DATA = ROOT . 'data' . DS;
17
const UPLOAD = ROOT . 'data' . DS . 'upload' . DS;
0 commit comments