Skip to content

Commit 5a04020

Browse files
committed
* Made cborm and qb disabled by default
1 parent 01f01b0 commit 5a04020

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

ModuleConfig.cfc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,14 +101,14 @@ component {
101101
modules : { enabled : false, expanded : false },
102102
// Quick and QB Reporting
103103
qb : {
104-
enabled : true,
104+
enabled : false,
105105
expanded : false,
106106
// Log the binding parameters
107107
logParams : true
108108
},
109109
// cborm Reporting
110110
cborm : {
111-
enabled : true,
111+
enabled : false,
112112
expanded : false,
113113
// Log the binding parameters
114114
logParams : true

changelog.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
----
99

10-
## [3.0.0]
10+
## [3.1.0] => 2021-APR
11+
12+
### Changed
13+
14+
* Made `cborm` and `qb` disabled by default
15+
16+
----
17+
18+
## [3.0.0] => 2021-APR-07
1119

1220
### Added
1321

0 commit comments

Comments
 (0)