Skip to content

Commit b9b4f8c

Browse files
2.1.0b
1 parent dc9ce85 commit b9b4f8c

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ All notable changes to this project will be documented in this file.
1818
- Add a Logger to help debug
1919
- Add a marketplace to download & install plugins & themes
2020
- Add 2 hooks `adminContent` & `publicContent` to modify full content before display
21+
- Add console.log in debug mode to display execution time & queries count
2122

2223
### Fixed
2324

common/config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* @package 299Ko https://github.com/299Ko/299ko
1212
*/
1313

14-
const VERSION = '2.0.0';
14+
const VERSION = '2.1.0b';
1515
const COMMON = ROOT . 'common' . DS;
1616
const DATA = ROOT . 'data' . DS;
1717
const UPLOAD = ROOT . 'data' . DS . 'upload' . DS;

0 commit comments

Comments
 (0)