Skip to content

Commit

Permalink
Merge branch 'development'
Browse files Browse the repository at this point in the history
  • Loading branch information
lmajano committed Mar 29, 2021
2 parents 6420942 + eb99491 commit 16cd8b2
Show file tree
Hide file tree
Showing 4 changed files with 255 additions and 104 deletions.
4 changes: 2 additions & 2 deletions box.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name":"ColdBox Security",
"version":"2.11.1",
"version":"2.12.0",
"location":"https://downloads.ortussolutions.com/ortussolutions/coldbox-modules/cbsecurity/@build.version@/[email protected]@.zip",
"author":"Ortus Solutions.com <[email protected]>",
"slug":"cbsecurity",
Expand All @@ -25,7 +25,7 @@
"ignore":[
"**/.*",
"test-harness/**",
"modules/**",
"modules/**",
"*/.md"
],
"dependencies":{
Expand Down
13 changes: 13 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

----

## [2.12.0] => 2021-MAR-29

### Added

* More and more apps will need real ip's from request, so expose it via the `CBSecurity` model service as : `getRealIp()`

### Fixed

* When using `getHTTPREquestData()` send `false` so we DON'T retrieve the http body when we just need the headers
* More updates to `getRealIp()` when dealing with lists

----

## [2.11.1] => 2021-MAR-10

### Fixed
Expand Down
Loading

0 comments on commit 16cd8b2

Please sign in to comment.