Skip to content

Commit 0595ecd

Browse files
committed
finalized readme and release updates
1 parent 06cec7e commit 0595ecd

File tree

2 files changed

+18
-14
lines changed

2 files changed

+18
-14
lines changed

box.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name":"ColdBox Validation",
3-
"author":"Ortus Solutions.com <[email protected]",
3+
"author":"Ortus Solutions <[email protected]>",
44
"version":"1.5.0",
55
"location":"https://downloads.ortussolutions.com/ortussolutions/coldbox-modules/cbvalidation/@build.version@/[email protected]@.zip",
66
"slug":"cbvalidation",
77
"type":"modules",
88
"homepage":"https://github.com/coldbox-modules/cbvalidation",
9-
"documentation":"https://github.com/coldbox-modules/cbvalidation/wiki",
9+
"documentation":"https://coldbox-validation.ortusbooks.com/",
1010
"repository":{
1111
"type":"git",
1212
"url":"https://github.com/coldbox-modules/cbvalidation"
@@ -23,7 +23,7 @@
2323
"Curt Gratz <[email protected]>"
2424
],
2525
"dependencies":{
26-
"cbi18n":"^1.3.1"
26+
"cbi18n":"^1.4.0"
2727
},
2828
"ignore":[
2929
"**/.*",

readme.md

Lines changed: 15 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,27 @@
1-
[![Build Status](https://travis-ci.org/coldbox-modules/cbox-validation.svg?branch=development)](https://travis-ci.org/coldbox-modules/cbox-validation)
1+
[![Build Status](https://travis-ci.org/coldbox-modules/cbvalidation.svg?branch=development)](https://travis-ci.org/coldbox-modules/cbvalidation)
2+
3+
# WELCOME TO THE COLDBOX VALIDATION MODULE
24

3-
WELCOME TO THE COLDBOX VALIDATION MODULE
4-
========================================
55
This module is a server side rules validation engine that can provide you with a unified approach to object, struct and form validation. You can construct validation constraint rules and then tell the engine to validate them accordingly.
66

77
## LICENSE
8+
89
Apache License, Version 2.0.
910

1011
## IMPORTANT LINKS
11-
- https://github.com/coldbox-modules/cbox-validation
12-
- https://github.com/coldbox-modules/cbox-validation/wiki
12+
13+
- https://github.com/coldbox-modules/cbvalidation
14+
- https://coldbox-validation.ortusbooks.com
1315
- https://forgebox.io/view/validation
1416

1517
## SYSTEM REQUIREMENTS
16-
- Lucee 4.5+
18+
19+
- Lucee 5.x+
1720
- Adobe ColdFusion 11+
1821

19-
INSTRUCTIONS
20-
============
22+
## Installation
2123

22-
Just drop into your **modules** folder or use CommandBox to install:
24+
Leverage CommandBox to install:
2325

2426
`box install cbvalidation`
2527

@@ -68,7 +70,7 @@ validation = {
6870
}
6971
```
7072

71-
You can read more about ColdBox Validation here: - https://github.com/coldbox-modules/cbox-validation/wiki
73+
You can read more about ColdBox Validation here: - https://coldbox-validation.ortusbooks.com/
7274

7375
---
7476

@@ -79,7 +81,8 @@ www.coldbox.org | www.luismajano.com | www.ortussolutions.com
7981
********************************************************************************
8082
```
8183

82-
#### HONOR GOES TO GOD ABOVE ALL
84+
### HONOR GOES TO GOD ABOVE ALL
85+
8386
Because of His grace, this project exists. If you don't like this, then don't read it, its not for you.
8487

8588
>"Therefore being justified by faith, we have peace with God through our Lord Jesus Christ:
@@ -90,4 +93,5 @@ And hope maketh not ashamed; because the love of God is shed abroad in our heart
9093
Holy Ghost which is given unto us. ." Romans 5:5
9194

9295
### THE DAILY BREAD
96+
9397
> "I am the way, and the truth, and the life; no one comes to the Father, but by me (JESUS)" Jn 14:1-12

0 commit comments

Comments
 (0)