Skip to content

Commit 7cf2949

Browse files
committed
Merge branch 'development'
2 parents ef380dd + d75b630 commit 7cf2949

File tree

2 files changed

+30
-18
lines changed

2 files changed

+30
-18
lines changed

box.json

Lines changed: 26 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,30 @@
11
{
2-
"name" : "ColdBox Debugger",
3-
"author" : "Ortus Solutions <[email protected]",
4-
"location" : "http://downloads.ortussolutions.com.s3.amazonaws.com/ortussolutions/coldbox-modules/cbdebugger/@build.version@/[email protected]@.zip",
5-
"version" : "1.7.0",
6-
"slug" : "cbdebugger",
7-
"type" : "modules",
8-
"homepage" : "https://github.com/coldbox-modules/cbdebugger",
9-
"bugs" : "https://github.com/coldbox-modules/cbdebugger/issues",
10-
"documentation" : "https://github.com/coldbox-modules/cbdebugger",
11-
"repository" : { "type" : "git", "url" : "https://github.com/coldbox-modules/cbdebugger" },
12-
"shortDescription" : "The official ColdBox 4 debugger module",
13-
"license" : [
14-
{ "type" : "Apache2", "url" : "http://www.apache.org/licenses/LICENSE-2.0.html" }
15-
],
16-
"contributors" : [
17-
"Curt Gratz <[email protected]", "Brad Wood <[email protected]>", "Luis Majano <[email protected]>"
18-
],
19-
"ignore":[
2+
"name":"ColdBox Debugger",
3+
"author":"Ortus Solutions <[email protected]",
4+
"location":"https://downloads.ortussolutions.com/ortussolutions/coldbox-modules/cbdebugger/@build.version@/[email protected]@.zip",
5+
"version":"1.7.1",
6+
"slug":"cbdebugger",
7+
"type":"modules",
8+
"homepage":"https://github.com/coldbox-modules/cbdebugger",
9+
"bugs":"https://github.com/coldbox-modules/cbdebugger/issues",
10+
"documentation":"https://github.com/coldbox-modules/cbdebugger",
11+
"repository":{
12+
"type":"git",
13+
"url":"https://github.com/coldbox-modules/cbdebugger"
14+
},
15+
"shortDescription":"The official ColdBox 4 debugger module",
16+
"license":[
17+
{
18+
"type":"Apache2",
19+
"url":"http://www.apache.org/licenses/LICENSE-2.0.html"
20+
}
21+
],
22+
"contributors":[
23+
"Curt Gratz <[email protected]",
24+
"Brad Wood <[email protected]>",
25+
"Luis Majano <[email protected]>"
26+
],
27+
"ignore":[
2028
"**/.*",
2129
"tests",
2230
"*/.md"

changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CHANGELOG
22

3+
## 1.7.1
4+
5+
* Updated location protocol
6+
37
## 1.7.0
48

59
* Missing interception points for extending the panels: `afterDebuggerPanel`, `beforeDebuggerPanel`

0 commit comments

Comments
 (0)