Skip to content

Commit 08d7748

Browse files
committed
Merge branch 'development'
2 parents 314ba33 + 4af1afc commit 08d7748

File tree

2 files changed

+27
-16
lines changed

2 files changed

+27
-16
lines changed

box.json

Lines changed: 23 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,29 @@
11
{
2-
"name" : "ColdBox Validation",
3-
"author" : "Ortus Solutions.com <[email protected]",
4-
"version" : "1.4.0",
5-
"location" : "http://downloads.ortussolutions.com/ortussolutions/coldbox-modules/cbvalidation/@build.version@/[email protected]@.zip",
6-
"slug" : "cbvalidation",
7-
"type" : "modules",
8-
"homepage" : "https://github.com/coldbox-modules/cbvalidation",
9-
"documentation" : "https://github.com/coldbox-modules/cbvalidation/wiki",
10-
"repository" : { "type" : "git", "url" : "https://github.com/coldbox-modules/cbvalidation" },
11-
"shortDescription" : "This module provides server side validation to ColdBox applications",
12-
"license" : [
13-
{ "type" : "Apache2", "url" : "http://www.apache.org/licenses/LICENSE-2.0.html" }
2+
"name":"ColdBox Validation",
3+
"author":"Ortus Solutions.com <[email protected]",
4+
"version":"1.4.1",
5+
"location":"https://downloads.ortussolutions.com/ortussolutions/coldbox-modules/cbvalidation/@build.version@/[email protected]@.zip",
6+
"slug":"cbvalidation",
7+
"type":"modules",
8+
"homepage":"https://github.com/coldbox-modules/cbvalidation",
9+
"documentation":"https://github.com/coldbox-modules/cbvalidation/wiki",
10+
"repository":{
11+
"type":"git",
12+
"url":"https://github.com/coldbox-modules/cbvalidation"
13+
},
14+
"shortDescription":"This module provides server side validation to ColdBox applications",
15+
"license":[
16+
{
17+
"type":"Apache2",
18+
"url":"http://www.apache.org/licenses/LICENSE-2.0.html"
19+
}
1420
],
15-
"contributors" : [
16-
"Brad Wood <[email protected]>", "Curt Gratz <[email protected]>"
21+
"contributors":[
22+
"Brad Wood <[email protected]>",
23+
"Curt Gratz <[email protected]>"
1724
],
18-
"dependencies" :{
19-
"cbi18n" : "^1.3.1"
25+
"dependencies":{
26+
"cbi18n":"^1.3.1"
2027
},
2128
"ignore":[
2229
"**/.*",

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.4.1
4+
5+
* Location protocol
6+
37
## 1.4.0
48

59
* Updated to new layout

0 commit comments

Comments
 (0)